ThePEG  1.8.0
Enumerations
ThePEG::Group Namespace Reference

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...
 

Detailed Description

Namespace to encapsulate enums related to HandlerGroups.

Enumeration Type Documentation

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.

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.