Laura++
3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.
|
Go to the documentation of this file.
50 LauBlind( const TString& blindingStr, const Double_t width );
63 inline Double_t blind( const Double_t val ) const { return val + offset_; }
70 inline Double_t unblind( const Double_t val ) const { return val - offset_; }
LauBlind() Default constructor.
Double_t unblind(const Double_t val) const Obtain the unblinded value.
void calcOffset() Calculate the offset.
const Double_t blindingWidth_ The Gaussian width.
Double_t blind(const Double_t val) const Obtain the blinded value.
virtual ~LauBlind() Destructor.
Class for blinding and unblinding a number based on a blinding string.
Double_t blindingWidth() const Obtain the Gaussian width.
const TString blindingString_ The blinding string.
LauBlind & operator=(const LauBlind &rhs) Copy assignment operator (not implemented)
const TString & blindingString() const Obtain the blinding string.
Double_t offset_ The offset used to blind the value.
|