CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
corsika::history Namespace Reference

Classes

class  Event
 mix-in class for SecondaryView that fills secondaries into an More...
 
class  HistoryData
 definition of stack-data object to store history information this is vector with shared_ptr<TEvent>, where TEvent is a free template parameter for customization. More...
 
class  HistoryDataInterface
 corresponding definition of a stack-readout object, the iteractor dereference operator will deliver access to these function. More...
 
class  HistoryObservationPlane
 
class  HistorySecondaryProducer
 
struct  MakeHistoryDataInterface
 
struct  SecondaryParticle
 This class stores the non-common properties of secondaries in an event. More...
 

Typedefs

using EventPtr = std::shared_ptr< history::Event >
 
template<typename TStackIter >
using HistoryEventDataInterface = typename history::MakeHistoryDataInterface< TStackIter, history::Event >::type
 
using HistoryEventData = history::HistoryData< history::Event >
 

Enumerations

enum  EventType { Uninitialized, Interaction, Decay }
 

Detailed Description

Todo:
add options/parameters to 'detail::hist_factory()'