11 #ifndef ROOSTATS_HypoTestInverterPlot 12 #define ROOSTATS_HypoTestInverterPlot 22 class HypoTestInverterResult;
23 class SamplingDistPlot;
A TMultiGraph is a collection of TGraph (or derived) objects.
TMultiGraph * MakeExpectedPlot(double sig1=1, double sig2=2)
Make the expected plot and the bands nsig1 and nsig2 indicates the n-sigma value for the bands if nsi...
HypoTestInverterPlot(HypoTestInverterResult *results)
constructor from a HypoTestInverterResult class name and title are taken from the result class ...
HypoTestInverterResult * fResults
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
SamplingDistPlot * MakeTestStatPlot(int index, int type=0, int nbins=100)
Plot the test statistic distributions type =0 null and alt type = 1 only null (S+B) type = 2 only alt...
TGraphErrors * MakePlot(Option_t *opt="")
return a TGraphErrors with the obtained observed p-values resultinf from the scan By default (Option ...
Namespace for the RooStats classes.
HypoTestInverterResult class holds the array of hypothesis test results and compute a confidence inte...
Class to plot an HypoTestInverterResult, result of the HypoTestInverter calculator.
~HypoTestInverterPlot()
destructor
This class provides simple and straightforward utilities to plot SamplingDistribution objects...
void Draw(Option_t *opt="")
Draw the scan result in the current canvas Possible options: "" (default): draw observed + expected w...
A TGraphErrors is a TGraph with error bars.