1 #ifndef GDIGITIZEDHIT_H
2 #define GDIGITIZEDHIT_H 1
31 log->debug(DESTRUCTOR,
"GDigitizedData");
85 std::map<std::string, int> intObservablesMap;
86 std::map<std::string, float> fltObservablesMap;
87 std::map<std::string, std::vector<int>> arrayIntObservablesMap;
88 std::map<std::string, std::vector<float>> arrayFltObservablesMap;
89 std::vector<GIdentifier> gidentity;
90 bool validVarName(std::string varName,
int which)
const;
const std::map< std::string, float > getFltObservablesMap(int which) const
Returns the filtered map of float observables.
GDigitizedData(GHit *ghit, GLogger *const logger)
Constructs a GDigitizedData object from a GHit.
int getTimeAtElectronics()
Gets the time at electronics.
void includeVariable(std::string vname, std::vector< float > values)
void includeVariable(std::string vname, int value)
void includeVariable(std::string vname, std::vector< int > values)
float getFltObservable(std::string varName)
int getIntObservable(std::string varName)
const std::map< std::string, int > getIntObservablesMap(int which) const
Returns the filtered map of integer observables.
std::string getIdentityString()
Returns a string representation of the hit identity.
const std::map< std::string, std::vector< int > > getArrayIntObservablesMap() const
Returns the map of integer array observables.
~GDigitizedData()
Destructor for GDigitizedData.
const std::map< std::string, std::vector< float > > getArrayFltObservablesMap() const
Returns the map of float array observables.