46 detailedOutput->
add(*clone);
48 if( withErrorsAndPulls && var ) {
54 RooPullVar pulltemp(
"temppull",
"temppull", *var, *truth);
56 detailedOutput->
add(*pull);
66 return detailedOutput;
91 if (
RooRealVar* rvar= dynamic_cast<RooRealVar*>(var)) {
92 if (
v->getAttribute(
"StoreError")) var->
setAttribute(
"StoreError");
93 else rvar->removeError();
94 if (
v->getAttribute(
"StoreAsymError")) var->
setAttribute(
"StoreAsymError");
95 else rvar->removeAsymError();
101 var->SetName(
v->GetName());
103 var->SetName(renamed);
119 if (
RooRealVar* var= dynamic_cast<RooRealVar*>(
v)) {
121 var->setVal(std::numeric_limits<Double_t>::quiet_NaN());
123 var->removeAsymError();
void setAttribute(const Text_t *name, Bool_t value=kTRUE)
Set (default) or clear a named boolean attribute of this object.
virtual const char * GetName() const
Returns name of object.
Int_t numInvalidNLL() const
TIterator * createIterator(Bool_t dir=kIterForward) const
const RooArgList & floatParsFinal() const
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 addOwned(RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
Double_t getVal(const RooArgSet *set=0) const
Class RooPullVar represents the pull of measurement w.r.t to true value using the measurement value a...
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...
TString & Append(const char *cs)
void CommitSet(double weight=1.0)
RooRealVar represents a fundamental (non-derived) real valued object.
void AppendArgSet(const RooAbsCollection *aset, TString prefix="")
void SetName(const char *name)
Set the name of the TNamed.
RooDataSet * GetAsDataSet(TString name, TString title)
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...
Namespace for the RooStats classes.
RooAbsArg * find(const char *name) const
Find object with given name in list.
RooCmdArg WeightVar(const char *name, Bool_t reinterpretAsWeight=kFALSE)
void SetNameTitle(const char *name, const char *title)
Change the title of this dataset into the given name.
RooAbsCollection is an abstract container object that can hold multiple RooAbsArg objects...
virtual TObject * Next()=0
virtual ~DetailedOutputAggregator()
const RooArgList & floatParsInit() const
static RooArgSet * GetAsArgSet(RooFitResult *result, TString prefix="", bool withErrorsAndPulls=false)
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
static int pull(FILE *fp, struct mg_connection *conn, char *buf, int len, double timeout)
const char * Data() const