48 _meas(
"meas",
"Measurement",this,meas),
49 _true(
"true",
"Truth",this,truth)
74 const auto& meas =
_meas.arg();
75 if (meas.hasAsymError()) {
78 return delta/meas.getAsymErrorHi() ;
80 return -delta/meas.getAsymErrorLo() ;
82 }
else if (meas.hasError()) {
RooAbsReal()
coverity[UNINIT_CTOR] Default constructor
Represents the pull of a measurement w.r.t.
double evaluate() const override
Calculate pull.
RooTemplateProxy< RooRealVar > _meas
Variable that can be changed from the outside.