thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Interfaces defined for the ThePEG::MadGraphTwoCut class.
Brief class description:
Objects of the MadGraphTwoCut 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 MadGraphTwoCut object.
See also ThePEG::MadGraphTwoCut

Name: Cut
Type: Parameter

Description:
The value of the cut to be applied (in units of GeV in case of minimum invariant mass).
Default value: 0
Minimum value: 0

Name: PairType
Type: Switch

Description:
The type of particle pairs this cut is applied to.
Registered options:
0(JetJet)
The cut applies only to pairs of coloured particles (jets).
1(LeptonLepton)
The cut applies only to lepton pairs (in case of invariant mass, lepton–anti-lepton pairs of same flavour).
2(PhotonPhoton)
The cut applies only to pairs photons.
3(BottomPairs)
The cut applies only to pairs of bottom quarks.
4(JetBottom)
The cut applies only to bottom quarks paired with another coloured particle (jet).
5(PhotonJet)
The cut applies only to a photon paired with a coloured particle (jet).
6(JetLepton)
The cut applies only to a coloured particle (jet) paired with a lepton.
7(PhotonBottom)
The cut applies only to a photon paired with a bottom quark.
8(BottomLepton)
The cut applies only to bottom quarks paired with a lepton.
9(PhotonLepton)
The cut applies only to a photon paired with a lepton.
Default value: 0

Name: CutType
Type: Switch

Description:
The kind of cut this object will do.
Registered options:
0(InvariantMass)
The minimum invariant mass of two particles.
1(DeltaR)
The minimum pseudo-rapidity–azimuth-angle distance between two particles.
Default value: 1

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