EDM4eic
EIC data model
Loading...
Searching...
No Matches
RawCALOROCHitData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_RawCALOROCHitDATA_H
4#define EDM4EIC_RawCALOROCHitDATA_H
5
6#include <cstdint>
7
8namespace edm4eic {
9
10
11/** @class RawCALOROCHitData
12 * Raw hit from a CALOROC1A/B chip
13 * @author: D. Anderson, S. Joosten, T. Protzman, N. Novitzky, D. Kalinkin, M. Zurek, M. H. Kim
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 aSamples_begin{};
22 unsigned int aSamples_end{};
23 unsigned int bSamples_begin{};
24 unsigned int bSamples_end{};
25};
26
27
28namespace v860 {
30} // namespace v860
31
32
33} // namespace edm4eic
34
35
36#endif
Definition RawCALOROCHitData.h:15
unsigned int aSamples_begin
Definition RawCALOROCHitData.h:21
std::int32_t timeStamp
[TDC counts]
Definition RawCALOROCHitData.h:19
unsigned int aSamples_end
Definition RawCALOROCHitData.h:22
std::int32_t samplePhase
Phase of samples in [# samples], for synchronizing across chips.
Definition RawCALOROCHitData.h:18
std::uint64_t cellID
Detector specific (geometrical) cell id.
Definition RawCALOROCHitData.h:17
unsigned int bSamples_end
Definition RawCALOROCHitData.h:24
unsigned int bSamples_begin
Definition RawCALOROCHitData.h:23
edm4eic::RawCALOROCHitData RawCALOROCHitData
Definition RawCALOROCHitData.h:29
Definition CalorimeterHit.cc:17