EICd
EIC data model
Main Page
Namespaces
Namespace List
Namespace Members
All
b
c
e
m
o
p
r
t
v
Functions
m
o
Typedefs
b
c
e
m
p
r
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
c
d
e
f
h
i
l
m
n
p
q
r
s
t
v
w
x
y
z
Typedefs
c
i
Related Functions
b
c
e
m
p
r
t
v
Files
File List
•
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
*/
15
class
RawCalorimeterHitData
{
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
eicd
RawCalorimeterHitData.h
Generated by
1.8.18