11 #ifndef ROOSTATS_HypoTestInverterPlot
12 #define ROOSTATS_HypoTestInverterPlot
22 class HypoTestInverterResult;
23 class SamplingDistPlot;
26 class HypoTestInverterPlot :
public TNamed {
31 HypoTestInverterPlot(HypoTestInverterResult* results ) ;
33 HypoTestInverterPlot(
const char* name,
35 HypoTestInverterResult* results ) ;
43 TGraphErrors* MakePlot(Option_t *opt=
"") ;
51 TMultiGraph* MakeExpectedPlot(
double sig1=1,
double sig2=2) ;
54 SamplingDistPlot * MakeTestStatPlot(
int index,
int type=0,
int nbins = 100);
65 void Draw(Option_t *opt=
"");
68 ~HypoTestInverterPlot() ;
72 HypoTestInverterResult* fResults;
76 ClassDef(HypoTestInverterPlot,1)