11 #ifndef ROOSTATS_HypoTestInverterOriginal 12 #define ROOSTATS_HypoTestInverterOriginal 44 bool RunAutoScan(
double xMin,
double xMax,
double target,
double epsilon=0.005,
unsigned int numAlgorithm=0 );
46 bool RunFixedScan(
int nBins,
double xMin,
double xMax );
virtual void SetModel(const ModelConfig &)
Set the Model.
ModelConfig is a simple class that holds configuration information specifying how a model should be u...
IntervalCalculator is an interface class for a tools which produce RooStats ConfIntervals.
HypoTestCalculator * fCalculator0
bool RunAutoScan(double xMin, double xMax, double target, double epsilon=0.005, unsigned int numAlgorithm=0)
virtual void SetTestSize(Double_t size)
set the size of the test (rate of Type I error) (eg. 0.05 for a 95% Confidence Interval) ...
virtual ~HypoTestInverterOriginal()
virtual HypoTestInverterResult * GetInterval() const
Main interface to get a ConfInterval, pure virtual.
virtual Double_t ConfidenceLevel() const
Get the Confidence level for the test.
virtual void SetData(RooAbsData &)
Set the DataSet ( add to the the workspace if not already there ?)
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
HypoTestInverterResult * fResults
void UseCLs(bool on=true)
flag to switch between using CLsb (default) or CLs as confidence level
virtual void SetTestSize(Double_t size)
set the size of the test (rate of Type I error) ( e.g. 0.05 for a 95% Confidence Interval) ...
HypoTestCalculator is an interface class for a tools which produce RooStats HypoTestResults.
RooRealVar represents a fundamental (non-derived) real valued object.
virtual Double_t Size() const
Get the size of the test (eg. rate of Type I error)
HypoTestInverterOriginal()
virtual void SetConfidenceLevel(Double_t cl)
set the confidence level for the interval (e.g. 0.95 for a 95% Confidence Interval) ...
RooAbsData is the common abstract base class for binned and unbinned datasets.
void UseCLs(bool on=true)
bool RunOnePoint(double thisX)
run only one point
Namespace for the RooStats classes.
This class is now deprecated and to be replaced by the HypoTestInverter.
RooRealVar * fScannedVariable
HypoTestInverterResult class holds the array of hypothesis test results and compute a confidence inte...
bool RunFixedScan(int nBins, double xMin, double xMax)
virtual void SetConfidenceLevel(Double_t cl)
set the confidence level for the interval (eg. 0.95 for a 95% Confidence Interval) ...