|
|
|||
File indexing completed on 2026-08-06 09:24:28
0001 #ifndef HERWIG_EnumParticles_H 0002 #define HERWIG_EnumParticles_H 0003 0004 #include <ThePEG/PDT/EnumParticles.h> 0005 0006 namespace ThePEG { 0007 0008 /** 0009 * The ParticleID namespace defines the ParticleCodes enumeration. 0010 */ 0011 namespace ParticleID { 0012 0013 /** \ingroup Utilities 0014 * Enumeration to give identifiers to PDG codes for special Herwig particles 0015 */ 0016 enum HerwigCodes { 0017 Cluster = 81, 0018 /**< Herwig Cluster for Hadronization*/ 0019 Remnant = 82 0020 /**< Herwig beam Remnant */ 0021 }; 0022 0023 } 0024 0025 } 0026 0027 #endif 0028 0029
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|