Jpp  18.0.0-rc.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JParticleTypes.hh
Go to the documentation of this file.
1 #ifndef __JAANET__JPARTICLETYPES__
2 #define __JAANET__JPARTICLETYPES__
3 
4 /**
5  * \file
6  *
7  * Definition of particle types.
8  * \author mdejong
9  */
10 namespace JAANET {}
11 namespace JPP { using namespace JAANET; }
12 
13 namespace JAANET {
14 
15  /**
16  * Enumeration of hit types based on Geant4 codes, for compatbility with KM3Sim.
17  */
62  //
63  // %KM3NeT specific codes
64  //
67  //
68  // %Particles with PDG code but not GEANT
69  //
92 
93  /**
94  * Enumeration of track types based on PDG codes.
95  */
133 
169 
170 
171 }
172 
173 #endif
JTrackType_t
Enumeration of track types based on PDG codes.
JGeant4Type_t
Enumeration of hit types based on Geant4 codes, for compatbility with KM3Sim.