|
CORSIKA8
0.0.0
The framework to simulate particle cascades for astroparticle physics
|
#include <InteractionCounter.hpp>

Public Member Functions | |
| InteractionCounter (TCountedProcess &process) | |
| template<typename TSecondaryView > | |
| void | doInteraction (TSecondaryView &view) |
| wrapper around internall process doInteraction | |
| template<typename TParticle > | |
| GrammageType | getInteractionLength (TParticle const &particle) const |
| ! returns internal process getInteractionLength | |
| InteractionHistogram const & | getHistogram () const |
| returns the filles histograms More... | |
Public Member Functions inherited from corsika::InteractionProcess< InteractionCounter< TCountedProcess > > | |
| InverseGrammageType | getInverseInteractionLength (TParticle const &particle) |
Additional Inherited Members | |
Public Types inherited from corsika::BaseProcess< InteractionCounter< TCountedProcess > > | |
| using | process_type = InteractionCounter< TCountedProcess > |
| Base processor type for use in other template classes. | |
Static Public Attributes inherited from corsika::BaseProcess< InteractionCounter< TCountedProcess > > | |
| static bool const | is_process_sequence |
| static bool const | is_switch_process_sequence |
Protected Member Functions inherited from corsika::BaseProcess< InteractionCounter< TCountedProcess > > | |
| InteractionCounter< TCountedProcess > & | ref () |
| const InteractionCounter< TCountedProcess > & | ref () const |
Protected Attributes inherited from corsika::BaseProcess< InteractionCounter< TCountedProcess > > | |
| friend | TDerived |
Wrapper around an InteractionProcess that fills histograms of the number of calls to doInteraction() binned in projectile energy (both in lab and center-of-mass frame) and species
Use by wrapping a normal InteractionProcess
Definition at line 32 of file InteractionCounter.hpp.
| InteractionHistogram const& corsika::InteractionCounter< TCountedProcess >::getHistogram | ( | ) | const |
returns the filles histograms