- Brief class description:
- This is a very simple concrete sub-class of OneCutbase simply requiring a minimum transverse momentum of any outgoing particle. It is also possible to require a minimum and maximum rapidity. Optionally the restrictions only apply to particles matching a specific matcher object.
See also ThePEG::KTRapidityCut
Name: Matcher
Type: Reference to objects of class
ThePEG::MatcherBase
- Description:
- If non-null only particles matching this object will be affected by the cut.
Name: MaxRapidity
Type: Parameter
- Description:
- The maximum allowed rapidity of an outgoing parton. The rapidity is measured in the lab system.
Default value: 100
Minimum value: -100 (May be changed by member function.)
Name: MinRapidity
Type: Parameter
- Description:
- The minimum allowed rapidity of an outgoing parton. The rapidity is measured in the lab system.
Default value: -100
Maximum value: 100 (May be changed by member function.)
Name: MaxKT
Type: Parameter
- Description:
- The maximum allowed value of the transverse momentum of an outgoing parton. Note that this cut does not increase the efficiency of the phase space generation, but is only applied as a post-cut.
Default value: 1e+06
Minimum value: 0 (May be changed by member function.)
Name: MinKT
Type: Parameter
- Description:
- The minimum allowed value of the transverse momentum of an outgoing parton.
Default value: 10
Minimum value: 0
Maximum value: 1e+06 (May be changed by member function.)
There may be interfaces inherited from the ThePEG::OneCutBase class.