82 coutW(
ObjectHandling) <<
"RooAbsStudy::registerSummaryOutput(" <<
GetName() <<
") WARNING summary output already registered" << endl ;
97 coutE(
ObjectHandling) <<
"RooAbsStudy::storeSummaryOutput(" <<
GetName() <<
") ERROR: no summary output data configuration registered" << endl ;
131 if (!chunkList) return ;
135 while((obj=iter->
Next())) {
virtual const char * GetName() const
Returns name of object.
const char * GetName() const
Returns name of object.
RooLinkedList * _detailData
void storeSummaryOutput(const RooArgSet &vars)
RooDataSet * _summaryData
void SetName(const char *name)
Iterator abstract base class.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString...
The TNamed class is the base class for all named ROOT classes.
RooCmdArg StoreError(const RooArgSet &aset)
virtual TIterator * MakeIterator(Bool_t dir=kIterForward) const
Return a list iterator.
RooAbsStudy is an abstract base class for RooStudyManager modules.
virtual void Add(TObject *arg)
virtual TObject * Clone(const char *newname=0) const
Make a clone of an object using the Streamer facility.
char * Form(const char *fmt,...)
RooDataSet is a container class to hold unbinned data.
virtual void add(const RooArgSet &row, Double_t weight=1.0, Double_t weightError=0)
Add a data point, with its coordinates specified in the 'data' argset, to the data set...
RooLinkedList is an collection class for internal use, storing a collection of RooAbsArg pointers in ...
void Delete(Option_t *o=0)
Remove all elements in collection and delete all elements NB: Collection does not own elements...
void registerSummaryOutput(const RooArgSet &allVars, const RooArgSet &varsWithError=RooArgSet(), const RooArgSet &varsWithAsymError=RooArgSet())
RooCmdArg StoreAsymError(const RooArgSet &aset)
void append(RooDataSet &data)
Add all data points of given data set to this data set.
void aggregateSummaryOutput(TList *chunkList)
Mother of all ROOT objects.
TIterator * MakeIterator(Bool_t dir=kTRUE) const
Return an iterator over this list.
virtual TObject * Next()=0
virtual ~RooAbsStudy()
Destructor.
void storeDetailedOutput(Bool_t flag)
virtual const char * GetTitle() const
Returns title of object.