HandlerGroup
s.
More...
Enumerations | |
enum | Handler { subproc, cascade, multi, hadron, decay } |
Enumeration for the type of HandlerGroup s. More... | |
enum | Level { before, main, after } |
Enumeration for the type of step handler. More... |
HandlerGroup
s.
Enumeration for the type of HandlerGroup
s.
subproc |
The sub-process group.
|
cascade |
The CascadeHandler group.
|
multi |
The MultipleInteractionHandler group.
|
hadron |
The HadronizationHandler group.
|
decay |
The DecayHandler group.
|
Definition at line 433 of file HandlerGroup.h.
enum ThePEG::Group::Level |