From 9d1cdc731c2ffd6938d5bad8d69e45a7698af332 Mon Sep 17 00:00:00 2001 From: Daniel Brandenburg Date: Wed, 27 Sep 2023 16:44:24 -0400 Subject: [PATCH] Addition of Association between Reco Cluster and ReconstructedParticle for use in Track Matching --- edm4eic.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/edm4eic.yaml b/edm4eic.yaml index 00e57cb..e572951 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -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 \ No newline at end of file