CORSIKA8  0.0.0
The framework to simulate particle cascades for astroparticle physics
corsika.hpp File Reference

The CORSIKA 8 air shower simulation framework. More...

Go to the source code of this file.

Macros

#define CORSIKA_VERSION   800000
 
#define CORSIKA_MAJOR_VERSION   (CORSIKA_VERSION / 100000)
 The preprocessor macro CORSIKA_MAJOR_VERSION encodes the major version number of CORSIKA.
 
#define CORSIKA_MINOR_VERSION   (CORSIKA_VERSION / 100 % 1000)
 The preprocessor macro CORSIKA_MINOR_VERSION encodes the minor version number of CORSIKA.
 
#define CORSIKA_PATCH_NUMBER   0
 The preprocessor macro CORSIKA_PATCH_NUMBER encodes the patch number of the CORSIKA library.
 

Detailed Description

The CORSIKA 8 air shower simulation framework.

Definition in file corsika.hpp.

Macro Definition Documentation

◆ CORSIKA_VERSION

#define CORSIKA_VERSION   800000

Usage: to get the version X.YY.Z, set CORSIKA_VERSION X0YY0Z

Definition at line 37 of file corsika.hpp.