Skip to content

Commit

Permalink
Addition of Association between Reco Cluster and ReconstructedParticl…
Browse files Browse the repository at this point in the history
…e for use in Track Matching
  • Loading branch information
jdbrice committed Sep 27, 2023
1 parent ed58344 commit 9d1cdc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,3 +492,12 @@ datatypes:
- edm4eic::RawTrackerHit rawHit // reference to the digitized hit
OneToManyRelations:
- edm4hep::SimTrackerHit simHits // reference to the simulated hits

edm4eic::RecoClusterParticleAssociation:
Description: "Association between a Cluster and a ReconstructedParticle"
Author : "D. Brandenburg"
Members:
- float weight // weight of this association
OneToOneRelations:
- edm4eic::Cluster clu // reference to the cluster
- edm4eic::ReconstructedParticle plc // reference to the Reco particle

0 comments on commit 9d1cdc7

Please sign in to comment.