CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
EnergyLossWriter.hpp File Reference
#include <corsika/output/BaseOutput.hpp>
#include <corsika/framework/core/ParticleProperties.hpp>
#include <corsika/framework/core/PhysicalUnits.hpp>
#include <corsika/media/ShowerAxis.hpp>
#include <corsika/modules/writers/WriterOff.hpp>
#include <corsika/modules/writers/EnergyLossWriterParquet.hpp>
#include <vector>
#include <array>
#include <corsika/detail/modules/writers/EnergyLossWriter.inl>
Include dependency graph for EnergyLossWriter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  corsika::EnergyLossWriter< TOutput >
 The EnergyLossWriter can be used to pool the dEdX energy loss of several processes/modules into one output file/stream. More...
 

Namespaces

 corsika
 `, since they are used everywhere as integral part of the framework.
 
 corsika::dEdX_output
 The energy loss writer can be used to pool several energy loss processes into one output file/stream.
 

Typedefs

typedef std::array< HEPEnergyType, NColumns > corsika::dEdX_output::Profile
 Data type to store column data.
 

Enumerations

enum  corsika::dEdX_output::ProfileIndex { Total, Entries }
 Definition of longitudinal profile columns.
 

Variables

size_t constexpr corsika::dEdX_output::NColumns = static_cast<int>(ProfileIndex::Entries)
 Number of columns (static).