Skip to content

Commit

Permalink
Remove redundant edm4eic RawCalorimeterHit type
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Jul 26, 2024
1 parent ffea08e commit a0eb84c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,17 +234,6 @@ datatypes:
## ==========================================================================
## Calorimetry
## ==========================================================================
edm4eic::RawCalorimeterHit:
Description: "Raw (digitized) calorimeter hit"
Author: "W. Armstrong, S. Joosten"
Members:
- uint64_t cellID // The detector specific (geometrical) cell id.
- uint64_t amplitude // The magnitude of the hit in ADC counts.
## @TODO: should we also add integral and time-over-threshold (ToT) here? Or should
## those all be different raw sensor types? Amplitude is
## really not what most calorimetry sensors will give us AFAIK...
- uint64_t timeStamp // Timing in TDC

edm4eic::CalorimeterHit:
Description: "Calorimeter hit"
Author: "W. Armstrong, S. Joosten"
Expand Down

0 comments on commit a0eb84c

Please sign in to comment.