41 const char *blindString,
double centralValue,
45 _value(
"value",
"Precision blinded value",this,
value),
46 _blindEngine(blindString,
RooBlindTools::full,centralValue,scale,sin2betaMode)
54 const char *blindString,
double centralValue,
58 _value(
"value",
"Precision blinded value",this,
value),
59 _blindEngine(blindString,
RooBlindTools::full,centralValue,scale,sin2betaMode)
68 _value(
"asym",this,other._value),
69 _blindEngine(other._blindEngine)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
A space to attach TBranches.
Base class for objects that want to hide their return value from interactive use, e....
Abstract base class for objects that represent a real value and implements functionality common to al...
Implementation of BlindTools' precision blinding method A RooUnblindPrecision object is a real valued...
RooBlindTools _blindEngine
double evaluate() const override
Evaluate RooBlindTools unhide-precision method on blind value.
RooUnblindPrecision()=default