Namespace to encapsulate enums related to 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... | |
Namespace to encapsulate enums related to HandlerGroup
s.
Enumeration for the type of HandlerGroup
s.
Enumerator | |
---|---|
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 |
Enumeration for the type of step handler.
Enumerator | |
---|---|
before | A pre-handler. |
main | The mainhandler. |
after | A post-handler. |
Definition at line 442 of file HandlerGroup.h.