11#ifndef RooStats_PointSetInterval
12#define RooStats_PointSetInterval
#define ClassDef(name, id)
RooAbsData is the common abstract base class for binned and unbinned datasets.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooRealVar represents a variable that can be changed from the outside.
ConfInterval is an interface class for a generic interval in the RooStats framework.
PointSetInterval is a concrete implementation of the ConfInterval interface.
Bool_t CheckParameters(const RooArgSet &) const
return a cloned list with the parameter of interest
RooAbsData * GetParameterPoints() const
return a copy of the data set (points) defining this interval
Double_t UpperLimit(RooRealVar ¶m)
return upper limit on a given parameter
Double_t LowerLimit(RooRealVar ¶m)
return lower limit on a given parameter
virtual Bool_t IsInInterval(const RooArgSet &) const
check if parameter is in the interval
virtual ~PointSetInterval()
destructor
virtual RooArgSet * GetParameters() const
Method to return lower limit on a given parameter Double_t LowerLimit(RooRealVar& param) ; // could p...
RooAbsData * fParameterPointsInInterval
confidence level
Double_t fConfidenceLevel
virtual void SetConfidenceLevel(Double_t cl)
set the confidence level for the interval
virtual Double_t ConfidenceLevel() const
return the confidence level for the interval
virtual TObject * Clone(const char *newname="") const
Make a clone of an object using the Streamer facility.
Namespace for the RooStats classes.