Jpp
 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  */
55  //
56  // KM3NeT specific codes
57  //
60 
61  /**
62  * Enumeration of track types based on PDG codes.
63  */
86 
108 }
109 
110 #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.