62 _meas(
"meas",
"Measurement",this,meas),
63 _true(
"true",
"Truth",this,truth)
76 _meas(
"meas",this,other._meas),
77 _true(
"true",this,other._true)
100 if (meas.hasAsymError()) {
103 return delta/meas.getAsymErrorHi() ;
105 return -delta/meas.getAsymErrorLo() ;
107 }
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.
RooTemplateProxy< RooRealVar > _meas
RooRealVar represents a variable that can be changed from the outside.
const T & arg() const
Return reference to object held in proxy.