ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
StandardPhysicsLists.hpp File Reference
+ 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)