thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
Interfaces defined for the ThePEG::SimpleDISCut class.
Brief class description:
SimpleDISCut inherits from TwoCutBase and omplements a simple \(Q^2\) cut on the a scattered lepton, either neutral or charged current.
See also ThePEG::SimpleDISCut

Name: Current
Type: Switch

Description:
Determines whether this cut should be applied to charged or neutral current events.
Registered options:
0(Neutral)
The cut is only applied to neutral current events.
1(Charged)
The cut is only applied to charged current events.
Default value: 0

Name: MaxW2
Type: Parameter

Description:
The maximum \(W^2\). Note that this is only applied as a post-cut and will not affect the initial phase space cuts in the generation.
Default value: 1e+06
Minimum value: 0 (May be changed by member function.)

Name: MinW2
Type: Parameter

Description:
The minimum \(W^2\). Note that this is only applied as a post-cut and will not affect the initial phase space cuts in the generation.
Default value: 100
Minimum value: 0
Maximum value: 1e+12 (May be changed by member function.)

Name: Maxy
Type: Parameter

Description:
The maximum \(y\). Note that this is only applied as a post-cut and will not affect the initial phase space cuts in the generation.
Default value: 0
Minimum value: 0 (May be changed by member function.)

Name: Miny
Type: Parameter

Description:
The minimum \(y\).
Default value: 0
Minimum value: 0
Maximum value: 1 (May be changed by member function.)

Name: MaxQ2
Type: Parameter

Description:
The maximum \(Q^2\). Note that this is only applied as a post-cut and will not affect the initial phase space cuts in the generation.
Default value: 100
Minimum value: 0 (May be changed by member function.)

Name: MinQ2
Type: Parameter

Description:
The minimum \(Q^2\).
Default value: 1
Minimum value: 0
Maximum value: 1e+12 (May be changed by member function.)

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