Skip to content
Snippets Groups Projects
Commit 246fe86b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

eic_data.yaml: simID as uint32_t for compatibility with id()

parent 7299aba5
Branches
Tags
1 merge request!84eic_data.yaml: simID as uint32_t for compatibility with id()
Pipeline #29513 failed
...@@ -529,7 +529,7 @@ datatypes: ...@@ -529,7 +529,7 @@ datatypes:
Description: "Used to keep track of the correspondence between MC and reconstructed particles" Description: "Used to keep track of the correspondence between MC and reconstructed particles"
Author: "S. Joosten" Author: "S. Joosten"
Members: Members:
- int32_t simID // Index of corresponding MCParticle (position in MCParticles array) - uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
- float weight // weight of this association - float weight // weight of this association
OneToOneRelations : OneToOneRelations :
- eicd::ReconstructedParticle rec // reference to the reconstructed particle - eicd::ReconstructedParticle rec // reference to the reconstructed particle
...@@ -540,7 +540,7 @@ datatypes: ...@@ -540,7 +540,7 @@ datatypes:
Description: "Association between a Cluster and a MCParticle" Description: "Association between a Cluster and a MCParticle"
Author : "S. Joosten" Author : "S. Joosten"
Members: Members:
- int32_t simID // Index of corresponding MCParticle (position in MCParticles array) - uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
- float weight // weight of this association - float weight // weight of this association
OneToOneRelations: OneToOneRelations:
- eicd::Cluster rec // reference to the cluster - eicd::Cluster rec // reference to the cluster
...@@ -550,7 +550,7 @@ datatypes: ...@@ -550,7 +550,7 @@ datatypes:
Description: "Association between a Track and a MCParticle" Description: "Association between a Track and a MCParticle"
Author : "S. Joosten" Author : "S. Joosten"
Members: Members:
- int32_t simID // Index of corresponding MCParticle (position in MCParticles array) - uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
- float weight // weight of this association - float weight // weight of this association
OneToOneRelations: OneToOneRelations:
- eicd::Track rec // reference to the track - eicd::Track rec // reference to the track
...@@ -561,7 +561,7 @@ datatypes: ...@@ -561,7 +561,7 @@ datatypes:
Description: "Association between a Vertex and a MCParticle" Description: "Association between a Vertex and a MCParticle"
Author : "S. Joosten" Author : "S. Joosten"
Members: Members:
- int32_t simID // Index of corresponding MCParticle (position in MCParticles array) - uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
- float weight // weight of this association - float weight // weight of this association
OneToOneRelations: OneToOneRelations:
- eicd::Vertex rec // reference to the vertex - eicd::Vertex rec // reference to the vertex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment