#include <SimpleKTCut.h>
Public Member Functions | |
virtual void | describe () const |
Describe the currently active cuts in the log file. | |
Standard constructors and destructors. | |
SimpleKTCut (Energy minKT=10 *GeV) | |
The default constructor. | |
virtual | ~SimpleKTCut () |
The destructor. | |
Overwritten virtual functions defined in the base class. | |
virtual Energy | minKT (tcPDPtr p) const |
Return the minimum allowed value of the transverse momentum of an outgoing parton. | |
virtual double | minEta (tcPDPtr p) const |
Return the minimum allowed pseudo-rapidity of an outgoing parton of the given type. | |
virtual double | maxEta (tcPDPtr p) const |
Return the maximum allowed pseudo-rapidity of an outgoing parton of the given type. | |
virtual bool | passCuts (tcCutsPtr parent, tcPDPtr ptype, LorentzMomentum p) const |
Return true if a particle with type ptype and momentum p passes the cuts. | |
Functions used by the persistent I/O system. | |
void | persistentOutput (PersistentOStream &os) const |
Function used to write out object persistently. | |
void | persistentInput (PersistentIStream &is, int version) |
Function used to read in object persistently. | |
Static Public Member Functions | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
Protected Member Functions | |
Clone Methods. | |
virtual IBPtr | clone () const |
Make a simple clone of this object. | |
virtual IBPtr | fullclone () const |
Make a clone of this object, possibly modifying the cloned object to make it sane. | |
Private Member Functions | |
Energy | maxKTMin () const |
Helper function used by the interface. | |
Energy | minKTMax () const |
Helper function used by the interface. | |
double | maxEtaMin () const |
Helper function used by the interface. | |
double | minEtaMax () const |
Helper function used by the interface. | |
SimpleKTCut & | operator= (const SimpleKTCut &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
Energy | theMinKT |
The minimum allowed value of the transverse momentum of an outgoing parton. | |
Energy | theMaxKT |
The maximum allowed value of the transverse momentum of an outgoing parton. | |
double | theMinEta |
The minimum allowed pseudo-rapidity of an outgoing parton. | |
double | theMaxEta |
The maximum allowed pseudo-rapidity of an outgoing parton. | |
PMPtr | theMatcher |
If non-null only particles matching this object will be affected by this cut. | |
Static Private Attributes | |
static ClassDescription < SimpleKTCut > | initSimpleKTCut |
The static object used to initialize the description of this class. |
It is also possible to require a minimum and maximum pseudorapidity. Optionally the restrictions only apply to particles matching a specific matcher object.
Definition at line 29 of file SimpleKTCut.h.
virtual double ThePEG::SimpleKTCut::minEta | ( | tcPDPtr | p | ) | const [virtual] |
Return the minimum allowed pseudo-rapidity of an outgoing parton of the given type.
The pseudo-rapidity is measured in the lab system.
Implements ThePEG::OneCutBase.
virtual double ThePEG::SimpleKTCut::maxEta | ( | tcPDPtr | p | ) | const [virtual] |
Return the maximum allowed pseudo-rapidity of an outgoing parton of the given type.
The pseudo-rapidity is measured in the lab system.
Implements ThePEG::OneCutBase.
virtual bool ThePEG::SimpleKTCut::passCuts | ( | tcCutsPtr | parent, | |
tcPDPtr | ptype, | |||
LorentzMomentum | p | |||
) | const [virtual] |
Return true if a particle with type ptype and momentum p passes the cuts.
The parent contains information about the kinematics of the hard sub-process.
Reimplemented from ThePEG::OneCutBase.
void ThePEG::SimpleKTCut::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from ThePEG::Interfaced.
void ThePEG::SimpleKTCut::persistentInput | ( | PersistentIStream & | is, | |
int | version | |||
) |
Function used to read in object persistently.
is | the persistent input stream read from. | |
version | the version number of the object when written. |
Reimplemented from ThePEG::Interfaced.
static void ThePEG::SimpleKTCut::Init | ( | ) | [static] |
The standard Init function used to initialize the interfaces.
Called exactly once for each class by the class description system before the main function starts or when this class is dynamically loaded.
Reimplemented from ThePEG::OneCutBase.
virtual IBPtr ThePEG::SimpleKTCut::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
virtual IBPtr ThePEG::SimpleKTCut::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
SimpleKTCut& ThePEG::SimpleKTCut::operator= | ( | const SimpleKTCut & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
double ThePEG::SimpleKTCut::theMinEta [private] |
The minimum allowed pseudo-rapidity of an outgoing parton.
The pseudo-rapidity is measured in the lab system.
Definition at line 170 of file SimpleKTCut.h.
double ThePEG::SimpleKTCut::theMaxEta [private] |
The maximum allowed pseudo-rapidity of an outgoing parton.
The pseudo-rapidity is measured in the lab system.
Definition at line 176 of file SimpleKTCut.h.
ClassDescription<SimpleKTCut> ThePEG::SimpleKTCut::initSimpleKTCut [static, private] |
The static object used to initialize the description of this class.
Indicates that this is a concrete class with persistent data.
Definition at line 190 of file SimpleKTCut.h.