10 #ifndef GGSTGEOPARAMS_H_
11 #define GGSTGEOPARAMS_H_
91 std::map<std::string, int> _intGeoParams;
92 std::map<std::string, double> _realGeoParams;
93 std::map<std::string, std::string> _stringGeoParams;
94 std::map<std::string, bool> _boolGeoParams;
bool GetBoolGeoParam(const std::string &name) const
Gets a boolean geometry parameter.
void SetStringGeoParams(const std::map< std::string, std::string > &stringGeoParams)
Sets the string geometry parameters.
bool AreSameParamsAs(const GGSTGeoParams ¶ms) const
Compares two geometry parameter objects.
int GetIntGeoParam(const std::string &name) const
Gets an integer geometry parameter.
void SetRealGeoParams(const std::map< std::string, double > &realGeoParams)
Sets the real geometry parameters.
std::string GetStringGeoParam(const std::string &name) const
Gets a string geometry parameter.
Class for storing the geometry parameters on Root output file.
double GetRealGeoParam(const std::string &name) const
Gets a real geometry parameter.
void SetBoolGeoParams(const std::map< std::string, bool > &boolGeoParams)
Sets the boolean geometry parameters.
void SetIntGeoParams(const std::map< std::string, int > &intGeoParams)
Sets the integer geometry parameters.