Skip to content

Commit

Permalink
Add raw calorimeter hit and sim calorimeter hit association. Remove a…
Browse files Browse the repository at this point in the history
…mbiguity in nomenclature.
  • Loading branch information
rahmans1 authored Jul 26, 2024
1 parent 418435b commit d2965f9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)"
Expand Down Expand Up @@ -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

0 comments on commit d2965f9

Please sign in to comment.