CORSIKA8  0.0.0
The framework to simulate particle cascades for astroparticle physics
corsika::qgsjetII::Interaction Class Reference
Inheritance diagram for corsika::qgsjetII::Interaction:

Public Member Functions

 Interaction (boost::filesystem::path dataPath=corsika_data("QGSJetII"))
 
bool wasInitialized ()
 
int getMaxTargetMassNumber () const
 
bool isValidTarget (corsika::Code TargetId) const
 
CrossSectionType getCrossSection (const Code, const Code, const HEPEnergyType, const unsigned int Abeam=0, const unsigned int Atarget=0) const
 
template<typename TParticle >
GrammageType getInteractionLength (TParticle const &) const
 
template<typename TSecondaryView >
void doInteraction (TSecondaryView &)
 In this function QGSJETII is called to produce one event. More...
 
- Public Member Functions inherited from corsika::InteractionProcess< Interaction >
InverseGrammageType getInverseInteractionLength (TParticle const &particle)
 

Additional Inherited Members

- Public Types inherited from corsika::BaseProcess< Interaction >
using process_type = Interaction
 Base processor type for use in other template classes.
 
- Static Public Attributes inherited from corsika::BaseProcess< Interaction >
static bool const is_process_sequence
 
static bool const is_switch_process_sequence
 
- Protected Member Functions inherited from corsika::BaseProcess< Interaction >
Interaction & ref ()
 
const Interaction & ref () const
 
- Protected Attributes inherited from corsika::BaseProcess< Interaction >
friend TDerived
 

Detailed Description

Definition at line 25 of file Interaction.hpp.

Member Function Documentation

◆ doInteraction()

template<typename TSecondaryView >
void corsika::qgsjetII::Interaction::doInteraction ( TSecondaryView &  )

In this function QGSJETII is called to produce one event.

The event is copied (and boosted) into the shower lab frame.


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