thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Interfaces defined for the ThePEG::MadGraphOneCut class.
Brief class description:
Objects of the MadGraphOneCut class can be created automatically by the MadGraphReader class when scanning event files for information about cuts. It is also possible to create objects by hand and use it as any other OneCutBase object.
See also ThePEG::MadGraphOneCut

Name: Cut
Type: Parameter

Description:
The value of the cut to be applied (in units of GeV in case of a transverse momentum).
Default value: 0
Minimum value: 0

Name: ParticleType
Type: Switch

Description:
The types of particles this cut is applied to.
Registered options:
0(Jets)
The cut applies only to coloured particles (jets).
1(Leptons)
The cut applies only to leptons.
2(Photons)
The cut applies only to photons.
3(Bottom)
The cut applies only to bottom quarks.
Default value: 0

Name: CutType
Type: Switch

Description:
The type of cut this object will do.
Registered options:
0(MinPT)
The minimum transverse momentum of a particle.
1(MaxEta)
The maximum (absolute value of) pseudo-rapidity of a particle.
2(MinMaxPT)
The minimum transverse momentum of the particle with largest transverse momentum.
Default value: 0

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