# | Line 74 | Line 74 | public : | |
---|---|---|
74 | TH2F* find2(std::string name, TFile* file) {return histHolderP2_[make_pair(name,file)];} | |
75 | ||
76 | void Print(TString opt=""); | |
77 | < | void reset(); |
77 | > | void reset(); //this resets the class (clear the data members) |
78 | > | void Reset(); //this calls TH1::Reset() |
79 | ||
80 | //these are just to allow use of char* or TString | |
81 | TH1F* find(TString name) {return find(std::string(name.Data()));} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |