Skip to content
Snippets Groups Projects

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

Merged Wouter Deconinck requested to merge wdconinc-master-patch-48229 into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -529,7 +529,7 @@ datatypes:
Description: "Used to keep track of the correspondence between MC and reconstructed particles"
Author: "S. Joosten"
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
OneToOneRelations :
- eicd::ReconstructedParticle rec // reference to the reconstructed particle
@@ -540,7 +540,7 @@ datatypes:
Description: "Association between a Cluster and a MCParticle"
Author : "S. Joosten"
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
OneToOneRelations:
- eicd::Cluster rec // reference to the cluster
@@ -550,7 +550,7 @@ datatypes:
Description: "Association between a Track and a MCParticle"
Author : "S. Joosten"
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
OneToOneRelations:
- eicd::Track rec // reference to the track
@@ -561,7 +561,7 @@ datatypes:
Description: "Association between a Vertex and a MCParticle"
Author : "S. Joosten"
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
OneToOneRelations:
- eicd::Vertex rec // reference to the vertex
Loading