herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
Interfaces defined for the Herwig::ResonantProcessConstructor class.
Brief class description:
This class is designed solely to contruct resonant processes usinga provided set of intermediate particles
See also Herwig::ResonantProcessConstructor

Name: ScaleFactor
Type: Parameter

Description:
The prefactor used in the scale calculation. The scale used is sHat multiplied by this prefactor
Default value: 1
Minimum value: 0
Maximum value: 10

Name: ScaleChoice
Type: Switch

Description:
&ResonantProcessConstructor::scaleChoice_
Registered options:
1(sHat)
Always use sHat
2(TransverseMass)
Always use the transverse mass
3(MaxMT)
Use the maximum of m^2+p_T^2 for the two particles
Default value: 1

Name: Processes
Type: Switch

Description:
Whether to generate inclusive or exclusive processes
Registered options:
0(SingleParticleInclusive)
Require at least one particle from the list of outgoing particles in the hard process
1(TwoParticleInclusive)
Require that both the particles in the hard processes are in the list of outgoing particles
2(Exclusive)
Require that both the particles in the hard processes are in the list of outgoing particles in every hard process
3(Inclusive)
Generate all modes which are allowed for the on-shell intermediate particle
4(VeryExclusive)
Require that both the incoming and outgoing particles in the hard processes are in the list of outgoing particles in every hard process
Default value: 0

Name: Outgoing
Type: Varying size vector of references to objects of class ThePEG::ParticleData

Description:
A vector of outgoing particles for resonant diagrams

Name: Incoming
Type: Varying size vector of references to objects of class ThePEG::ParticleData

Description:
A vector of incoming particles for resonant diagrams

Name: Intermediates
Type: Varying size vector of references to objects of class ThePEG::ParticleData

Description:
A vector of offshell particles for resonant diagrams

There may be interfaces inherited from the Herwig::HardProcessConstructor class.