51   RooAbsStudy(name?name:
"RooGenFitStudy",title?title:
"RooGenFitStudy"), 
    83   while((o=giter->
Next())) {
    89   while((o=fiter->
Next())) {
 
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 Bool_t add(const RooAbsCollection &col, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling add() for each element in the source coll...
virtual Bool_t initialize()
One-time initialization of study. 
virtual Bool_t finalize()
Finalization of study. 
void storeSummaryOutput(const RooArgSet &vars)
virtual TObject * Clone(const char *newName=0) const
Make a clone of an object using the Streamer facility. 
GenSpec * prepareMultiGen(const RooArgSet &whatVars, 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())
Prepare GenSpec configuration object for efficient generation of multiple datasets from idetical spec...
RooArgSet argSet(const char *nameList) const
Return set of RooAbsArgs matching to given list of names. 
Iterator abstract base class. 
RooGenFitStudy is an abstract base class for RooStudyManager modules. 
virtual Bool_t execute()
Execute one study iteration. 
void setGenConfig(const char *pdfName, const char *obsName, const RooCmdArg &arg1=RooCmdArg(), const RooCmdArg &arg2=RooCmdArg(), const RooCmdArg &arg3=RooCmdArg())
RooRealVar represents a fundamental (non-derived) real valued object. 
RooAbsStudy is an abstract base class for RooStudyManager modules. 
virtual void setVal(Double_t value)
Set value of variable to 'value'. 
virtual void Add(TObject *arg)
RooAbsCollection * snapshot(Bool_t deepCopy=kTRUE) const
Take a snap shot of current collection contents: An owning collection is returned containing clones o...
TObject * At(Int_t index) const
Return object stored in sequential position given by index. 
RooDataSet is a container class to hold unbinned data. 
virtual Double_t sumEntries() const
RooAbsPdf * pdf(const char *name) const
Retrieve p.d.f (RooAbsPdf) with given name. A null pointer is returned if not found. 
void registerSummaryOutput(const RooArgSet &allVars, const RooArgSet &varsWithError=RooArgSet(), const RooArgSet &varsWithAsymError=RooArgSet())
RooArgSet * getParameters(const RooAbsData *data, Bool_t stripDisconnected=kTRUE) const
Create a list of leaf nodes in the arg tree starting with ourself as top node that don't match any of...
RooGenFitStudy(const char *name=0, const char *title=0)
Constructor. 
Mother of all ROOT objects. 
virtual TObject * Clone(const char *newname="") const
Make a clone of an object using the Streamer facility. 
RooCmdArg Save(Bool_t flag=kTRUE)
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...
TIterator * MakeIterator(Bool_t dir=kTRUE) const
Return an iterator over this list. 
RooDataSet * generate(const RooArgSet &whatVars, Int_t nEvents, const RooCmdArg &arg1, const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none())
Generate a new dataset containing the specified variables with events sampled from our distribution...
virtual TObject * Next()=0
virtual RooFitResult * fitTo(RooAbsData &data, 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())
Fit PDF to given dataset. 
void Print(Option_t *options=0) const
Print TNamed name and title. 
RooAbsPdf::GenSpec * _genSpec
void storeDetailedOutput(Bool_t flag)
The RooWorkspace is a persistable container for RooFit projects. 
RooCmdArg is a named container for two doubles, two integers two object points and three string point...