#include <gTrueInfoData.h>
Definition at line 18 of file gTrueInfoData.h.
◆ GTrueInfoData()
GTrueInfoData::GTrueInfoData |
( |
GHit * |
ghit, |
|
|
GLogger *const |
logger |
|
) |
| |
- Parameters
-
ghit | Pointer to the GHit from which identity information is extracted. |
logger | Pointer to a GLogger instance used for logging. |
Definition at line 9 of file gTrueInfoData.cc.
◆ ~GTrueInfoData()
GTrueInfoData::~GTrueInfoData |
( |
| ) |
|
|
inline |
◆ getFloatVariablesMap()
const std::map<std::string, float> GTrueInfoData::getFloatVariablesMap |
( |
| ) |
const |
|
inline |
- Returns
- A map from variable names to float values.
Definition at line 58 of file gTrueInfoData.h.
◆ getIdentityString()
std::string GTrueInfoData::getIdentityString |
( |
| ) |
|
- Returns
- A string representing the hit identity.
Definition at line 24 of file gTrueInfoData.cc.
◆ getStringVariablesMap()
const std::map<std::string, std::string> GTrueInfoData::getStringVariablesMap |
( |
| ) |
const |
|
inline |
- Returns
- A map from variable names to string values.
Definition at line 64 of file gTrueInfoData.h.
◆ includeVariable() [1/2]
void GTrueInfoData::includeVariable |
( |
std::string |
varName, |
|
|
float |
var |
|
) |
| |
- Parameters
-
varName | The variable name. |
var | The float value. |
Definition at line 14 of file gTrueInfoData.cc.
◆ includeVariable() [2/2]
void GTrueInfoData::includeVariable |
( |
std::string |
varName, |
|
|
std::string |
var |
|
) |
| |
- Parameters
-
varName | The variable name. |
var | The string value. |
Definition at line 19 of file gTrueInfoData.cc.
The documentation for this class was generated from the following files: