56 return trueInfoDoublesVariablesMap;
64 return trueInfoStringVariablesMap;
68 std::map<std::string, double> trueInfoDoublesVariablesMap;
69 std::map<std::string, std::string> trueInfoStringVariablesMap;
70 std::vector<GIdentifier> gidentity;
71 std::shared_ptr<GLogger> log;
std::map< std::string, double > getDoubleVariablesMap() const
Returns the map of double variables.
void includeVariable(const std::string &varName, double var)
Includes a double variable in the true hit data.
~GTrueInfoData()
Destructor for GTrueInfoData.
GTrueInfoData(GHit *ghit, std::shared_ptr< GLogger > logger)
Constructs a GTrueInfoData object.
std::string getIdentityString()
Returns a string representation of the identity.
std::map< std::string, std::string > getStringVariablesMap() const
Returns the map of string variables.