From d2965f9db451206308da6b134479925d140801b7 Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Fri, 26 Jul 2024 08:44:00 -0400 Subject: [PATCH] Add raw calorimeter hit and sim calorimeter hit association. Remove ambiguity in nomenclature. --- edm4eic.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/edm4eic.yaml b/edm4eic.yaml index 33a8467..c4d30b3 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -260,7 +260,7 @@ datatypes: - int32_t layer // Layer that the hit occurred in - edm4hep::Vector3f local // The local coordinates of the hit in the detector segment [mm]. OneToOneRelations: - - edm4eic::RawTrackerHit rawCalorimeterHit // Related raw calorimeter hit + - edm4eic::RawCalorimeterHit rawCalorimeterHit // Related raw calorimeter hit ## ========================================================================== ## Clustering @@ -370,7 +370,7 @@ datatypes: - float edep // Energy deposit in this hit [GeV] - float edepError // Error on the energy deposit [GeV] OneToOneRelations: - - edm4eic::RawTrackerHit rawHit // Related raw hit + - edm4eic::RawTrackerHit rawTrackerHit // Related raw tracker hit edm4eic::Measurement2D: Description: "2D measurement (on an arbitrary surface)" @@ -562,3 +562,12 @@ datatypes: OneToOneRelations: - edm4eic::RawTrackerHit rawHit // reference to the digitized hit - edm4hep::SimTrackerHit simHit // reference to the simulated hit + + edm4eic::MCRecoCalorimeterHitAssociation: + Description: "Association between a RawCalorimeterHit and a SimCalorimeterHit" + Author: "C. Dilks, W. Deconinck" + Members: + - float weight // weight of this association + OneToOneRelations: + - edm4eic::RawCalorimeterHit rawCalorimeterHit // reference to the digitized calorimeter hit + - edm4hep::SimCalorimeterHit simCalorimeterHit // reference to the simulated calorimeter hit