11#ifndef ROOSTATS_IntervalCalculator
12#define ROOSTATS_IntervalCalculator
#define ClassDef(name, id)
RooAbsData is the common abstract base class for binned and unbinned datasets.
ConfInterval is an interface class for a generic interval in the RooStats framework.
IntervalCalculator is an interface class for a tools which produce RooStats ConfIntervals.
virtual Double_t Size() const =0
Get the size of the test (eg. rate of Type I error)
virtual ConfInterval * GetInterval() const =0
Main interface to get a ConfInterval, pure virtual.
virtual void SetTestSize(Double_t size)=0
set the size of the test (rate of Type I error) ( e.g. 0.05 for a 95% Confidence Interval)
virtual Double_t ConfidenceLevel() const =0
Get the Confidence level for the test.
virtual ~IntervalCalculator()
virtual void SetModel(const ModelConfig &)=0
Set the Model.
virtual void SetConfidenceLevel(Double_t cl)=0
set the confidence level for the interval (e.g. 0.95 for a 95% Confidence Interval)
virtual void SetData(RooAbsData &)=0
Set the DataSet ( add to the the workspace if not already there ?)
ModelConfig is a simple class that holds configuration information specifying how a model should be u...
The RooWorkspace is a persistable container for RooFit projects.
Namespace for the RooStats classes.