|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
definition of stack-data object to store geometry information. More...
#include <WeightStackExtension.hpp>
Public Types | |
| typedef std::vector< double > | weight_vector_type |
Public Member Functions | |
| WeightData (WeightData const &)=default | |
| WeightData (WeightData &&)=default | |
| WeightData & | operator= (WeightData const &)=default |
| WeightData & | operator= (WeightData &&)=default |
| void | clear () |
| unsigned int | getSize () const |
| unsigned int | getCapacity () const |
| void | copy (int const i1, int const i2) |
| void | swap (int const i1, int const i2) |
| void | setWeight (int const i, double const v) |
| double | getWeight (int const i) const |
| void | incrementSize () |
| void | decrementSize () |
definition of stack-data object to store geometry information.
Definition at line 58 of file WeightStackExtension.hpp.