CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
corsika::TimeCut Class Reference

Simple TimeCut process, removes particles older than specified cut time. More...

#include <TimeCut.hpp>

Inheritance diagram for corsika::TimeCut:

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 >
TimeCutgetRef ()
 
const TimeCutgetRef () const
 
- Protected Attributes inherited from corsika::BaseProcess< TimeCut >
friend TDerived
 

Detailed Description

Simple TimeCut process, removes particles older than specified cut time.

Definition at line 24 of file TimeCut.hpp.


The documentation for this class was generated from the following file: