EICd
EIC data model
All Classes Namespaces Files Functions Variables Typedefs Friends
RawCalorimeterHitData.h
Go to the documentation of this file.
1 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2 
3 #ifndef EICD_RawCalorimeterHitDATA_H
4 #define EICD_RawCalorimeterHitDATA_H
5 
6 #include "eicd/Index.h"
7 
8 namespace eic {
9 
10 
11 /** @class RawCalorimeterHitData
12  * Raw (digitized) calorimeter hit
13  * @author: W. Armstrong, S. Joosten
14  */
16 public:
17  ::eic::Index ID{}; ///< unique ID for this hit
18  std::int64_t cellID{}; ///< The detector specific (geometrical) cell id.
19  std::int64_t amplitude{}; ///< The amplitude of the hit in ADC counts.
20  std::int64_t time{}; ///< Timing in TDC
21 
22 };
23 
24 } // namespace eic
25 
26 
27 #endif
eic::Index
Definition: Index.h:11
eic::RawCalorimeterHitData::time
std::int64_t time
Timing in TDC.
Definition: RawCalorimeterHitData.h:20
eic::RawCalorimeterHitData
Definition: RawCalorimeterHitData.h:15
eic
Definition: BasicParticle.cc:13
eic::RawCalorimeterHitData::cellID
std::int64_t cellID
The detector specific (geometrical) cell id.
Definition: RawCalorimeterHitData.h:18
eic::RawCalorimeterHitData::ID
::eic::Index ID
unique ID for this hit
Definition: RawCalorimeterHitData.h:17
eic::RawCalorimeterHitData::amplitude
std::int64_t amplitude
The amplitude of the hit in ADC counts.
Definition: RawCalorimeterHitData.h:19
Index.h