#define ClassDef(name, id)
RooAbsData is the common abstract base class for binned and unbinned datasets.
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
RooAbsStudy is an abstract base class for RooStudyManager modules.
virtual Bool_t attach(RooWorkspace &)
void storeSummaryOutput(const RooArgSet &vars)
void storeDetailedOutput(Bool_t flag)
virtual ~RooAbsStudy()
Destructor.
RooLinkedList * detailedData()
virtual Bool_t initialize()
void aggregateSummaryOutput(TList *chunkList)
virtual Bool_t finalize()
RooDataSet * _summaryData
void registerSummaryOutput(const RooArgSet &allVars, const RooArgSet &varsWithError=RooArgSet(), const RooArgSet &varsWithAsymError=RooArgSet())
TObject * Clone(const char *newname="") const
Make a clone of an object using the Streamer facility.
RooDataSet * summaryData()
virtual RooAbsStudy * clone(const char *newname="") const =0
RooLinkedList * _detailData
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooDataSet is a container class to hold unbinned data.
RooFitResult is a container class to hold the input and output of a PDF fit to a dataset.
RooLinkedList is an collection class for internal use, storing a collection of RooAbsArg pointers in ...
A RooPlot is a plot frame and a container for graphics objects within that frame.
RooRealVar represents a fundamental (non-derived) real valued object.
RooStudyManager is a utility class to manage studies that consist of repeated applications of generat...
RooStudyPackage is a utility class to manage studies that consist of repeated applications of generat...
The RooWorkspace is a persistable container for RooFit projects.
The TNamed class is the base class for all named ROOT classes.
Mother of all ROOT objects.