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 35 of file LauParameter.hh. Constructor & Destructor Documentation
Default constructor. Definition at line 30 of file LauParameter.cc.
Constructor for named parameter.
Definition at line 54 of file LauParameter.cc.
Constructor for parameter value.
Definition at line 78 of file LauParameter.cc.
Constructor double limit parameter.
Definition at line 126 of file LauParameter.cc.
Constructor double limit fixed parameter.
Definition at line 176 of file LauParameter.cc.
Constructor for double error and limit parameter.
Definition at line 151 of file LauParameter.cc.
Constructor for parameter value and name.
Definition at line 102 of file LauParameter.cc.
Constructor double limit parameter and name.
Definition at line 201 of file LauParameter.cc.
Constructor double limit fixed parameter and name.
Definition at line 226 of file LauParameter.cc.
Constructor double error and limit parameter and name.
Definition at line 251 of file LauParameter.cc.
Definition at line 332 of file LauParameter.cc.
Copy constructor.
Definition at line 276 of file LauParameter.cc. Member Function Documentation
Add a Gaussian constraint (or modify an existing one)
Definition at line 506 of file LauParameter.cc.
The bias in the parameter.
Definition at line 250 of file LauParameter.hh.
The blinding state.
Definition at line 142 of file LauParameter.hh.
Blind the parameter. See LauBlind documentation for details of blinding procedure
Definition at line 528 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 578 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 454 of file LauParameter.hh.
Check whether is a clone or not.
Definition at line 401 of file LauParameter.hh.
Mark this as a clone of the given parent.
Definition at line 463 of file LauParameter.hh.
The mean of the Gaussian constraint.
Implements LauAbsRValue. Definition at line 232 of file LauParameter.hh.
The width of the Gaussian constraint.
Implements LauAbsRValue. Definition at line 238 of file LauParameter.hh.
Method to create a clone from the parent parameter using the copy constructor.
Definition at line 613 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 634 of file LauParameter.cc.
The error on the parameter.
Definition at line 166 of file LauParameter.hh.
Set the error on the parameter.
Definition at line 354 of file LauParameter.cc.
Set the error values on the parameter.
Definition at line 384 of file LauParameter.cc.
Check whether the parameter is fixed or floated.
Implements LauAbsRValue. Definition at line 214 of file LauParameter.hh.
Fix or float the given parameter.
Definition at line 486 of file LauParameter.cc.
Check whether a Gaussian constraints is applied.
Implements LauAbsRValue. Definition at line 226 of file LauParameter.hh.
The value generated for the parameter.
Definition at line 184 of file LauParameter.hh.
Set the generated value for the parameter.
Definition at line 419 of file LauParameter.cc.
Get the LauParameter itself.
Implements LauAbsRValue. Definition at line 337 of file LauParameter.cc.
The parameter global correlation coefficient.
Definition at line 244 of file LauParameter.hh.
Set the global correlation coefficient.
Definition at line 409 of file LauParameter.cc.
The initial value of the parameter.
Definition at line 190 of file LauParameter.hh.
Set the inital value for the parameter.
Definition at line 429 of file LauParameter.cc.
Boolean to say it is an L value.
Implements LauAbsRValue. Definition at line 262 of file LauParameter.hh.
The maximum value allowed for the parameter.
Definition at line 202 of file LauParameter.hh.
Set the maximum value for the parameter.
Definition at line 449 of file LauParameter.cc.
The minimum value allowed for the parameter.
Definition at line 196 of file LauParameter.hh.
Set the minimum value for the parameter.
Definition at line 439 of file LauParameter.cc.
The parameter name.
Implements LauAbsRValue. Definition at line 136 of file LauParameter.hh.
Set the parameter name.
Definition at line 479 of file LauParameter.cc.
The lower error on the parameter.
Definition at line 172 of file LauParameter.hh.
Set the lower error on the parameter.
Definition at line 364 of file LauParameter.cc.
Copy assignment operator.
Definition at line 301 of file LauParameter.cc.
The upper error on the parameter.
Definition at line 178 of file LauParameter.hh.
Set the upper error on the parameter.
Definition at line 374 of file LauParameter.cc.
The pull value for the parameter.
Definition at line 256 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 682 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 687 of file LauParameter.cc.
The range allowed for the parameter.
Definition at line 208 of file LauParameter.hh.
Set the range for the parameter.
Definition at line 459 of file LauParameter.cc.
Remove the Gaussian constraint. Definition at line 518 of file LauParameter.cc.
Check whether the parameter should be floated only in the second stage of a two stage fit.
Definition at line 220 of file LauParameter.hh.
Set parameter as second-stage or not of the fit.
Definition at line 496 of file LauParameter.cc.
The unblinded value of the parameter.
Implements LauAbsRValue. Definition at line 160 of file LauParameter.hh.
Method to update clone values.
Definition at line 644 of file LauParameter.cc.
Call to update the bias and pull values. Definition at line 553 of file LauParameter.cc.
The value of the parameter.
Implements LauAbsRValue. Definition at line 154 of file LauParameter.hh.
Set the value of the parameter.
Definition at line 344 of file LauParameter.cc.
Set the value and errors on the parameter.
Definition at line 396 of file LauParameter.cc.
Set the value and range for the parameter.
Definition at line 469 of file LauParameter.cc.
Method to clear the clone parameters. Definition at line 469 of file LauParameter.hh. Friends And Related Function Documentation
LauFitNtuple is a friend class. Definition at line 479 of file LauParameter.hh. Member Data Documentation
Parameter bias. Definition at line 520 of file LauParameter.hh.
The blinding engine. Definition at line 534 of file LauParameter.hh.
Flag whether the parameter is a clone. Definition at line 525 of file LauParameter.hh.
The clones of this parameter. Definition at line 531 of file LauParameter.hh.
Mean value of the Gaussian constraint. Definition at line 512 of file LauParameter.hh.
Width of the Gaussian constraint. Definition at line 514 of file LauParameter.hh.
The error on the parameter. Definition at line 488 of file LauParameter.hh.
Fix/float option for parameter. Definition at line 505 of file LauParameter.hh.
Choice to use Gaussian constraint. Definition at line 510 of file LauParameter.hh.
Global correlation coefficient. Definition at line 517 of file LauParameter.hh.
Toy generation value. Definition at line 495 of file LauParameter.hh.
Initial fit value. Definition at line 498 of file LauParameter.hh.
Maximum value for the parameter. Definition at line 502 of file LauParameter.hh.
Minimum value for the parameter. Definition at line 500 of file LauParameter.hh.
The parameter name. Definition at line 482 of file LauParameter.hh.
The lower error on the parameter. Definition at line 490 of file LauParameter.hh.
The parent parameter. Definition at line 528 of file LauParameter.hh.
The upper error on the parameter. Definition at line 492 of file LauParameter.hh.
Parameter pull. Definition at line 522 of file LauParameter.hh.
Flag whether it is floated only in the second stage of the fit. Definition at line 507 of file LauParameter.hh.
The parameter value. Definition at line 485 of file LauParameter.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |