16 #ifndef ROO_GEN_FIT_STUDY 17 #define ROO_GEN_FIT_STUDY virtual const char * GetName() const
Returns name of object.
void setFitConfig(const char *pdfName, const char *obsName, const RooCmdArg &arg1=RooCmdArg(), const RooCmdArg &arg2=RooCmdArg(), const RooCmdArg &arg3=RooCmdArg())
virtual RooAbsStudy * clone(const char *newname="") const
virtual Bool_t initialize()
One-time initialization of study.
virtual Bool_t finalize()
Finalization of study.
RooGenFitStudy is an abstract base class for RooStudyManager modules.
virtual Bool_t execute()
Execute one study iteration.
#define ClassDef(name, id)
void setGenConfig(const char *pdfName, const char *obsName, const RooCmdArg &arg1=RooCmdArg(), const RooCmdArg &arg2=RooCmdArg(), const RooCmdArg &arg3=RooCmdArg())
RooAbsGenContext is the abstract base class for generator contexts of RooAbsPdf objects.
RooRealVar represents a fundamental (non-derived) real valued object.
RooAbsStudy is an abstract base class for RooStudyManager modules.
RooAbsData is the common abstract base class for binned and unbinned datasets.
RooDataSet is a container class to hold unbinned data.
A RooPlot is a plot frame and a container for graphics objects within that frame. ...
RooLinkedList is an collection class for internal use, storing a collection of RooAbsArg pointers in ...
RooGenFitStudy(const char *name=0, const char *title=0)
Constructor.
virtual ~RooGenFitStudy()
virtual Bool_t attach(RooWorkspace &w)
Function called after insertion into workspace.
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
void Print(Option_t *options=0) const
Print TNamed name and title.
RooAbsPdf::GenSpec * _genSpec
The RooWorkspace is a persistable container for RooFit projects.
virtual const char * GetTitle() const
Returns title of object.
RooCmdArg is a named container for two doubles, two integers two object points and three string point...