3 #ifndef AliTPCConfigParser_H 4 #define AliTPCConfigParser_H 23 Float_t
GetValue(
const char* key, UInt_t position=0);
24 Float_t
GetValue(
const TObject *key, UInt_t position=0);
25 const char*
GetData(
const char* key, UInt_t position=0);
26 const char*
GetData(
const TObject* key, UInt_t position=0);
Class for Parsing simple text configuration files.
const TObject * operator()(const char *key) const
const char * GetData(const char *key, UInt_t position=0)
const TList * operator()() const
virtual ~AliTPCConfigParser()
TObject * NextValue(const char *key)
const TList * GetConfigurationMap() const
Int_t GetNumberOfValues(const char *key) const
TObject * NextValueIter(TObjArray *obj)
const TObject * operator()(Int_t pos) const
const TObject * operator()(TObject *key) const
Int_t ParseConfigFileTxt(const char *cfgfile)
Float_t GetValue(const char *key, UInt_t position=0)
AliTPCConfigParser & operator=(const AliTPCConfigParser &cfg)