CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
corsika::weights::WeightDataInterface< TParentStack > Struct Template Reference

Describe "particle weights" on a Stack. More...

#include <WeightStackExtension.hpp>

Inheritance diagram for corsika::weights::WeightDataInterface< TParentStack >:

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
 

Detailed Description

template<typename TParentStack>
struct corsika::weights::WeightDataInterface< TParentStack >

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.

Template Parameters
TParentStackThe stack to be exteneded here with weight data

Definition at line 33 of file WeightStackExtension.hpp.


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