thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
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

◆ Handler

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.

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