#include <gDigitizedData.h>
Definition at line 18 of file gDigitizedData.h.
◆ GDigitizedData()
GDigitizedData::GDigitizedData |
( |
GHit * |
ghit, |
|
|
const std::shared_ptr< GLogger > & |
logger |
|
) |
| |
- Parameters
-
ghit | Pointer to the GHit from which identity information is extracted. |
logger | Pointer to a GLogger instance. |
Definition at line 12 of file gDigitizedData.cc.
◆ ~GDigitizedData()
GDigitizedData::~GDigitizedData |
( |
| ) |
|
|
inline |
◆ getArrayFltObservablesMap()
std::map<std::string, std::vector<double> > GDigitizedData::getArrayFltObservablesMap |
( |
| ) |
const |
|
inline |
- Returns
- A map of variable names to vectors of floats.
Definition at line 82 of file gDigitizedData.h.
◆ getArrayIntObservablesMap()
std::map<std::string, std::vector<int> > GDigitizedData::getArrayIntObservablesMap |
( |
| ) |
const |
|
inline |
- Returns
- A map of variable names to vectors of integers.
Definition at line 74 of file gDigitizedData.h.
◆ getFltObservable()
float GDigitizedData::getFltObservable |
( |
std::string |
varName | ) |
|
◆ getFltObservablesMap()
std::map< std::string, float > 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 28 of file gDigitizedData.cc.
◆ getIdentityString()
std::string GDigitizedData::getIdentityString |
( |
| ) |
|
◆ getIntObservable()
int GDigitizedData::getIntObservable |
( |
std::string |
varName | ) |
|
◆ getIntObservablesMap()
std::map< std::string, int > 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 17 of file gDigitizedData.cc.
◆ getTimeAtElectronics()
int GDigitizedData::getTimeAtElectronics |
( |
| ) |
|
Returns -1 if TIMEATELECTRONICS is not included.
- Returns
- The time at electronics.
Definition at line 64 of file gDigitizedData.cc.
◆ includeVariable() [1/2]
void GDigitizedData::includeVariable |
( |
const std::string & |
vname, |
|
|
double |
value |
|
) |
| |
◆ includeVariable() [2/2]
void GDigitizedData::includeVariable |
( |
const std::string & |
vname, |
|
|
int |
value |
|
) |
| |
The documentation for this class was generated from the following files: