Public Member Functions |
Protected Member Functions |
Private Attributes |
Friends |
List of all members
LauParameter Class Reference Class for defining the fit parameter objects. More...
Inheritance diagram for LauParameter:
Detailed DescriptionClass for defining the fit parameter objects. Holds all relevant information for the parameters for both generation and fitting step: current, initial and generated value, maximum and minimum range, error, asymmetric error, fix and float and etc. Definition at line 49 of file LauParameter.hh. Constructor & Destructor Documentation
Default constructor. Definition at line 44 of file LauParameter.cc.
Constructor for named parameter.
Definition at line 68 of file LauParameter.cc.
Constructor for parameter value.
Definition at line 92 of file LauParameter.cc.
Constructor double limit parameter.
Definition at line 140 of file LauParameter.cc.
Constructor double limit fixed parameter.
Definition at line 190 of file LauParameter.cc.
Constructor for double error and limit parameter.
Definition at line 165 of file LauParameter.cc.
Constructor for parameter value and name.
Definition at line 116 of file LauParameter.cc.
Constructor double limit parameter and name.
Definition at line 215 of file LauParameter.cc.
Constructor double limit fixed parameter and name.
Definition at line 240 of file LauParameter.cc.
Constructor double error and limit parameter and name.
Definition at line 265 of file LauParameter.cc.
Definition at line 346 of file LauParameter.cc.
Copy constructor.
Definition at line 290 of file LauParameter.cc. Member Function Documentation
Add a Gaussian constraint (or modify an existing one)
Definition at line 520 of file LauParameter.cc.
The bias in the parameter.
Definition at line 264 of file LauParameter.hh.
The blinding state.
Implements LauAbsRValue. Definition at line 156 of file LauParameter.hh.
Blind the parameter. See LauBlind documentation for details of blinding procedure
Definition at line 542 of file LauParameter.cc.
Method to check whether value provided is within the range and that the minimum and maximum limits make sense.
Definition at line 592 of file LauParameter.cc.
Method to check whether value provided is whithin the range and that the minimum and maximum limits make sense. Definition at line 468 of file LauParameter.hh.
Check whether is a clone or not.
Definition at line 415 of file LauParameter.hh.
Mark this as a clone of the given parent.
Definition at line 477 of file LauParameter.hh.
The mean of the Gaussian constraint.
Implements LauAbsRValue. Definition at line 246 of file LauParameter.hh.
The width of the Gaussian constraint.
Implements LauAbsRValue. Definition at line 252 of file LauParameter.hh.
Method to create a clone from the parent parameter using the copy constructor.
Definition at line 627 of file LauParameter.cc.
Method to create a clone from the parent parameter using the copy constructor and setting a new name.
Definition at line 648 of file LauParameter.cc.
The error on the parameter.
Definition at line 180 of file LauParameter.hh.
Set the error on the parameter.
Definition at line 368 of file LauParameter.cc.
Set the error values on the parameter.
Definition at line 398 of file LauParameter.cc.
Check whether the parameter is fixed or floated.
Implements LauAbsRValue. Definition at line 228 of file LauParameter.hh.
Fix or float the given parameter.
Definition at line 500 of file LauParameter.cc.
Check whether a Gaussian constraints is applied.
Implements LauAbsRValue. Definition at line 240 of file LauParameter.hh.
The value generated for the parameter.
Implements LauAbsRValue. Definition at line 198 of file LauParameter.hh.
Set the generated value for the parameter.
Definition at line 433 of file LauParameter.cc.
Get the LauParameter itself.
Implements LauAbsRValue. Definition at line 351 of file LauParameter.cc.
The parameter global correlation coefficient.
Definition at line 258 of file LauParameter.hh.
Set the global correlation coefficient.
Definition at line 423 of file LauParameter.cc.
The initial value of the parameter.
Implements LauAbsRValue. Definition at line 204 of file LauParameter.hh.
Set the inital value for the parameter.
Definition at line 443 of file LauParameter.cc.
Boolean to say it is an L value.
Implements LauAbsRValue. Definition at line 276 of file LauParameter.hh.
The maximum value allowed for the parameter.
Definition at line 216 of file LauParameter.hh.
Set the maximum value for the parameter.
Definition at line 463 of file LauParameter.cc.
The minimum value allowed for the parameter.
Definition at line 210 of file LauParameter.hh.
Set the minimum value for the parameter.
Definition at line 453 of file LauParameter.cc.
The parameter name.
Implements LauAbsRValue. Definition at line 150 of file LauParameter.hh.
Set the parameter name.
Implements LauAbsRValue. Definition at line 493 of file LauParameter.cc.
The lower error on the parameter.
Definition at line 186 of file LauParameter.hh.
Set the lower error on the parameter.
Definition at line 378 of file LauParameter.cc.
Copy assignment operator.
Definition at line 315 of file LauParameter.cc.
The upper error on the parameter.
Definition at line 192 of file LauParameter.hh.
Set the upper error on the parameter.
Definition at line 388 of file LauParameter.cc.
The pull value for the parameter.
Definition at line 270 of file LauParameter.hh.
Randomise the value of the parameter (if it is floating). The pre-defined parameter range is used as the randomisation range. Definition at line 696 of file LauParameter.cc.
Randomise the value of the parameter (if it is floating). Use the given range unless either of the given values are outside the range of the parameter, in which case that value will be altered to the current max or min.
Definition at line 701 of file LauParameter.cc.
The range allowed for the parameter.
Definition at line 222 of file LauParameter.hh.
Set the range for the parameter.
Definition at line 473 of file LauParameter.cc.
Remove the Gaussian constraint. Definition at line 532 of file LauParameter.cc.
Check whether the parameter should be floated only in the second stage of a two stage fit.
Definition at line 234 of file LauParameter.hh.
Set parameter as second-stage or not of the fit.
Definition at line 510 of file LauParameter.cc.
The unblinded value of the parameter.
Implements LauAbsRValue. Definition at line 174 of file LauParameter.hh.
Method to update clone values.
Definition at line 658 of file LauParameter.cc.
Call to update the bias and pull values. Definition at line 567 of file LauParameter.cc.
The value of the parameter.
Implements LauAbsRValue. Definition at line 168 of file LauParameter.hh.
Set the value of the parameter.
Definition at line 358 of file LauParameter.cc.
Set the value and errors on the parameter.
Definition at line 410 of file LauParameter.cc.
Set the value and range for the parameter.
Definition at line 483 of file LauParameter.cc.
Method to clear the clone parameters. Definition at line 483 of file LauParameter.hh. Friends And Related Function Documentation
LauFitNtuple is a friend class. Definition at line 493 of file LauParameter.hh. Member Data Documentation
Parameter bias. Definition at line 534 of file LauParameter.hh.
The blinding engine. Definition at line 548 of file LauParameter.hh.
Flag whether the parameter is a clone. Definition at line 539 of file LauParameter.hh.
The clones of this parameter. Definition at line 545 of file LauParameter.hh.
Mean value of the Gaussian constraint. Definition at line 526 of file LauParameter.hh.
Width of the Gaussian constraint. Definition at line 528 of file LauParameter.hh.
The error on the parameter. Definition at line 502 of file LauParameter.hh.
Fix/float option for parameter. Definition at line 519 of file LauParameter.hh.
Choice to use Gaussian constraint. Definition at line 524 of file LauParameter.hh.
Global correlation coefficient. Definition at line 531 of file LauParameter.hh.
Toy generation value. Definition at line 509 of file LauParameter.hh.
Initial fit value. Definition at line 512 of file LauParameter.hh.
Maximum value for the parameter. Definition at line 516 of file LauParameter.hh.
Minimum value for the parameter. Definition at line 514 of file LauParameter.hh.
The parameter name. Definition at line 496 of file LauParameter.hh.
The lower error on the parameter. Definition at line 504 of file LauParameter.hh.
The parent parameter. Definition at line 542 of file LauParameter.hh.
The upper error on the parameter. Definition at line 506 of file LauParameter.hh.
Parameter pull. Definition at line 536 of file LauParameter.hh.
Flag whether it is floated only in the second stage of the fit. Definition at line 521 of file LauParameter.hh.
The parameter value. Definition at line 499 of file LauParameter.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |