22 Double_t
GetBlocks(TH1* hin,Double_t fpr,TH1* hout,Int_t ntrig=0);
25 Double_t
GetBlocks(Int_t n,Double_t* arr,Double_t fpr,TH1* hout,Int_t ntrig=0);
26 Double_t
GetBlocks(Int_t n,Float_t* arr,Double_t fpr,TH1* hout,Int_t ntrig=0);
27 Double_t
GetBlocks(TGraphErrors gr,Double_t fpr,TH1* hout,Int_t ntrig=0);
28 Double_t
GetBlocks(TGraph gr,TF1 f,Double_t fpr,TH1* hout,Int_t ntrig=0);
29 Double_t
GetBlocks(TGraph gr,TString f,Double_t fpr,TH1* hout,Int_t ntrig=0);
30 Double_t
GetBlocks(TGraph gr,Double_t nrms,Double_t fpr,TH1* hout,Int_t ntrig=0);
31 Int_t
GetBlocks(TH1* hin,TH1* hout,Int_t n,Int_t mode=0);
34 Int_t
GetBlocks(Int_t nr,Double_t* arr,TH1* hout,Int_t n,Int_t mode=0);
35 Int_t
GetBlocks(Int_t nr,Float_t* arr,TH1* hout,Int_t n,Int_t mode=0);
36 Int_t
GetBlocks(TGraph* gr,TH1* hout,Int_t n,Int_t mode=0);
37 Int_t
Add(TH1* h1,TH1* h2,TH1* hout,Bool_t scale,Double_t c,Double_t d=0);
38 Int_t
Add(TGraph* gr,TH1* h,TGraph* gout,Double_t c,Double_t d=0);
39 Int_t
Divide(TH1* h1,TH1* h2,TH1* hout,Bool_t scale,Double_t c,Double_t d=0);
40 Int_t
Divide(TGraph* gr,TH1* h,TGraph* gout,Double_t c,Double_t d=0);
41 Int_t
Rebin(TH1* hin,TH1* hout,Bool_t scale,Int_t nbins=0,Double_t xmin=0,Double_t xmax=-1);
45 Double_t
GetPrior(Int_t n,Double_t fpr);