![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/PdgParticle.hpp"#include "Acts/Definitions/Units.hpp"#include "Acts/Material/MaterialSlab.hpp"#include <cmath>
Include dependency graph for Interactions.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
Functions | |
| float | Acts::computeEnergyLossBethe (const MaterialSlab &slab, float m, float qOverP, float absQ) |
| float | Acts::deriveEnergyLossBetheQOverP (const MaterialSlab &slab, float m, float qOverP, float absQ) |
| | |
| float | Acts::computeEnergyLossLandau (const MaterialSlab &slab, float m, float qOverP, float absQ) |
| | |
| float | Acts::deriveEnergyLossLandauQOverP (const MaterialSlab &slab, float m, float qOverP, float absQ) |
| | |
| float | Acts::computeEnergyLossLandauSigma (const MaterialSlab &slab, float m, float qOverP, float absQ) |
| float | Acts::computeEnergyLossLandauFwhm (const MaterialSlab &slab, float m, float qOverP, float absQ) |
| float | Acts::computeEnergyLossLandauSigmaQOverP (const MaterialSlab &slab, float m, float qOverP, float absQ) |
| | |
| float | Acts::computeEnergyLossRadiative (const MaterialSlab &slab, PdgParticle absPdg, float m, float qOverP, float absQ) |
| float | Acts::deriveEnergyLossRadiativeQOverP (const MaterialSlab &slab, PdgParticle absPdg, float m, float qOverP, float absQ) |
| | |
| float | Acts::computeEnergyLossMean (const MaterialSlab &slab, PdgParticle absPdg, float m, float qOverP, float absQ) |
| float | Acts::deriveEnergyLossMeanQOverP (const MaterialSlab &slab, PdgParticle absPdg, float m, float qOverP, float absQ) |
| | |
| float | Acts::computeEnergyLossMode (const MaterialSlab &slab, PdgParticle absPdg, float m, float qOverP, float absQ) |
| | |
| float | Acts::deriveEnergyLossModeQOverP (const MaterialSlab &slab, PdgParticle absPdg, float m, float qOverP, float absQ) |
| | |
| float | Acts::computeMultipleScatteringTheta0 (const MaterialSlab &slab, PdgParticle absPdg, float m, float qOverP, float absQ) |