50 const char *blindString,
double scale,
RooAbsReal& cpasym)
52 _value(
"value",
"Offset blinded value",this,cpasym),
61 const char *blindString,
double scale,
RooAbsReal& cpasym,
64 _value(
"value",
"Offset blinded value",this,cpasym),
74 _value(
"asym",this,other._value),
75 _blindEngine(other._blindEngine)
A space to attach TBranches.
RooAbsHiddenReal is a base class for objects that want to hide their return value from interactive us...
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Implementation of BlindTools' offset blinding method A RooUnblindOffset object is a real valued funct...
RooBlindTools _blindEngine
~RooUnblindOffset() override
Destructor.
RooUnblindOffset()
Default constructor.
double evaluate() const override
Evaluate RooBlindTools unhide-offset method on blind value.