|
ROOT
Reference Guide |
|
Go to the documentation of this file.
11 #ifndef RooStats_SimpleInterval
12 #define RooStats_SimpleInterval
SimpleInterval(const char *name=0)
Default constructor.
virtual Double_t LowerLimit()
virtual Double_t UpperLimit()
SimpleInterval is a concrete implementation of the ConfInterval interface.
virtual void SetConfidenceLevel(Double_t)
used to set confidence level. Keep pure virtual
Bool_t CheckParameters(const RooArgSet &) const
check if parameters are correct (i.e. they are the POI of this interval)
virtual Double_t ConfidenceLevel() const
return confidence level
SimpleInterval & operator=(const SimpleInterval &other)
Namespace for the RooStats classes.
virtual Bool_t IsInInterval(const RooArgSet &) const
Method to determine if a parameter point is in the interval.
#define ClassDef(name, id)
virtual RooArgSet * GetParameters() const
return cloned list of parameters
Double_t fConfidenceLevel
ConfInterval is an interface class for a generic interval in the RooStats framework.
virtual ~SimpleInterval()
Destructor.
RooRealVar represents a variable that can be changed from the outside.
RooArgSet is a container object that can hold multiple RooAbsArg objects.