virtual | ~DetailedOutputAggregator() |
void | AppendArgSet(const RooAbsCollection* aset, TString prefix = "") |
static TClass* | Class() |
void | CommitSet(double weight = 1.) |
RooStats::DetailedOutputAggregator | DetailedOutputAggregator() |
RooStats::DetailedOutputAggregator | DetailedOutputAggregator(const RooStats::DetailedOutputAggregator&) |
const RooArgList* | GetAsArgList() const |
static RooArgSet* | GetAsArgSet(RooFitResult* result, TString prefix = "", bool withErrorsAndPulls = false) |
RooDataSet* | GetAsDataSet(TString name, TString title) |
virtual TClass* | IsA() const |
RooStats::DetailedOutputAggregator& | operator=(const RooStats::DetailedOutputAggregator&) |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
RooArgList* | fBuiltSet | |
RooDataSet* | fResult |
static function to translate the given fit result to a RooArgSet in a generic way. Prefix is prepended to all variable names. LM: caller is responsible to delete the returned list and eventually also the content of the list Note that the returned list is not owning the returned content
For each variable in aset, prepend prefix to its name and add to the internal store. Note this will not appear in the produced dataset unless CommitSet is called.
Returns all detailed output as a dataset. Ownership of the dataset is transferred to the caller.
Returns this set of detailed output. Note that the ownership of the returned list is not transfered It is managed by the DetailedOutputAggregator class