9 #ifndef ThePEG_MEQQ2GG_H
10 #define ThePEG_MEQQ2GG_H
13 #include "ThePEG/MatrixElement/ME2to2QCD.h"
38 virtual double me2()
const;
140 struct BaseClassTrait<MEQQ2GG,1>:
public ClassTraitsType {
148 struct ClassTraits<MEQQ2GG>:
public ClassTraitsBase<MEQQ2GG> {
150 static string className() {
return "ThePEG::MEQQ2GG"; }
154 static string library() {
return "MEQCD.so"; }
MEQQ2GG inherits from ME2to2QCD and implements the standard matrix element.
MEQQ2GG & operator=(const MEQQ2GG &)
Private and non-existent assignment operator.
Energy2 tHat() const
Return the of the last set phase space point.
Energy2 sHat() const
Return the last set invariant mass squared.
This is the main namespace within which all identifiers in ThePEG are declared.
virtual double me2() const
The matrix element for the kinematical configuration previously provided by the last call to setKinem...
A concreate implementation of ClassDescriptionBase describing a concrete class without persistent dat...
static NoPIOClassDescription< MEQQ2GG > initMEQQ2GG
Describe a concrete class without persistent data.
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.
virtual void getDiagrams() const
Add all possible diagrams with the add() function.
static string library()
The name of a file containing the dynamic library where the class T is implemented.
double colB() const
Return the matrix element squared (without common pre-factors) for the specific colour configuration...
The ME2to2QCD class inherits from the ME2to2Base class and can be used as a sub class for all QCD 2 ...
virtual Selector< const ColourLines * > colourGeometries(tcDiagPtr diag) const
Return a Selector with possible colour geometries for the selected diagram weighted by their relative...
const DiagramVector & diagrams() const
Return all possible diagrams.
RCPtr is a reference counted (smart) pointer.
Energy2 uHat() const
Return the of the last set phase space point.
double colA() const
Return the matrix element squared (without common pre-factors) for the specific colour configuration...
Selector is a templated class for storing objects associated with probabilities in a way such that...
vector< DiagPtr > DiagramVector
A vector of pointers to DiagramBase objects.
static string className()
Return the name of class T.
int NthBase
The type of the BaseN'th base class (int means there are no further base classes).
static void Init()
Standard Init function used to initialize the interfaces.