|
ROOT
Reference Guide |
|
Go to the documentation of this file.
16 #ifndef ROO_STUDY_PACKAGE
17 #define ROO_STUDY_PACKAGE
std::list< RooAbsStudy * > & studies()
RooAbsData is the common abstract base class for binned and unbinned datasets.
void addStudy(RooAbsStudy &study)
RooStudyPackage is a utility class to manage studies that consist of repeated applications of generat...
TObject * Clone(const char *="") const
Make a clone of an object using the Streamer facility.
RooFitResult is a container class to hold the input and output of a PDF fit to a dataset.
void run(Int_t nExperiments)
static void processFile(const char *infile, Int_t nexp)
Read in study package.
void initialize()
Make iterator over copy of studies attached to workspace.
The TNamed class is the base class for all named ROOT classes.
A RooPlot is a plot frame and a container for graphics objects within that frame.
void finalize()
Finalize all studies.
void driver(Int_t nExperiments)
The RooWorkspace is a persistable container for RooFit projects.
Mother of all ROOT objects.
#define ClassDef(name, id)
std::list< RooAbsStudy * > _studies
RooDataSet is a container class to hold unbinned data.
Int_t initRandom()
Choose random seed for this process in case pass a definite seed to have it deterministic use also wo...
void exportData(TList *olist, Int_t seqno)
RooRealVar represents a variable that can be changed from the outside.
RooAbsStudy is an abstract base class for RooStudyManager modules.