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

Comparing UserCode/joshmt/PlotUtil.h (file contents):
Revision 1.2 by joshmt, Fri Apr 23 16:41:12 2010 UTC vs.
Revision 1.4 by joshmt, Thu Sep 23 10:11:20 2010 UTC

# Line 25 | Line 25 | public :
25  
26    //======methods that calculate things======
27    //this is built in to later versions of ROOT, but not 5.22
28 <  Double_t ErrorOnIntegral(const TH1F* h, const Int_t lowbin=1, Int_t highbin=0) ;
29 <
30 <  //======misc utilities======
31 <  //gets rid of = > < from cuts in order to be better included in file names
32 <  TString fortranize(TString cut);
28 >  Double_t ErrorOnIntegral(const TH1D* h, const Int_t lowbin=1, Int_t highbin=0) ;
29  
30    //=====misc settings=====
31    void setDebug(bool debug) {debug_=debug;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines