Physics PDFs#
Physics PDFs are PDFs that are often used in high energy physics. They are in the
zfit-physics package, which needs to be installed separately (for example, via
pip install zfit-physics) and accessed via the zfit_physics.pdf module.
Physics PDFs are specialized probability density functions commonly used in particle physics for modeling signal and background distributions. These PDFs are designed to capture specific physical phenomena observed in experimental data.
Below are visualizations of physics PDFs with different parameter values to help understand their shapes and choose appropriate initial parameter values.
CrystalBall PDF#
The CrystalBall function is a Gaussian with a power-law tail, commonly used to model
energy loss and detector resolution effects in particle physics.
|
Crystal Ball shaped PDF. |
GaussExpTail PDF#
The GaussExpTail combines a Gaussian core with an exponential tail,
useful for modeling detector resolution effects with asymmetric tails.
|
GaussExpTail shaped PDF. |
GeneralizedCB PDF#
The GeneralizedCB extends the Crystal Ball function with additional parameters
for more flexible modeling of asymmetric peaks with power-law tails.
|
Generalized asymmetric double-sided Crystal Ball shaped PDF. |
GeneralizedGaussExpTail PDF#
The GeneralizedGaussExpTail extends the GaussExpTail function with additional
parameters for more flexible modeling of asymmetric distributions.
|
GeneralizedGaussedExpTail shaped PDF which is Generalized assymetric double-sided GaussExpTail shaped PDF. |
DoubleCB PDF#
The DoubleCB function extends the Crystal Ball by having power-law tails on both sides
of the Gaussian core, providing more flexibility for modeling asymmetric peaks.
|
Double-sided Crystal Ball shaped PDF. |
The following PDFs are available in the separate zfit_physics package:
Argus#
The Argus PDF is commonly used to model background distributions in B physics, particularly for describing the kinematic threshold behavior.
|
ARGUS shape describing the invariant mass of a particle in a continuous background. |
RelativisticBreitWigner#
The RelativisticBreitWigner PDF describes the mass distribution of unstable particles, taking into account relativistic effects.
Relativistic Breit-Wigner distribution. |
CMSShape#
The CMSShape PDF is used to model background distributions in CMS analyses.
|
CMSShape PDF. |
Cruijff#
The Cruijff PDF is an asymmetric Gaussian with different widths and tails on each side, often used to model detector resolution effects.
|
Cruijff PDF, a Gaussian with two width, left and right, and non-Gaussian tails. |
ErfExp#
The ErfExp PDF combines an error function with an exponential, useful for modeling backgrounds with a turn-on effect.
|
ErfExp PDF, the product of a complementary error function and an exponential function. |
Novosibirsk#
The Novosibirsk PDF is used to model asymmetric peaks with a Gaussian-like core and exponential tails.
|
Novosibirsk PDF. |
Tsallis#
The Tsallis PDF is used in high-energy physics to model particle production spectra.
|
Tsallis-Hagedorn PDF. |
|
Crystal Ball shaped PDF. |
|
Double-sided Crystal Ball shaped PDF. |
|
Generalized asymmetric double-sided Crystal Ball shaped PDF. |
|
GaussExpTail shaped PDF. |
|
GeneralizedGaussedExpTail shaped PDF which is Generalized assymetric double-sided GaussExpTail shaped PDF. |
|
ARGUS shape describing the invariant mass of a particle in a continuous background. |
Relativistic Breit-Wigner distribution. |
|
|
CMSShape PDF. |
|
Cruijff PDF, a Gaussian with two width, left and right, and non-Gaussian tails. |
|
ErfExp PDF, the product of a complementary error function and an exponential function. |
|
Novosibirsk PDF. |
|
Tsallis-Hagedorn PDF. |