|
ThePEG
1.8.0
|
Namespace to encapsulate enums related to HandlerGroups.
More...
Enumerations | |
| enum | Handler { subproc, cascade, multi, hadron, decay } |
Enumeration for the type of HandlerGroups. More... | |
| enum | Level { before, main, after } |
| Enumeration for the type of step handler. More... | |
Namespace to encapsulate enums related to HandlerGroups.
Enumeration for the type of HandlerGroups.
| 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.
1.8.13