thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Interfaces defined for the ThePEG::V2LeptonsCut class.
Brief class description:
This class inherits from MultiCutBase and describes cuts on the invariant mass of two final state leptons corresponding to the decay of a vector boson. It can be used when generating matrix elements to avoid the long tails of the resonance.
See also ThePEG::V2LeptonsCut

Name: CComb
Type: Switch

Description:
The charge combination of the lepton pair on which to cut.
Registered options:
1(Gamma)
Cut on charged lepton anti-lepton pairs.
2(Wminus)
Cut on negative lepton anti-neutrin pairs.
4(Wplus)
Cut on positive lepton neutrin pairs.
6(W)
Cut on charged lepton neutrino pairs.
8(Zneutrinos)
Cut on neutrino anti-neutrino pairs.
9(Z)
Cut on lepton anti-lepton pairs.
15(All)
Cut on all relevant charge combinations.
Default value: 6

Name: Families
Type: Switch

Description:
The different lepton families for which this cut should apply.
Registered options:
1(Electron)
Only apply cut to electrons and electron neutrinos.
2(Muon)
Only apply cut to muons and muon neutrinos.
3(ElectronMuon)
Only apply cut to electron and muon leptons.
4(Tau)
Only apply cut to taus and tau neutrinos.
7(All)
Apply cut to all lepton families.
Default value: 3

Name: MaxM
Type: Parameter

Description:
The maximum allowed invariant mass of the matched lepton pair.
Default value: 90
Minimum value: 0 (May be changed by member function.)

Name: MinM
Type: Parameter

Description:
The minimum allowed invariant mass of the matched lepton pair.
Default value: 70
Minimum value: 0
Maximum value: 1e+06 (May be changed by member function.)

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