EDM4eic
EIC data model
Loading...
Searching...
No Matches
RawTrackerHitData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_RawTrackerHitDATA_H
4#define EDM4EIC_RawTrackerHitDATA_H
5
6#include <cstdint>
7
8namespace edm4eic {
9
10
11/** @class RawTrackerHitData
12 * Raw (digitized) tracker hit
13 * @author: W. Armstrong, S. Joosten
14 */
16public:
17 std::uint64_t cellID{}; ///< The detector specific (geometrical) cell id.
18 std::int32_t charge{}; ///< ADC value
19 std::int32_t timeStamp{}; ///< TDC value.
20
21};
22
23} // namespace edm4eic
24
25
26#endif
Definition RawTrackerHitData.h:15
std::uint64_t cellID
The detector specific (geometrical) cell id.
Definition RawTrackerHitData.h:17
std::int32_t timeStamp
TDC value.
Definition RawTrackerHitData.h:19
std::int32_t charge
ADC value.
Definition RawTrackerHitData.h:18
Definition CalorimeterHit.cc:18