Skip to content

Commit

Permalink
Add related raw calorimeter hit to calorimeter hit
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Jul 25, 2024
1 parent 4a40650 commit 418435b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ datatypes:
- int32_t sector // Sector that this hit occurred in
- 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

## ==========================================================================
## Clustering
Expand Down Expand Up @@ -368,7 +370,7 @@ datatypes:
- float edep // Energy deposit in this hit [GeV]
- float edepError // Error on the energy deposit [GeV]
OneToOneRelations:
- edm4eic::RawTrackerHit rawHit // Associated raw hit
- edm4eic::RawTrackerHit rawHit // Related raw hit

edm4eic::Measurement2D:
Description: "2D measurement (on an arbitrary surface)"
Expand Down

0 comments on commit 418435b

Please sign in to comment.