Skip to content

Commit 2b39cb1

Browse files
committed
remove simID and recID from the associations
simID was originally introduced in eicd as there was no way to refer to a EDM4hep collection at the time https://github.com/eic/EDM4eic/blame/7299aba54097a3f2a17c0242731c9dabe68fb450/eic_data.yaml#L546-L547 Later, recID was introduced for convenience, and possibly had to be used to hack associations into an early versions of EICrecon. We don't need neither. This information is already available via sim and rec relations.
1 parent 92098dc commit 2b39cb1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

edm4eic.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,6 @@ datatypes:
443443
Description: "Used to keep track of the correspondence between MC and reconstructed particles"
444444
Author: "S. Joosten"
445445
Members:
446-
- uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
447-
- uint32_t recID // Index of corresponding ReconstructedParticle (position in ReconstructedParticles array)
448446
- float weight // weight of this association
449447
OneToOneRelations :
450448
- edm4eic::ReconstructedParticle rec // reference to the reconstructed particle
@@ -454,8 +452,6 @@ datatypes:
454452
Description: "Association between a Cluster and a MCParticle"
455453
Author : "S. Joosten"
456454
Members:
457-
- uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
458-
- uint32_t recID // Index of corresponding Cluster (position in Clusters array)
459455
- float weight // weight of this association
460456
OneToOneRelations:
461457
- edm4eic::Cluster rec // reference to the cluster
@@ -465,8 +461,6 @@ datatypes:
465461
Description: "Association between a Track and a MCParticle"
466462
Author : "S. Joosten"
467463
Members:
468-
- uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
469-
- uint32_t recID // Index of corresponding Track (position in Tracks array)
470464
- float weight // weight of this association
471465
OneToOneRelations:
472466
- edm4eic::Track rec // reference to the track
@@ -476,8 +470,6 @@ datatypes:
476470
Description: "Association between a Vertex and a MCParticle"
477471
Author : "S. Joosten"
478472
Members:
479-
- uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
480-
- uint32_t recID // Index of corresponding Vertex (position in Vertices array)
481473
- float weight // weight of this association
482474
OneToOneRelations:
483475
- edm4eic::Vertex rec // reference to the vertex

0 commit comments

Comments
 (0)