gdata
GTrueInfoData Class Reference

#include <gTrueInfoData.h>

Collaboration diagram for GTrueInfoData:
Collaboration graph

Public Member Functions

 GTrueInfoData (GHit *ghit, GLogger *const logger)
 Constructs a GTrueInfoData object. More...
 
 ~GTrueInfoData ()
 Destructor for GTrueInfoData. More...
 
std::string getIdentityString ()
 Returns a string representation of the identity. More...
 
void includeVariable (std::string varName, float var)
 Includes a float variable in the true hit data. More...
 
void includeVariable (std::string varName, std::string var)
 Includes a string variable in the true hit data. More...
 
const std::map< std::string, float > getFloatVariablesMap () const
 Returns the map of float variables. More...
 
const std::map< std::string, std::string > getStringVariablesMap () const
 Returns the map of string variables. More...
 

Detailed Description

Definition at line 18 of file gTrueInfoData.h.

Constructor & Destructor Documentation

◆ GTrueInfoData()

GTrueInfoData::GTrueInfoData ( GHit *  ghit,
GLogger *const  logger 
)
Parameters
ghitPointer to the GHit from which identity information is extracted.
loggerPointer to a GLogger instance used for logging.

Definition at line 9 of file gTrueInfoData.cc.

◆ ~GTrueInfoData()

GTrueInfoData::~GTrueInfoData ( )
inline

Definition at line 30 of file gTrueInfoData.h.

Member Function Documentation

◆ 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
varNameThe variable name.
varThe float value.

Definition at line 14 of file gTrueInfoData.cc.

◆ includeVariable() [2/2]

void GTrueInfoData::includeVariable ( std::string  varName,
std::string  var 
)
Parameters
varNameThe variable name.
varThe string value.

Definition at line 19 of file gTrueInfoData.cc.


The documentation for this class was generated from the following files: