From 0b2838ec0679642d815078101d1692cc454b9087 Mon Sep 17 00:00:00 2001 From: SAKIB RAHMAN Date: Fri, 26 Jul 2024 15:10:05 -0400 Subject: [PATCH] Revert "Remove redundant edm4eic RawCalorimeterHit type" This reverts commit cd751704dc1d9c22b75a41fa301933db01a06ca8. --- edm4eic.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/edm4eic.yaml b/edm4eic.yaml index 6d11477..5fa6f90 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -234,6 +234,17 @@ 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"