1 #ifndef CDFRunInfo_hh_included 2 #define CDFRunInfo_hh_included 1 21 const char*
get(
const char*
key)
const;
38 void store(TFile* toFile);
41 bool load(TFile* fromFile);
46 #endif // CDFRunInfo_hh_included void print() const
print all information to the terminal
Per-run or per-file information.
std::map< std::string, std::string > m_mapData
double getDouble(const char *key) const
Get a run info item by name and convert it to a double.
void setInfo(const char *key, const char *value)
add some information to the run info
void store(TFile *toFile)
static const char * RootVariableName
int getKeys(const char **buffer, int nbufs)
fill the given array with key name pointers
int getInt(const char *key) const
Get a run info item by name and convert it to an integer.
int getSize() const
get the number of items
bool load(TFile *fromFile)
bool hasKey(const char *key) const
test for thr presence of given key