#include <CaloRawDigit.h>
|
| CaloRawDigit () |
| Default constructor: an empty raw digit with zeros put in for paraneters and an invalid channel. More...
|
|
| CaloRawDigit (unsigned int ADC, float time, float x, float y, float z, CellID_t cellID) |
|
| CaloRawDigit (unsigned int ADC, std::pair< float, float > time, float x, float y, float z, CellID_t cellID) |
|
| CaloRawDigit (std::pair< unsigned int, unsigned int > ADC, std::pair< float, float > time, float x, float y, float z, CellID_t cellID) |
|
| CaloRawDigit (gar::raw::CaloRawDigit const &)=default |
|
std::pair< unsigned int, unsigned int > | ADC () const |
| Reference to the compressed ADC count vector. More...
|
|
std::pair< float, float > | Time () const |
| Timestmap. More...
|
|
float | X () const |
| X position. More...
|
|
float | Y () const |
| Y position. More...
|
|
float | Z () const |
| Z position. More...
|
|
CellID_t | CellID () const |
| cellID More...
|
|
Definition at line 26 of file CaloRawDigit.h.
gar::raw::CaloRawDigit::CaloRawDigit |
( |
| ) |
|
Default constructor: an empty raw digit with zeros put in for paraneters and an invalid channel.
Definition at line 20 of file CaloRawDigit.cxx.
21 :
fADC(std::make_pair(0., 0.)),
22 fTime(std::make_pair(0., 0.)),
std::pair< unsigned int, unsigned int > fADC
energy of the hit in ADC for both SiPM
std::pair< float, float > fTime
time of the hit for both SiPM
CellID_t fCellID
cellID1 of the hit based on 64 bits
gar::raw::CaloRawDigit::CaloRawDigit |
( |
unsigned int |
ADC, |
|
|
float |
time, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
CellID_t |
cellID |
|
) |
| |
Definition at line 30 of file CaloRawDigit.cxx.
std::pair< unsigned int, unsigned int > ADC() const
Reference to the compressed ADC count vector.
std::pair< unsigned int, unsigned int > fADC
energy of the hit in ADC for both SiPM
std::pair< float, float > fTime
time of the hit for both SiPM
CellID_t fCellID
cellID1 of the hit based on 64 bits
gar::raw::CaloRawDigit::CaloRawDigit |
( |
unsigned int |
ADC, |
|
|
std::pair< float, float > |
time, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
CellID_t |
cellID |
|
) |
| |
Definition at line 41 of file CaloRawDigit.cxx.
std::pair< unsigned int, unsigned int > ADC() const
Reference to the compressed ADC count vector.
std::pair< unsigned int, unsigned int > fADC
energy of the hit in ADC for both SiPM
std::pair< float, float > fTime
time of the hit for both SiPM
CellID_t fCellID
cellID1 of the hit based on 64 bits
gar::raw::CaloRawDigit::CaloRawDigit |
( |
std::pair< unsigned int, unsigned int > |
ADC, |
|
|
std::pair< float, float > |
time, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
CellID_t |
cellID |
|
) |
| |
Definition at line 52 of file CaloRawDigit.cxx.
std::pair< unsigned int, unsigned int > ADC() const
Reference to the compressed ADC count vector.
std::pair< unsigned int, unsigned int > fADC
energy of the hit in ADC for both SiPM
std::pair< float, float > fTime
time of the hit for both SiPM
CellID_t fCellID
cellID1 of the hit based on 64 bits
std::pair< unsigned int, unsigned int > gar::raw::CaloRawDigit::ADC |
( |
| ) |
const |
|
inline |
Reference to the compressed ADC count vector.
Definition at line 78 of file CaloRawDigit.h.
std::pair< unsigned int, unsigned int > fADC
energy of the hit in ADC for both SiPM
cellID
Definition at line 83 of file CaloRawDigit.h.
CellID_t fCellID
cellID1 of the hit based on 64 bits
std::pair< float, float > gar::raw::CaloRawDigit::Time |
( |
| ) |
const |
|
inline |
Timestmap.
Definition at line 79 of file CaloRawDigit.h.
std::pair< float, float > fTime
time of the hit for both SiPM
float gar::raw::CaloRawDigit::X |
( |
| ) |
const |
|
inline |
float gar::raw::CaloRawDigit::Y |
( |
| ) |
const |
|
inline |
float gar::raw::CaloRawDigit::Z |
( |
| ) |
const |
|
inline |
std::pair<unsigned int, unsigned int> gar::raw::CaloRawDigit::fADC |
|
private |
energy of the hit in ADC for both SiPM
Definition at line 60 of file CaloRawDigit.h.
CellID_t gar::raw::CaloRawDigit::fCellID |
|
private |
cellID1 of the hit based on 64 bits
Definition at line 65 of file CaloRawDigit.h.
std::pair<float, float> gar::raw::CaloRawDigit::fTime |
|
private |
float gar::raw::CaloRawDigit::fX |
|
private |
float gar::raw::CaloRawDigit::fY |
|
private |
float gar::raw::CaloRawDigit::fZ |
|
private |
The documentation for this class was generated from the following files: