EDM4eic
EIC data model
Loading...
Searching...
No Matches
RawHGCROCHitData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_RawHGCROCHitDATA_H
4#define EDM4EIC_RawHGCROCHitDATA_H
5
6#include <cstdint>
7
8namespace edm4eic {
9
10
11/** @class RawHGCROCHitData
12 * Raw hit from an HGCROC chip
13 * @author: D. Anderson, S. Joosten, T. Protzman, N. Novitzky, D. Kalinkin
14 */
16public:
17 std::uint64_t cellID{}; ///< Detector specific (geometrical) cell id
18 std::int32_t samplePhase{}; ///< Phase of samples in [# samples], for synchronizing across chips
19 std::int32_t timeStamp{}; ///< [TDC counts]
20
21 unsigned int samples_begin{};
22 unsigned int samples_end{};
23};
24
25} // namespace edm4eic
26
27
28#endif
Definition RawHGCROCHitData.h:15
std::uint64_t cellID
Detector specific (geometrical) cell id.
Definition RawHGCROCHitData.h:17
std::int32_t timeStamp
[TDC counts]
Definition RawHGCROCHitData.h:19
std::int32_t samplePhase
Phase of samples in [# samples], for synchronizing across chips.
Definition RawHGCROCHitData.h:18
unsigned int samples_begin
Definition RawHGCROCHitData.h:21
unsigned int samples_end
Definition RawHGCROCHitData.h:22
Definition CalorimeterHit.cc:17