herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
EnumParticles.h
1#ifndef HERWIG_EnumParticles_H
2#define HERWIG_EnumParticles_H
3
4#include <ThePEG/PDT/EnumParticles.h>
5
6namespace ThePEG {
7
11namespace 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
@ Cluster
Herwig Cluster for Hadronization.
Definition: EnumParticles.h:17
@ Remnant
Herwig beam Remnant.
Definition: EnumParticles.h:19