LauFormulaPar Class Reference Class for defining combinations of fit parameter objects. More...
Inheritance diagram for LauFormulaPar:
Detailed DescriptionClass for defining combinations of fit parameter objects. Allows for combinations of LauParameters to be passed to the fit models. Equations of the form [0]*2 + 3*[1] are accepted, with a vector of LauParameters to define inputs [0] and [1]. The parameter for [0] must be stored first in the vector, and so on. Definition at line 35 of file LauFormulaPar.hh. Constructor & Destructor Documentation
Constructor.
Definition at line 31 of file LauFormulaPar.cc.
Definition at line 61 of file LauFormulaPar.cc. Member Function Documentation
Add a Gaussian constraint (or modify an existing one)
Definition at line 88 of file LauFormulaPar.cc.
The mean of the Gaussian constraint.
Implements LauAbsRValue. Definition at line 89 of file LauFormulaPar.hh.
The width of the Gaussian constraint.
Implements LauAbsRValue. Definition at line 95 of file LauFormulaPar.hh.
Boolean to say if the LauFormulaPar is fixed.
Implements LauAbsRValue. Definition at line 80 of file LauFormulaPar.cc.
Check whether a Gaussian constraints is applied.
Implements LauAbsRValue. Definition at line 83 of file LauFormulaPar.hh.
Get the LauParameters used in LauFormulaPar.
Implements LauAbsRValue. Definition at line 65 of file LauFormulaPar.hh.
Boolean to say it is not an L value.
Implements LauAbsRValue. Definition at line 71 of file LauFormulaPar.hh.
The parameter name.
Implements LauAbsRValue. Definition at line 59 of file LauFormulaPar.hh.
Remove the Gaussian constraint. Definition at line 95 of file LauFormulaPar.cc.
Return the value of the LauFormalaPar.
Implements LauAbsRValue. Definition at line 67 of file LauFormulaPar.cc. Member Data Documentation
Mean value of the Gaussian constraint. Definition at line 128 of file LauFormulaPar.hh.
Width of the Gaussian constraint. Definition at line 130 of file LauFormulaPar.hh.
Array. Definition at line 121 of file LauFormulaPar.hh.
The formula. Definition at line 115 of file LauFormulaPar.hh.
Choice to use Gaussian constraint. Definition at line 126 of file LauFormulaPar.hh.
The parameter name. Definition at line 112 of file LauFormulaPar.hh.
Array. Definition at line 123 of file LauFormulaPar.hh.
Vector of LauParameters in the formula. Definition at line 118 of file LauFormulaPar.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |