gdata
GDigitizedData Class Reference

#include <gDigitizedData.h>

Collaboration diagram for GDigitizedData:
Collaboration graph

Public Member Functions

 GDigitizedData (GHit *ghit, GLogger *const logger)
 Constructs a GDigitizedData object from a GHit. More...
 
 ~GDigitizedData ()
 Destructor for GDigitizedData. More...
 
std::string getIdentityString ()
 Returns a string representation of the hit identity. More...
 
void includeVariable (std::string vname, int value)
 
void includeVariable (std::string vname, float value)
 
void includeVariable (std::string vname, std::vector< int > values)
 
void includeVariable (std::string vname, std::vector< float > values)
 
const std::map< std::string, int > getIntObservablesMap (int which) const
 Returns the filtered map of integer observables. More...
 
const std::map< std::string, float > getFltObservablesMap (int which) const
 Returns the filtered map of float observables. More...
 
int getTimeAtElectronics ()
 Gets the time at electronics. More...
 
int getIntObservable (std::string varName)
 
float getFltObservable (std::string varName)
 
const std::map< std::string, std::vector< int > > getArrayIntObservablesMap () const
 Returns the map of integer array observables. More...
 
const std::map< std::string, std::vector< float > > getArrayFltObservablesMap () const
 Returns the map of float array observables. More...
 

Detailed Description

Definition at line 18 of file gDigitizedData.h.

Constructor & Destructor Documentation

◆ GDigitizedData()

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

Definition at line 14 of file gDigitizedData.cc.

◆ ~GDigitizedData()

GDigitizedData::~GDigitizedData ( )
inline

Definition at line 30 of file gDigitizedData.h.

Member Function Documentation

◆ 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)

Definition at line 81 of file gDigitizedData.cc.

◆ getFltObservablesMap()

std::map< std::string, float > const GDigitizedData::getFltObservablesMap ( int  which) const
Parameters
which0: 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 ( )
Returns
A string representing the identity.

Definition at line 88 of file gDigitizedData.cc.

◆ getIntObservable()

int GDigitizedData::getIntObservable ( std::string  varName)

Definition at line 74 of file gDigitizedData.cc.

◆ getIntObservablesMap()

std::map< std::string, int > const GDigitizedData::getIntObservablesMap ( int  which) const
Parameters
which0: 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 
)

Definition at line 61 of file gDigitizedData.cc.

◆ includeVariable() [2/4]

void GDigitizedData::includeVariable ( std::string  vname,
int  value 
)

Definition at line 56 of file gDigitizedData.cc.

◆ 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: