EDM4eic
EIC data model
Toggle main menu visibility
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
8
namespace
edm4eic
{
9
10
11
/** @class RawTrackerHitData
12
* Raw (digitized) tracker hit
13
* @author: W. Armstrong, S. Joosten
14
*/
15
class
RawTrackerHitData
{
16
public
:
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
24
namespace
v890 {
25
using
RawTrackerHitData
=
edm4eic::RawTrackerHitData
;
26
}
// namespace v890
27
28
29
}
// namespace edm4eic
30
31
32
#endif
edm4eic::RawTrackerHitData
Definition
RawTrackerHitData.h:15
edm4eic::RawTrackerHitData::cellID
std::uint64_t cellID
The detector specific (geometrical) cell id.
Definition
RawTrackerHitData.h:17
edm4eic::RawTrackerHitData::timeStamp
std::int32_t timeStamp
TDC value.
Definition
RawTrackerHitData.h:19
edm4eic::RawTrackerHitData::charge
std::int32_t charge
ADC value.
Definition
RawTrackerHitData.h:18
edm4eic::v890::RawTrackerHitData
edm4eic::RawTrackerHitData RawTrackerHitData
Definition
RawTrackerHitData.h:25
edm4eic
Definition
CalorimeterHit.cc:17
build
edm4eic
RawTrackerHitData.h
Generated by
1.17.0