14#include <TClonesArray.h>
21 std::vector<std::vector<TString>> fParameters;
22 std::vector<TString> fLabels;
23 TString GetLabel(Int_t i)
const;
34 Bool_t
Add(TString option);
39 TString
GetByLabel(TString label, Int_t no = 0)
const;
46 void Print(Option_t* =
"")
const;
54 std::vector<TString> fNames;
55 std::vector<Int_t> fValues;
72 Bool_t
GetString(TString& val, Int_t value)
const;
Int_t GetByLabelNo(TString label) const
void RegisterLabel(TString label)
TString GetByLabel(TString label, Int_t no=0) const
Bool_t Add(TString option)
void Print(Option_t *="") const
void RegisterOption(TString option)
Bool_t GetOptionInt(Int_t &val, TString option) const
Bool_t GetString(TString &val, Int_t value) const