66 _meas(
"meas",
"Measurement",this,meas),
67 _true(
"true",
"Truth",this,truth)
80 _meas(
"meas",this,other._meas),
81 _true(
"true",this,other._true)
104 if (meas.hasAsymError()) {
107 return delta/meas.getAsymErrorHi() ;
109 return -delta/meas.getAsymErrorLo() ;
111 }
else if (meas.hasError()) {
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooPullVar represents the pull of a measurement w.r.t.
Double_t evaluate() const
Calculate pull.
virtual ~RooPullVar()
Destructor.
RooPullVar()
Default constructor.
RooRealVar represents a variable that can be changed from the outside.
const T & arg() const
Return reference to object held in proxy.