47  _meas(
"meas",
"Measurement",
this,
meas),
 
 
   74  if (
meas.hasAsymError()) {
 
   77      return delta/
meas.getAsymErrorHi() ;
 
   79      return -delta/
meas.getAsymErrorLo() ;
 
   81  } 
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.