11 #ifndef ROOSTATS_HypoTestPlot
12 #define ROOSTATS_HypoTestPlot
22 class HypoTestPlot:
public SamplingDistPlot {
25 HypoTestPlot() : SamplingDistPlot() , fHypoTestResult(0) {}
26 HypoTestPlot(HypoTestResult& result, Int_t bins=100, Option_t* opt =
"NORMALIZE HIST");
27 HypoTestPlot(HypoTestResult& result, Int_t bins, Double_t min, Double_t max, Option_t* opt =
"NORMALIZE HIST");
28 ~HypoTestPlot(
void) {}
31 void ApplyResult(HypoTestResult& result, Option_t* opt =
"NORMALIZE HIST");
33 void ApplyDefaultStyle(
void);
36 HypoTestResult *fHypoTestResult;
39 ClassDef(HypoTestPlot,1)