CombineHarvester
SOverBTools.h
Go to the documentation of this file.
1 #ifndef CombineTools_SOverBTools_h
2 #define CombineTools_SOverBTools_h
3 #include "TH1.h"
4 
5 namespace ch {
6 struct SOverBInfo {
7  double s;
8  double b;
9  double x_lo;
10  double x_hi;
11  SOverBInfo() { ; }
12  SOverBInfo(TH1F const* sig, TH1F const* bkg, unsigned steps, double frac);
13 };
14 
15 double IntegrateFloatRange(TH1F const* hist, double xmin, double xmax);
16 }
17 
18 #endif
Definition: Algorithm.h:10
double IntegrateFloatRange(TH1F const *hist, double xmin, double xmax)
Definition: SOverBTools.cc:38