#include <gDigitizedData.h>
Definition at line 18 of file gDigitizedData.h.
◆ GDigitizedData()
GDigitizedData::GDigitizedData |
( |
GHit * |
ghit, |
|
|
GLogger *const |
logger |
|
) |
| |
- Parameters
-
ghit | Pointer to the GHit from which identity information is extracted. |
logger | Pointer to a GLogger instance. |
Definition at line 14 of file gDigitizedData.cc.
◆ ~GDigitizedData()
GDigitizedData::~GDigitizedData |
( |
| ) |
|
|
inline |
◆ getArrayFltObservablesMap()
const std::map<std::string, std::vector<float> > GDigitizedData::getArrayFltObservablesMap |
( |
| ) |
const |
|
inline |
- Returns
- A map of variable names to vectors of floats.
Definition at line 82 of file gDigitizedData.h.
◆ getArrayIntObservablesMap()
const std::map<std::string, std::vector<int> > GDigitizedData::getArrayIntObservablesMap |
( |
| ) |
const |
|
inline |
- Returns
- A map of variable names to vectors of integers.
Definition at line 76 of file gDigitizedData.h.
◆ getFltObservable()
float GDigitizedData::getFltObservable |
( |
std::string |
varName | ) |
|
◆ getFltObservablesMap()
std::map< std::string, float > const GDigitizedData::getFltObservablesMap |
( |
int |
which | ) |
const |
- Parameters
-
which | 0: returns non-streaming variables; 1: returns streaming variables. |
- Returns
- A map of variable names to float values.
Definition at line 30 of file gDigitizedData.cc.
◆ getIdentityString()
std::string GDigitizedData::getIdentityString |
( |
| ) |
|
◆ getIntObservable()
int GDigitizedData::getIntObservable |
( |
std::string |
varName | ) |
|
◆ getIntObservablesMap()
std::map< std::string, int > const GDigitizedData::getIntObservablesMap |
( |
int |
which | ) |
const |
- Parameters
-
which | 0: returns non-streaming variables; 1: returns streaming variables. |
- Returns
- A map of variable names to integer values.
Definition at line 19 of file gDigitizedData.cc.
◆ getTimeAtElectronics()
int GDigitizedData::getTimeAtElectronics |
( |
| ) |
|
Returns -1 if TIMEATELECTRONICS is not included.
- Returns
- The time at electronics.
Definition at line 66 of file gDigitizedData.cc.
◆ includeVariable() [1/4]
void GDigitizedData::includeVariable |
( |
std::string |
vname, |
|
|
float |
value |
|
) |
| |
◆ includeVariable() [2/4]
void GDigitizedData::includeVariable |
( |
std::string |
vname, |
|
|
int |
value |
|
) |
| |
◆ includeVariable() [3/4]
void GDigitizedData::includeVariable |
( |
std::string |
vname, |
|
|
std::vector< float > |
values |
|
) |
| |
◆ includeVariable() [4/4]
void GDigitizedData::includeVariable |
( |
std::string |
vname, |
|
|
std::vector< int > |
values |
|
) |
| |
The documentation for this class was generated from the following files: