Go to the source code of this file.
|
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 > |
|