herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
EnumParticles.h
1 #ifndef HERWIG_EnumParticles_H
2 #define HERWIG_EnumParticles_H
3 
4 #include <ThePEG/PDT/EnumParticles.h>
5 
6 namespace ThePEG {
7 
11 namespace ParticleID {
12 
17  Cluster = 81,
19  Remnant = 82
21 };
22 
23 }
24 
25 }
26 
27 #endif
28 
29 
HerwigCodes
Enumeration to give identifiers to PDG codes for special Herwig particles.
Definition: EnumParticles.h:16
Herwig beam Remnant.
Definition: EnumParticles.h:19
Herwig Cluster for Hadronization.
Definition: EnumParticles.h:17