11 #ifndef RooStats_SimpleInterval 12 #define RooStats_SimpleInterval
SimpleInterval(const char *name=0)
Default constructor.
SimpleInterval & operator=(const SimpleInterval &other)
#define ClassDef(name, id)
Double_t fConfidenceLevel
virtual void SetConfidenceLevel(Double_t)
used to set confidence level. Keep pure virtual
virtual Double_t LowerLimit()
RooRealVar represents a fundamental (non-derived) real valued object.
virtual RooArgSet * GetParameters() const
return cloned list of parameters
virtual Double_t ConfidenceLevel() const
return confidence level
virtual ~SimpleInterval()
Destructor.
ConfInterval is an interface class for a generic interval in the RooStats framework.
Namespace for the RooStats classes.
virtual Double_t UpperLimit()
virtual Bool_t IsInInterval(const RooArgSet &) const
Method to determine if a parameter point is in the interval.
Bool_t CheckParameters(const RooArgSet &) const
check if parameters are correct (i.e. they are the POI of this interval)
SimpleInterval is a concrete implementation of the ConfInterval interface.