|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Describe "particle weights" on a Stack. More...
#include <WeightStackExtension.hpp>

Public Types | |
| typedef TParentStack | super_type |
Public Member Functions | |
| void | setParticleData (std::tuple< double > const v) |
| void | setParticleData (WeightDataInterface const &parent, std::tuple< double > const) |
| void | setParticleData () |
| void | setParticleData (WeightDataInterface const &parent) |
| std::string | asString () const |
| void | setWeight (double const v) |
| double | getWeight () const |
Describe "particle weights" on a Stack.
Corresponding defintion of a stack-readout object, the iteractor dereference operator will deliver access to these function defintion of a stack-readout object, the iteractor dereference operator will deliver access to these function.
| TParentStack | The stack to be exteneded here with weight data |
Definition at line 33 of file WeightStackExtension.hpp.