|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
To store step length in LengthType and unique index in ProcessSequence of shortest step ContinuousProcess. More...
#include <ContinuousProcessStepLength.hpp>
Public Member Functions | |
| ContinuousProcessStepLength (LengthType const step) | |
| ContinuousProcessStepLength (LengthType const step, ContinuousProcessIndex const id) | |
| void | setLength (LengthType const step) |
| LengthType | getLength () const |
| void | setIndex (ContinuousProcessIndex const id) |
| ContinuousProcessIndex | getIndex () const |
| operator ContinuousProcessIndex () const | |
| operator LengthType () const | |
| bool | operator< (ContinuousProcessStepLength const &r) const |
To store step length in LengthType and unique index in ProcessSequence of shortest step ContinuousProcess.
Definition at line 22 of file ContinuousProcessStepLength.hpp.