![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "ActsFatras/Kernel/PhysicsList.hpp"#include "ActsFatras/Kernel/Process.hpp"#include "ActsFatras/Physics/EnergyLoss/BetheBloch.hpp"#include "ActsFatras/Physics/EnergyLoss/BetheHeitler.hpp"#include "ActsFatras/Physics/Scattering/Highland.hpp"#include "ActsFatras/Selectors/KinematicCasts.hpp"#include "ActsFatras/Selectors/PdgSelectors.hpp"#include "ActsFatras/Selectors/SelectorHelpers.hpp"
Include dependency graph for StandardPhysicsLists.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | ActsFatras |
| namespace | ActsFatras::detail |
Typedefs | |
| using | ActsFatras::detail::SelectElectronLike = AbsPdgSelector< Acts::PdgParticle::eElectron > |
| Select electrons and positrons only. | |
| using | ActsFatras::detail::SelectPMin = Min< Casts::P > |
| Select particles above a minimum absolute momentum. | |
| using | ActsFatras::detail::StandardScattering = Process< HighlandScattering, EveryInput, EveryParticle, EveryParticle > |
| Highland multiple scattering that applies everywhere. | |
| using | ActsFatras::detail::StandardBetheBloch = Process< BetheBloch, EveryInput, SelectPMin, EveryParticle > |
| using | ActsFatras::detail::StandardBetheHeitler = Process< BetheHeitler, AsInputSelector< SelectElectronLike >, SelectPMin, EveryParticle > |
| using | ActsFatras::ChargedElectroMagneticPhysicsList = PhysicsList< detail::StandardScattering, detail::StandardBetheBloch, detail::StandardBetheHeitler > |
Functions | |
| ChargedElectroMagneticPhysicsList | ActsFatras::makeChargedElectroMagneticPhysicsList (double minimumAbsMomentum) |