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:89 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:118 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:83 void addGaussianConstraint(Double_t newGaussMean, Double_t newGaussWidth) Add a Gaussian constraint (or modify an existing one) Definition: LauFormulaPar.cc:88 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:65 Double_t constraintWidth() const The width of the Gaussian constraint. Definition: LauFormulaPar.hh:95 Pure abstract base class for defining a parameter containing an R value. Definition: LauAbsRValue.hh:29 Generated by 1.8.5 |