#include <RooUnblindPrecision.h>
Inheritance diagram for RooUnblindPrecision:
Public Member Functions | |
RooUnblindPrecision () | |
RooUnblindPrecision (const char *name, const char *title, const char *blindString, Double_t centralValue, Double_t scale, RooAbsReal &blindValue, Bool_t sin2betaMode=kFALSE) | |
RooUnblindPrecision (const char *name, const char *title, const char *blindString, Double_t centralValue, Double_t scale, RooAbsReal &blindValue, RooAbsCategory &blindState, Bool_t sin2betaMode=kFALSE) | |
RooUnblindPrecision (const RooUnblindPrecision &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooUnblindPrecision () |
RooUnblindPrecision () | |
RooUnblindPrecision (const char *name, const char *title, const char *blindString, Double_t centralValue, Double_t scale, RooAbsReal &blindValue, Bool_t sin2betaMode=kFALSE) | |
RooUnblindPrecision (const char *name, const char *title, const char *blindString, Double_t centralValue, Double_t scale, RooAbsReal &blindValue, RooAbsCategory &blindState, Bool_t sin2betaMode=kFALSE) | |
RooUnblindPrecision (const RooUnblindPrecision &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooUnblindPrecision () |
Protected Member Functions | |
virtual Double_t | evaluate () const |
virtual Double_t | evaluate () const |
Protected Attributes | |
RooRealProxy | _value |
RooBlindTools | _blindEngine |
Definition at line 26 of file RooUnblindPrecision.h.
RooUnblindPrecision::RooUnblindPrecision | ( | ) |
RooUnblindPrecision::RooUnblindPrecision | ( | const char * | name, | |
const char * | title, | |||
const char * | blindString, | |||
Double_t | centralValue, | |||
Double_t | scale, | |||
RooAbsReal & | blindValue, | |||
Bool_t | sin2betaMode = kFALSE | |||
) |
Definition at line 54 of file RooUnblindPrecision.cxx.
RooUnblindPrecision::RooUnblindPrecision | ( | const char * | name, | |
const char * | title, | |||
const char * | blindString, | |||
Double_t | centralValue, | |||
Double_t | scale, | |||
RooAbsReal & | blindValue, | |||
RooAbsCategory & | blindState, | |||
Bool_t | sin2betaMode = kFALSE | |||
) |
Definition at line 68 of file RooUnblindPrecision.cxx.
RooUnblindPrecision::RooUnblindPrecision | ( | const RooUnblindPrecision & | other, | |
const char * | name = 0 | |||
) |
Definition at line 82 of file RooUnblindPrecision.cxx.
RooUnblindPrecision::~RooUnblindPrecision | ( | ) | [virtual] |
Definition at line 93 of file RooUnblindPrecision.cxx.
RooUnblindPrecision::RooUnblindPrecision | ( | ) |
RooUnblindPrecision::RooUnblindPrecision | ( | const char * | name, | |
const char * | title, | |||
const char * | blindString, | |||
Double_t | centralValue, | |||
Double_t | scale, | |||
RooAbsReal & | blindValue, | |||
Bool_t | sin2betaMode = kFALSE | |||
) |
RooUnblindPrecision::RooUnblindPrecision | ( | const char * | name, | |
const char * | title, | |||
const char * | blindString, | |||
Double_t | centralValue, | |||
Double_t | scale, | |||
RooAbsReal & | blindValue, | |||
RooAbsCategory & | blindState, | |||
Bool_t | sin2betaMode = kFALSE | |||
) |
RooUnblindPrecision::RooUnblindPrecision | ( | const RooUnblindPrecision & | other, | |
const char * | name = 0 | |||
) |
virtual RooUnblindPrecision::~RooUnblindPrecision | ( | ) | [virtual] |
virtual TObject* RooUnblindPrecision::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsArg.
Definition at line 36 of file RooUnblindPrecision.h.
References RooUnblindPrecision().
Double_t RooUnblindPrecision::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
Definition at line 101 of file RooUnblindPrecision.cxx.
References _blindEngine, _value, RooAbsHiddenReal::isHidden(), and RooBlindTools::UnHidePrecision().
virtual TObject* RooUnblindPrecision::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsArg.
Definition at line 36 of file RooUnblindPrecision.h.
References RooUnblindPrecision().
virtual Double_t RooUnblindPrecision::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
RooRealProxy RooUnblindPrecision::_value [protected] |
Reimplemented from RooAbsReal.
Definition at line 44 of file RooUnblindPrecision.h.
Referenced by evaluate().
RooBlindTools RooUnblindPrecision::_blindEngine [protected] |