9 #ifndef THEPEG_OneCutBase_H 10 #define THEPEG_OneCutBase_H 15 #include "ThePEG/Interface/Interfaced.h" 16 #include "OneCutBase.fh" 122 virtual bool passCuts(tcCutsPtr parent,
166 #include "ThePEG/Utilities/ClassTraits.h" 186 static string className() {
return "ThePEG::OneCutBase"; }
static AbstractNoPIOClassDescription< OneCutBase > initOneCutBase
The static object used to initialize the description of this class.
TransientConstRCPtr is a simple wrapper around a bare const pointer which can be assigned to and from...
virtual Energy minKT(tcPDPtr p) const =0
Return the minimum allowed value of the transverse momentum of an outgoing parton.
This is the main namespace within which all identifiers in ThePEG are declared.
QTY< 0, 1, 0 >::Type Energy
Energy.
virtual double maxRapidityMin(tcPDPtr p) const
Return the maximum allowed rapidity of an outgoing parton of the given type.
A concreate implementation of ClassDescriptionBase describing an abstract class without persistent da...
virtual ~OneCutBase()
The destructor.
OneCutBase()
The default constructor.
virtual double minEta(tcPDPtr p) const =0
Return the minimum allowed pseudo-rapidity of an outgoing parton of the given type.
The Interfaced class is derived from the InterfacedBase class adding a couple of things particular to...
virtual double maxEta(tcPDPtr p) const =0
Return the maximum allowed pseudo-rapidity of an outgoing parton of the given type.
virtual Energy minMaxKT(tcPDPtr p) const
Return the minimum allowed value of the transverse momentum of the outgoing parton with the lagrest t...
virtual bool passCuts(tcCutsPtr parent, tcPDPtr ptype, LorentzMomentum p) const
Return true if a particle with type ptype and momentum p passes the cuts.
OneCutBase & operator=(const OneCutBase &)
The assignment operator is private and must never be called.
The default concrete implementation of ClassTraitsBase.
virtual void describe() const
Describe the currently active cuts in the log file.
virtual double maxMinEta(tcPDPtr p) const
Return the maximum allowed pseudo-rapidity of the outgoing parton of the given type with the minimum ...
virtual double minMaxEta(tcPDPtr p) const
Return the minimum allowed pseudo-rapidity of the outgoing parton of the given type with the maximum ...
BaseClassTraits describes the base classes of the templated class.
This class corresponds to a kinematical cut to be made on a single outgoing parton from a hard sub-pr...
static void Init()
The standard Init function used to initialize the interfaces.
The templated ClassTraitsBase class defines a set of default information about classes used by ThePEG...
virtual double minRapidityMax(tcPDPtr p) const
Return the minimum allowed rapidity of an outgoing parton of the given type.