27 #include "Riostream.h"
31 #include <TObjString.h>
61 fMap.Add(
new TObjString(path),
new TObjString(data));
70 TObject*
object =
fMap.GetValue(path.Data());
75 << path <<
" not found in the map." << std::endl;
80 return ((TObjString*)
object)->String();
TMap fMap
the map of strings to strings
TString Get(const TString &path, Bool_t warn=kTRUE) const
TObject class containing a map of strings to strings.
void Add(const TString &path, const TString &data)