EICd
EIC data model
|
#include <RawCalorimeterHitData.h>
Public Attributes | |
::eic::Index | ID {} |
unique ID for this hit More... | |
std::int64_t | cellID {} |
The detector specific (geometrical) cell id. More... | |
std::int64_t | amplitude {} |
The amplitude of the hit in ADC counts. More... | |
std::int64_t | time {} |
Timing in TDC. More... | |
Raw (digitized) calorimeter hit
std::int64_t eic::RawCalorimeterHitData::amplitude {} |
The amplitude of the hit in ADC counts.
std::int64_t eic::RawCalorimeterHitData::cellID {} |
The detector specific (geometrical) cell id.
::eic::Index eic::RawCalorimeterHitData::ID {} |
unique ID for this hit
std::int64_t eic::RawCalorimeterHitData::time {} |
Timing in TDC.