LauParameter.hh
Go to the documentation of this file.
101 LauParameter(const TString& parName, Double_t parValue, Double_t min, Double_t max, Bool_t parFixed);
111 LauParameter(const TString& parName, Double_t parValue, Double_t parError, Double_t min, Double_t max);
303 void valueAndErrors(Double_t newValue, Double_t newError, Double_t newNegError = 0.0, Double_t newPosError = 0.0);
Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:194 Double_t operator+=(Double_t &lhs, const LauParameter &rhs) Definition: LauParameter.cc:717 std::map< LauParameter *, Double_t > clones_ The clones of this parameter. Definition: LauParameter.hh:547 Double_t operator*=(Double_t &lhs, const LauParameter &rhs) Definition: LauParameter.cc:727 Double_t maxValue() const The maximum value allowed for the parameter. Definition: LauParameter.hh:182 Double_t constraintWidth() const The width of the Gaussian constraint. Definition: LauParameter.hh:224 Double_t minValue() const The minimum value allowed for the parameter. Definition: LauParameter.hh:176 std::vector< std::vector< LauParameter > > LauParArray Type to define an array of parameters. Definition: LauParameter.hh:575 LauParameter & operator*=(Double_t val) Multiplication assignment operator. Definition: LauParameter.cc:511 Bool_t firstStage_ Flag whether it is floated only in the first stage of the fit. Definition: LauParameter.hh:522 Double_t operator-=(Double_t &lhs, const LauParameter &rhs) Definition: LauParameter.cc:722 void valueAndRange(Double_t newValue, Double_t newMinValue, Double_t newMaxValue) Set the value and range for the parameter. Definition: LauParameter.cc:427 void updateClones(Bool_t justValue=kFALSE) Method to update clone values. Definition: LauParameter.cc:612 Double_t operator/=(Double_t &lhs, const LauParameter &rhs) Definition: LauParameter.cc:732 void checkRange() Method to check whether value provided is whithin the range and that the minimum and maximum limits m... Definition: LauParameter.hh:463 File containing declaration of LauAbsRValue class. Bool_t firstStage() const Check whether the parameter should be floated only in the first stage of a two stage fit... Definition: LauParameter.hh:200 std::ostream & operator<<(std::ostream &os, const LauComplex &z) Definition: LauComplex.cc:43 Double_t constraintMean() const The mean of the Gaussian constraint. Definition: LauParameter.hh:218 Bool_t gaussConstraint() const Check whether a Gaussian constraints is applied. Definition: LauParameter.hh:212 Bool_t secondStage() const Check whether the parameter should be floated only in the second stage of a two stage fit... Definition: LauParameter.hh:206 LauParameter & operator/=(Double_t val) Division assignment operator. Definition: LauParameter.cc:520 void randomiseValue() Randomise the value of the parameter (if it is floating). Definition: LauParameter.cc:640 void valueAndErrors(Double_t newValue, Double_t newError, Double_t newNegError=0.0, Double_t newPosError=0.0) Set the value and errors on the parameter. Definition: LauParameter.cc:371 void clone(LauParameter *theparent) Mark this as a clone of the given parent. Definition: LauParameter.hh:472 LauParameter & operator-=(Double_t val) Subtraction assignment operator. Definition: LauParameter.cc:502 Bool_t secondStage_ Flag whether it is floated only in the second stage of the fit. Definition: LauParameter.hh:524 LauParameter * createClone(Double_t constFactor=1.0) Method to create a clone from the parent parameter using the copy constructor. Definition: LauParameter.cc:582 void addGaussianConstraint(Double_t newGaussMean, Double_t newGaussWidth) Add a Gaussian constraint (or modify an existing one) Definition: LauParameter.cc:466 Double_t globalCorrelationCoeff() const The parameter global correlation coefficient. Definition: LauParameter.hh:230 Pure abstract base class for defining a parameter containing an R value. Definition: LauAbsRValue.hh:29 void errors(Double_t newError, Double_t newNegError, Double_t newPosError) Set the error values on the parameter. Definition: LauParameter.cc:361 LauParameter & operator=(const LauParameter &rhs) Copy assignment operator. Definition: LauParameter.cc:297 LauParameter & operator+=(Double_t val) Addition assignment operator. Definition: LauParameter.cc:493 Generated by 1.8.5 |