11 #ifndef ROOSTATS_DetailedOutputAggregator 12 #define ROOSTATS_DetailedOutputAggregator
const RooArgList * GetAsArgList() const
This class is designed to aid in the construction of RooDataSets and RooArgSets, particularly those n...
#define ClassDef(name, id)
void CommitSet(double weight=1.0)
Commit to the result RooDataSet.
void AppendArgSet(const RooAbsCollection *aset, TString prefix="")
For each variable in aset, prepend prefix to its name and add to the internal store.
RooDataSet * GetAsDataSet(TString name, TString title)
Returns all detailed output as a dataset.
RooDataSet is a container class to hold unbinned data.
Namespace for the RooStats classes.
DetailedOutputAggregator()
RooAbsCollection is an abstract container object that can hold multiple RooAbsArg objects...
virtual ~DetailedOutputAggregator()
static RooArgSet * GetAsArgSet(RooFitResult *result, TString prefix="", bool withErrorsAndPulls=false)
static function to translate the given fit result to a RooArgSet in a generic way.