|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Simple TimeCut process, removes particles older than specified cut time. More...
#include <TimeCut.hpp>

Public Member Functions | |
| TimeCut (TimeType const time) | |
| template<typename Particle > | |
| ProcessReturn | doContinuous (Step< Particle > const &step, const bool limitFlag=false) |
| template<typename Particle , typename Track > | |
| LengthType | getMaxStepLength (Particle const &, Track const &) |
Additional Inherited Members | |
Public Types inherited from corsika::BaseProcess< TimeCut > | |
| using | process_type = TimeCut |
| Base processor type for use in other template classes. | |
Static Public Attributes inherited from corsika::BaseProcess< TimeCut > | |
| static bool const | is_process_sequence |
| static bool const | is_switch_process_sequence |
Protected Member Functions inherited from corsika::BaseProcess< TimeCut > | |
| TimeCut & | getRef () |
| const TimeCut & | getRef () const |
Protected Attributes inherited from corsika::BaseProcess< TimeCut > | |
| friend | TDerived |
Simple TimeCut process, removes particles older than specified cut time.
Definition at line 24 of file TimeCut.hpp.