![]() |
ATLAS Offline Software
|
Collection of parametrizations used in the Tracking realm. More...
#include <MaterialInteraction.h>
Static Public Member Functions | |
| static double | dEdl_ionization (double p, const Material &mat, ParticleHypothesis particle, double &sigma, double &kazL) |
| dE/dl ionization energy loss per path unit | |
| static double | dEdXBetheBloch (const Trk::MaterialProperties &mat, double beta, double gamma, Trk::ParticleHypothesis particle) |
| dE/dl ionization energy loss per path unit | |
| static double | dE_MPV_ionization (double p, const Trk::Material &mat, Trk::ParticleHypothesis particle, double &sigma, double &kazL, double path) |
| Most Propable dE ionization energly loss. | |
| static double | dEdl_radiation (double p, const Material &mat, ParticleHypothesis particle, double &sigma) |
| dE/dl radiation energy loss per path unit | |
| static double | dEdXBetheHeitler (const Trk::MaterialProperties &mat, double initialE, Trk::ParticleHypothesis particle) |
| static double | sigmaMS (double dInX0, double p, double beta) |
| multiple scattering as function of dInX0 | |
Collection of parametrizations used in the Tracking realm.
Definition at line 24 of file MaterialInteraction.h.
|
static |
Most Propable dE ionization energly loss.
Most Propable dE ionization energly loss It returns dE in MeV.
For the meaning of sigma, kazL look at comments on std Landau distribution
Definition at line 205 of file MaterialInteraction.cxx.
|
static |
dE/dl ionization energy loss per path unit
dE/dl ionization energy loss per path unit It returns de/dl in MeV/mm For the meaning of sigma and kazL look at comments on the ATLAS Landau approximation.
Definition at line 117 of file MaterialInteraction.cxx.
|
static |
dE/dl radiation energy loss per path unit
Definition at line 229 of file MaterialInteraction.cxx.
|
static |
dE/dl ionization energy loss per path unit
Definition at line 165 of file MaterialInteraction.cxx.
|
static |
Definition at line 266 of file MaterialInteraction.cxx.
|
static |
multiple scattering as function of dInX0
Definition at line 278 of file MaterialInteraction.cxx.