Analysis Software
Documentation for sPHENIX simulation software
|
Decay module that treats all particles as stable. More...
#include <acts/blob/sPHENIX/Fatras/include/ActsFatras/Physics/Decay/NoDecay.hpp>
Public Member Functions | |
template<typename generator_t > | |
constexpr Particle::Scalar | generateProperTimeLimit (generator_t &, const Particle &) const |
template<typename generator_t > | |
constexpr std::array< Particle, 0 > | run (generator_t &, const Particle &) const |
Decay the particle without generating any descendant particles. | |
Decay module that treats all particles as stable.
Definition at line 19 of file NoDecay.hpp.
View newest version in sPHENIX GitHub at line 19 of file NoDecay.hpp
|
inline |
Generate the proper time limit for a particle.
Definition at line 24 of file NoDecay.hpp.
View newest version in sPHENIX GitHub at line 24 of file NoDecay.hpp
|
inline |
Decay the particle without generating any descendant particles.
Definition at line 30 of file NoDecay.hpp.
View newest version in sPHENIX GitHub at line 30 of file NoDecay.hpp