|
Laura++
3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.
|
Go to the documentation of this file.
35 blindingString_( "" ),
36 blindingWidth_( 0.0 ),
42 blindingString_( blindingStr ),
43 blindingWidth_( width ),
50 blindingString_( rhs.blindingString_ ),
51 blindingWidth_( rhs.blindingWidth_ ),
52 offset_( rhs.offset_ )
LauBlind() Default constructor.
void calcOffset() Calculate the offset.
const Double_t blindingWidth_ The Gaussian width.
virtual ~LauBlind() Destructor.
Class for blinding and unblinding a number based on a blinding string.
const TString blindingString_ The blinding string.
File containing declaration of LauBlind class.
Double_t offset_ The offset used to blind the value.
|