thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Interfaces defined for the ThePEG::StandardEventHandler class.
Brief class description:
This is the standard event handler to generate hard sub-processes within ThePEG. It must specify a pair of incoming particle beams in BeamA and BeamB and a suiteable LuminosityFunction. In addition at least one object describing the sub-processes to be generated must be specified in SubProcessHandlers.
See also ThePEG::StandardEventHandler

Name: Sampler
Type: Reference to objects of class ThePEG::SamplerBase

Description:
The phase space sampler responsible for generating phase spacepoints according to the cross section given by this event handler

Name: CollisionCuts
Type: Switch

Description:
Switch on or off cuts on collision objects
Registered options:
0(No)
Switch off cuts on collision cuts
1(Yes)
Switch on cuts on collision objects
Default value: 1

Name: Cuts
Type: Reference to objects of class ThePEG::Cuts

Description:
Common kinematical cuts for this StandardEventHandler. These cuts may be overidden in individual sub-process handlers.

Name: SubProcessHandlers
Type: Varying size vector of references to objects of class ThePEG::SubProcessHandler

Description:
The list of sub-process handlers used in this StandardEventHandler.

Name: BeamB
Type: Reference to objects of class ThePEG::ParticleData

Description:
The type of particles in second beam

Name: BeamA
Type: Reference to objects of class ThePEG::ParticleData

Description:
The type of particles in first beam

There may be interfaces inherited from the ThePEG::EventHandler class.