74   modelConfig.SetPdf(pois);
 
   75   modelConfig.SetParametersOfInterest(parameters);
 
   82   fc.UseAdaptiveSampling(
true);
 
   83   fc.FluctuateNumDataEntries(
false); 
 
   92   std::cout << 
"is this point in the interval? " << interval->
IsInInterval(parameters) << std::endl;
 
   94   std::cout << 
"interval is [" << interval->
LowerLimit(mu) << 
", " << interval->
UpperLimit(mu) << 
"]" << endl;
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
double getRealValue(const char *name, double defVal=0.0, bool verbose=false) const
Get value of a RooAbsReal stored in set with given name.
 
virtual Int_t numEntries() const
Return number of entries in dataset, i.e., count unweighted entries.
 
TH1 * createHistogram(const char *name, const RooAbsRealLValue &xvar, const RooCmdArg &arg1=RooCmdArg::none(), const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none(), const RooCmdArg &arg7=RooCmdArg::none(), const RooCmdArg &arg8=RooCmdArg::none()) const
Calls createHistogram(const char *name, const RooAbsRealLValue& xvar, const RooLinkedList& argList) c...
 
RooAddition calculates the sum of a set of RooAbsReal terms, or when constructed with two sets,...
 
RooArgList is a container object that can hold multiple RooAbsArg objects.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
TObject * clone(const char *newname) const override
 
RooConstVar represent a constant real-valued object.
 
The RooDataHist is a container class to hold N-dimensional binned data.
 
const RooArgSet * get() const override
Get bin centre of current bin.
 
RooDataSet is a container class to hold unbinned data.
 
A RooPlot is a plot frame and a container for graphics objects within that frame.
 
static RooPlot * frame(const RooAbsRealLValue &var, double xmin, double xmax, Int_t nBins)
Create a new frame for a given variable in x.
 
void Draw(Option_t *options=nullptr) override
Draw this plot and all of the elements it contains.
 
RooRealVar represents a variable that can be changed from the outside.
 
The FeldmanCousins class (like the Feldman-Cousins technique) is essentially a specific configuration...
 
ModelConfig is a simple class that holds configuration information specifying how a model should be u...
 
PointSetInterval is a concrete implementation of the ConfInterval interface.
 
double UpperLimit(RooRealVar ¶m)
return upper limit on a given parameter
 
bool IsInInterval(const RooArgSet &) const override
check if parameter is in the interval
 
double LowerLimit(RooRealVar ¶m)
return lower limit on a given parameter
 
The RooWorkspace is a persistable container for RooFit projects.
 
void Update() override
Update canvas pad buffers.
 
1-D histogram with a float per channel (see TH1 documentation)}
 
void Draw(Option_t *option="") override
Draw this histogram with options.
 
void Start(Bool_t reset=kTRUE)
Start the stopwatch.
 
void Stop()
Stop the stopwatch.
 
void Print(Option_t *option="") const override
Print the real and cpu time passed between the start and stop events.
 
RooCmdArg Binning(const RooAbsBinning &binning)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
 
Namespace for the RooStats classes.