LauFormulaPar.hh
Go to the documentation of this file.
44 LauFormulaPar(const TString& forName, const TString& formula, const std::vector<LauParameter*>& params);
Double_t constraintMean() const The mean of the Gaussian constraint. Definition: LauFormulaPar.hh:101 Double_t unblindValue() const The unblinded value of the parameter. Definition: LauFormulaPar.cc:131 Class for defining combinations of fit parameter objects. Definition: LauFormulaPar.hh:35 std::vector< LauParameter * > paramVec_ Vector of LauParameters in the formula. Definition: LauFormulaPar.hh:129 LauFormulaPar(const TString &forName, const TString &formula, const std::vector< LauParameter * > ¶ms) Constructor. Definition: LauFormulaPar.cc:31 Bool_t gaussConstraint() const Check whether a Gaussian constraints is applied. Definition: LauFormulaPar.hh:95 void addGaussianConstraint(Double_t newGaussMean, Double_t newGaussWidth) Add a Gaussian constraint (or modify an existing one) Definition: LauFormulaPar.cc:151 File containing declaration of LauAbsRValue class. File containing declaration of LauParameter class. std::vector< LauParameter * > getPars() Get the LauParameters used in LauFormulaPar. Definition: LauFormulaPar.hh:77 LauFormulaPar & operator=(const LauFormulaPar &rhs) Copy assignment operator. Definition: LauFormulaPar.cc:95 Double_t constraintWidth() const The width of the Gaussian constraint. Definition: LauFormulaPar.hh:107 Pure abstract base class for defining a parameter containing an R value. Definition: LauAbsRValue.hh:29 Generated by 1.8.5 |