Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Association between Reco Cluster and ReconstructedParticle #52

Merged
merged 11 commits into from
Oct 16, 2024
11 changes: 11 additions & 0 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,3 +492,14 @@ datatypes:
- edm4eic::RawTrackerHit rawHit // reference to the digitized hit
OneToManyRelations:
- edm4hep::SimTrackerHit simHits // reference to the simulated hits

edm4eic::TrackClusterMatch:
Description: "Association between a Cluster and a ReconstructedParticle"
Author : "D. Brandenburg"
Members:
- uint32_t cluID // Index of corresponding cluster (position in cluster array)
- uint32_t plcID // Index of corresponding ReconstructedParticle (position in reco particle array)
- float weight // weight of this association
OneToOneRelations:
- edm4eic::Cluster clu // reference to the cluster
- edm4eic::ReconstructedParticle plc // reference to the Reco particle
veprbl marked this conversation as resolved.
Show resolved Hide resolved