Public Types |
Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
LauAbsPdf Class Referenceabstract Class for defining the abstract interface for PDF classes. More...
Inheritance diagram for LauAbsPdf:
![]()
Detailed DescriptionClass for defining the abstract interface for PDF classes. Class for defining the abstract interface for PDF classes. Much common code is implemented but the following three methods are not: evaluatePDF, calcNorm, calcPDFHeight Definition at line 54 of file LauAbsPdf.hh. Member Enumeration Documentation◆ IntMethod
The possible numerical intergration methods.
Definition at line 61 of file LauAbsPdf.hh. Constructor & Destructor Documentation◆ LauAbsPdf() [1/2]
Constructor for a 1D PDF.
Definition at line 43 of file LauAbsPdf.cc. ◆ LauAbsPdf() [2/2]
Constructor for a multidimensional PDF.
Definition at line 71 of file LauAbsPdf.cc. Member Function Documentation◆ addParameters()
Add parameters to the PDF.
Definition at line 478 of file LauAbsPdf.cc. ◆ cacheInfo()
Cache information from data. Will cache, for every event, the abscissa values and, if all parameters are fixed, the PDF value.
Reimplemented in LauDPDepSumPdf, LauDPDepMapPdf, Lau2DHistPdf, and LauSumPdf. Definition at line 275 of file LauAbsPdf.cc. ◆ cachePDF() [1/2]
Check if the PDF is to be cached.
Definition at line 299 of file LauAbsPdf.hh. ◆ cachePDF() [2/2]
Set whether the PDF is to be cached.
Definition at line 330 of file LauAbsPdf.hh. ◆ calcLikelihoodInfo() [1/2]
Calculate the likelihood (and all associated information) given value(s) of the abscissa(s)
Implemented in LauDPDepSumPdf, LauDPDepMapPdf, LauDPDepBifurGaussPdf, LauDPDepCruijffPdf, LauCruijffPdf, Lau2DHistPdf, LauDPDepGaussPdf, LauParametricStepFuncPdf, LauChebychevPdf, LauCrystalBallPdf, LauSumPdf, LauSigmoidPdf, Lau1DHistPdf, LauExponentialPdf, LauArgusPdf, LauBifurcatedGaussPdf, LauGaussPdf, LauNovosibirskPdf, and LauLinearPdf. ◆ calcLikelihoodInfo() [2/2]
Retrieve the likelihood (and all associated information) given the event number.
Reimplemented in LauDPDepSumPdf, LauDPDepMapPdf, Lau2DHistPdf, and LauSumPdf. Definition at line 422 of file LauAbsPdf.cc. ◆ calcNorm()
Calculate the normalisation factor of the PDF. By default uses numerical integration. PDFs with analytical integrals should override this method. Reimplemented in LauDPDepSumPdf, LauDPDepMapPdf, Lau2DHistPdf, LauDPDepBifurGaussPdf, LauDPDepCruijffPdf, LauDPDepGaussPdf, LauParametricStepFuncPdf, LauSumPdf, LauChebychevPdf, LauCrystalBallPdf, LauSigmoidPdf, Lau1DHistPdf, LauExponentialPdf, LauArgusPdf, LauBifurcatedGaussPdf, LauGaussPdf, and LauLinearPdf. Definition at line 485 of file LauAbsPdf.cc. ◆ calcPDFHeight()
Calculate the maximum height of the PDF.
Implemented in LauDPDepSumPdf, LauDPDepMapPdf, Lau2DHistPdf, LauDPDepBifurGaussPdf, LauDPDepCruijffPdf, LauCruijffPdf, LauDPDepGaussPdf, LauParametricStepFuncPdf, LauSumPdf, LauChebychevPdf, LauCrystalBallPdf, LauSigmoidPdf, Lau1DHistPdf, LauExponentialPdf, LauArgusPdf, LauBifurcatedGaussPdf, LauGaussPdf, LauLinearPdf, and LauNovosibirskPdf. ◆ checkRange()
Check that all abscissas are within their allowed ranges.
Definition at line 243 of file LauAbsPdf.cc. ◆ findParameter() [1/2]
Retrieve the specified parameter.
Definition at line 431 of file LauAbsPdf.cc. ◆ findParameter() [2/2]
Retrieve the specified parameter.
Definition at line 447 of file LauAbsPdf.cc. ◆ generate()
Generate an event from the PDF.
Reimplemented in Lau2DHistPdf. Definition at line 338 of file LauAbsPdf.cc. ◆ getAbscissas() [1/2]
◆ getAbscissas() [2/2]
◆ getLikelihood() [1/2]
Retrieve the normalised likelihood value.
Definition at line 403 of file LauAbsPdf.cc. ◆ getLikelihood() [2/2]
For multidimentional PDFs, retrieve the normalised likelihood value of a named variable. Defaults to simply returning the complete likelihood. Should be overridden by multidimensional PDFs.
Reimplemented in Lau2DHistPdf. Definition at line 412 of file LauAbsPdf.cc. ◆ getMaxAbscissa() [1/2]
Retrieve the maximum value of the (primary) abscissa.
Definition at line 141 of file LauAbsPdf.hh. ◆ getMaxAbscissa() [2/2]
Retrieve the maximum value of the specified abscissa.
Definition at line 155 of file LauAbsPdf.cc. ◆ getMaxAbscissas()
Retrieve the maximum values of all the abscissas.
Definition at line 183 of file LauAbsPdf.cc. ◆ getMaxHeight()
◆ getMinAbscissa() [1/2]
Retrieve the minimum value of the (primary) abscissa.
Definition at line 135 of file LauAbsPdf.hh. ◆ getMinAbscissa() [2/2]
Retrieve the minimum value of the specified abscissa.
Definition at line 139 of file LauAbsPdf.cc. ◆ getMinAbscissas()
Retrieve the minimum values of all the abscissas.
Definition at line 171 of file LauAbsPdf.cc. ◆ getNorm()
Retrieve the normalisation factor.
Definition at line 224 of file LauAbsPdf.hh. ◆ getParameters() [1/2]
Retrieve the parameters of the PDF, e.g. so that they can be loaded into a fit.
Definition at line 268 of file LauAbsPdf.hh. ◆ getParameters() [2/2]
Retrieve the parameters of the PDF, e.g. so that they can be loaded into a fit.
Definition at line 262 of file LauAbsPdf.hh. ◆ getRandomFun()
Retrieve the random function used for MC generation.
Definition at line 412 of file LauAbsPdf.hh. ◆ getRange() [1/2]
Retrieve the range of the (primary) abscissa.
Definition at line 147 of file LauAbsPdf.hh. ◆ getRange() [2/2]
Retrieve the range of the specified abscissa.
Definition at line 168 of file LauAbsPdf.hh. ◆ getRanges()
Retrieve the ranges of all the abscissas.
Definition at line 195 of file LauAbsPdf.cc. ◆ getUnNormLikelihood()
Retrieve the unnormalised likelihood value.
Definition at line 218 of file LauAbsPdf.hh. ◆ getUnNormPDFValues() [1/2]
Retrieve the cached unnormalised likelihood values.
Definition at line 430 of file LauAbsPdf.hh. ◆ getUnNormPDFValues() [2/2]
Retrieve the cached unnormalised likelihood values.
Definition at line 436 of file LauAbsPdf.hh. ◆ heightUpToDate() [1/2]
Check if the maximum height of the PDF is up to date.
Definition at line 287 of file LauAbsPdf.hh. ◆ heightUpToDate() [2/2]
Set whether the height is up to date.
Definition at line 293 of file LauAbsPdf.hh. ◆ integMethod() [1/2]
Retrieve the integration method used to normalise the PDF.
Definition at line 317 of file LauAbsPdf.hh. ◆ integMethod() [2/2]
Set the integration method used to normalise the PDF.
Definition at line 323 of file LauAbsPdf.hh. ◆ integrGaussLegendre()
Integrate the PDF using the Gauss-Legendre method.
Reimplemented in LauDPDepCruijffPdf. Definition at line 505 of file LauAbsPdf.cc. ◆ integTrapezoid()
Integrate the PDF using the simple trapezoid method.
Reimplemented in LauDPDepCruijffPdf. Definition at line 579 of file LauAbsPdf.cc. ◆ isDPDependent()
Specifies whether or not the PDF is DP dependent. DP-dependent PDFs should override this method.
Reimplemented in LauDPDepSumPdf, LauDPDepMapPdf, LauDPDepBifurGaussPdf, LauDPDepCruijffPdf, LauDPDepGaussPdf, and LauSumPdf. Definition at line 129 of file LauAbsPdf.hh. ◆ nFixedParameters()
Retrieve the number of fixed PDF parameters.
Definition at line 133 of file LauAbsPdf.cc. ◆ nInputVars()
Retrieve the number of abscissas.
Reimplemented in LauSumPdf. Definition at line 121 of file LauAbsPdf.hh. ◆ nNormPoints() [1/2]
Retrieve the number of points to integrate over when normalising.
Definition at line 305 of file LauAbsPdf.hh. ◆ nNormPoints() [2/2]
Set the number of points to integrate over when normalising.
Definition at line 311 of file LauAbsPdf.hh. ◆ normAbscissas()
Retrieve the abscissa points used for normalisation.
Definition at line 487 of file LauAbsPdf.hh. ◆ normWeights()
Retrieve the weights used for normalisation.
Definition at line 493 of file LauAbsPdf.hh. ◆ normWeightsDone() [1/2]
Check whether the normalisation weights have been calculated.
Definition at line 472 of file LauAbsPdf.hh. ◆ normWeightsDone() [2/2]
Set whether the normalisation weights have been calculated.
Definition at line 478 of file LauAbsPdf.hh. ◆ nParameters()
Retrieve the number of PDF parameters.
Definition at line 109 of file LauAbsPdf.hh. ◆ setMaxAbscissa()
Set the maximum value of the specified abscissa.
Definition at line 227 of file LauAbsPdf.cc. ◆ setMaxHeight()
Set the maximum height.
Definition at line 354 of file LauAbsPdf.hh. ◆ setMinAbscissa()
Set the minimum value of the specified abscissa.
Definition at line 211 of file LauAbsPdf.cc. ◆ setNorm()
Set the normalisation factor.
Definition at line 348 of file LauAbsPdf.hh. ◆ setRandomFun()
Set the random function used for toy MC generation.
Definition at line 256 of file LauAbsPdf.hh. ◆ setRange()
Set the range of the specified abscissa.
Definition at line 380 of file LauAbsPdf.hh. ◆ varName()
Retrieve the name of the abscissa.
Definition at line 97 of file LauAbsPdf.hh. ◆ varNames()
Retrieve the names of the abscissas.
Definition at line 122 of file LauAbsPdf.cc. ◆ withinGeneration() [1/2]
Check whether the generate method is running.
Definition at line 460 of file LauAbsPdf.hh. ◆ withinGeneration() [2/2]
Set flag to track whether the generate method is running.
Definition at line 466 of file LauAbsPdf.hh. ◆ withinNormCalc() [1/2]
Check whether the calcNorm method is running.
Definition at line 448 of file LauAbsPdf.hh. ◆ withinNormCalc() [2/2]
Set flag to track whether the calcNorm method is running.
Definition at line 454 of file LauAbsPdf.hh. Member Data Documentation◆ cachePDF_
Whether the unnormalised PDF values are cached. They are only cached if all parameters are fixed. Definition at line 534 of file LauAbsPdf.hh. The documentation for this class was generated from the following files:
Generated by ![]() |