48 _meas(
"meas",
"Measurement",
this,
meas),
75 if (
meas.hasAsymError()) {
78 return delta/
meas.getAsymErrorHi() ;
80 return -delta/
meas.getAsymErrorLo() ;
82 }
else if (
meas.hasError()) {
Abstract base class for objects that represent a real value and implements functionality common to al...
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.
const T & arg() const
Return reference to object held in proxy.