ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/joshmt/HistHolder.h
(Generate patch)

Comparing UserCode/joshmt/HistHolder.h (file contents):
Revision 1.1 by joshmt, Mon Mar 29 16:06:36 2010 UTC vs.
Revision 1.2 by joshmt, Fri Apr 23 16:41:12 2010 UTC

# 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()));}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines