50 LauBlind(
const TString& blindingStr,
const Double_t width);
63 inline Double_t
blind(
const Double_t val)
const {
return val+
offset_; }
LauBlind()
Default constructor.
const Double_t blindingWidth_
The Gaussian width.
void calcOffset()
Calculate the offset.
const TString blindingString_
The blinding string.
LauBlind & operator=(const LauBlind &rhs)
Copy assignment operator (not implemented)
const TString & blindingString() const
Obtain the blinding string.
virtual ~LauBlind()
Destructor.
Double_t unblind(const Double_t val) const
Obtain the unblinded value.
Double_t offset_
The offset used to blind the value.
Double_t blind(const Double_t val) const
Obtain the blinded value.
Double_t blindingWidth() const
Obtain the Gaussian width.
Class for blinding and unblinding a number based on a blinding string.