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;} |