Herwig++
2.7.0
|
The MEPP2VV class implements the production of ,
and
in hadron-hadron collisions.
More...
#include <MEPP2VV.h>
Public Member Functions | |
MEPP2VV () | |
The default constructor. | |
Virtual functions required by the MEBase class. | |
virtual unsigned int | orderInAlphaS () const |
Return the order in ![]() | |
virtual unsigned int | orderInAlphaEW () const |
Return the order in ![]() | |
virtual double | me2 () const |
The matrix element for the kinematical configuration previously provided by the last call to setKinematics(), suitably scaled by sHat() to give a dimension-less number. | |
virtual Energy2 | scale () const |
Return the scale associated with the last set phase space point. | |
virtual int | process () const |
Return the process being run (WW/ZZ/WZ). | |
virtual void | getDiagrams () const |
Add all possible diagrams with the add() function. | |
virtual Selector< DiagramIndex > | diagrams (const DiagramVector &dv) const |
Get diagram selector. | |
virtual Selector< const ColourLines * > | colourGeometries (tcDiagPtr diag) const |
Return a Selector with possible colour geometries for the selected diagram weighted by their relative probabilities. | |
virtual double | getCosTheta (double cthmin, double cthmax, const double r) |
Used internally by generateKinematics, after calculating the limits on cos(theta). | |
virtual void | constructVertex (tSubProPtr) |
Construct the vertex of spin correlations. | |
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 | |
double | WWME (vector< SpinorWaveFunction > &f1, vector< SpinorBarWaveFunction > &a1, vector< VectorWaveFunction > &v1, vector< VectorWaveFunction > &v2, bool me) const |
Matrix element for ![]() | |
double | WZME (vector< SpinorWaveFunction > &f1, vector< SpinorBarWaveFunction > &a1, vector< VectorWaveFunction > &v1, vector< VectorWaveFunction > &v2, bool me) const |
Matrix element for ![]() | |
double | ZZME (vector< SpinorWaveFunction > &f1, vector< SpinorBarWaveFunction > &a1, vector< VectorWaveFunction > &v1, vector< VectorWaveFunction > &v2, bool me) const |
Matrix element for ![]() | |
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. | |
Standard Interfaced functions. | |
virtual void | doinit () |
Initialize this object after the setup phase before saving an EventGenerator to disk. | |
Private Member Functions | |
MEPP2VV & | operator= (const MEPP2VV &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
unsigned int | process_ |
Processes. | |
int | maxflavour_ |
Allowed flavours of the incoming quarks. | |
unsigned int | massOption_ |
Treatment of the the boson masses. | |
ProductionMatrixElement | me_ |
The matrix element. | |
AbstractFFVVertexPtr | FFPvertex_ |
Vertices. | |
AbstractFFVVertexPtr | FFWvertex_ |
FFWVertex. | |
AbstractFFVVertexPtr | FFZvertex_ |
FFZVertex. | |
AbstractVVVVertexPtr | WWWvertex_ |
WWW Vertex. | |
Static Private Attributes | |
static ClassDescription< MEPP2VV > | initMEPP2VV |
The static object used to initialize the description of this class. |
The MEPP2VV class implements the production of ,
and
in hadron-hadron collisions.
virtual IBPtr Herwig::MEPP2VV::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
Reimplemented in Herwig::MEPP2VVPowheg.
virtual Selector<const ColourLines *> Herwig::MEPP2VV::colourGeometries | ( | tcDiagPtr | diag | ) | const [virtual] |
Return a Selector with possible colour geometries for the selected diagram weighted by their relative probabilities.
diag | the diagram chosen. |
Implements ThePEG::MEBase.
virtual Selector<DiagramIndex> Herwig::MEPP2VV::diagrams | ( | const DiagramVector & | dv | ) | const [virtual] |
Get diagram selector.
With the information previously supplied with the setKinematics method, a derived class may optionally override this method to weight the given diagrams with their (although certainly not physical) relative probabilities.
dv | the diagrams to be weighted. |
Reimplemented from ThePEG::MEBase.
virtual void Herwig::MEPP2VV::doinit | ( | ) | [protected, virtual] |
Initialize this object after the setup phase before saving an EventGenerator to disk.
InitException | if object could not be initialized properly. |
Reimplemented from ThePEG::InterfacedBase.
Reimplemented in Herwig::MEPP2VVPowheg.
virtual IBPtr Herwig::MEPP2VV::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
Reimplemented in Herwig::MEPP2VVPowheg.
static void Herwig::MEPP2VV::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 Herwig::HwMEBase.
Reimplemented in Herwig::MEPP2VVPowheg.
virtual double Herwig::MEPP2VV::me2 | ( | ) | const [virtual] |
The matrix element for the kinematical configuration previously provided by the last call to setKinematics(), suitably scaled by sHat() to give a dimension-less number.
Implements ThePEG::MEBase.
Reimplemented in Herwig::MEPP2VVPowheg.
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::MEPP2VV::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 Herwig::HwMEBase.
Reimplemented in Herwig::MEPP2VVPowheg.
void Herwig::MEPP2VV::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from Herwig::HwMEBase.
Reimplemented in Herwig::MEPP2VVPowheg.
double Herwig::MEPP2VV::WWME | ( | vector< SpinorWaveFunction > & | f1, |
vector< SpinorBarWaveFunction > & | a1, | ||
vector< VectorWaveFunction > & | v1, | ||
vector< VectorWaveFunction > & | v2, | ||
bool | me | ||
) | const [protected] |
Matrix element for .
f1 | Spinors for the incoming fermion |
a1 | Spinors for the incoming antifermion |
v1 | The first outgoing W polarization vectors |
v2 | The second outgoing W polarization vectors |
me | Whether or not to calculate the matrix element for spin correlations |
double Herwig::MEPP2VV::WZME | ( | vector< SpinorWaveFunction > & | f1, |
vector< SpinorBarWaveFunction > & | a1, | ||
vector< VectorWaveFunction > & | v1, | ||
vector< VectorWaveFunction > & | v2, | ||
bool | me | ||
) | const [protected] |
Matrix element for .
f1 | Spinors for the incoming fermion |
a1 | Spinors for the incoming antifermion |
v1 | The outgoing W polarization vectors |
v2 | The outgoing Z polarization vectors |
me | Whether or not to calculate the matrix element for spin correlations |
double Herwig::MEPP2VV::ZZME | ( | vector< SpinorWaveFunction > & | f1, |
vector< SpinorBarWaveFunction > & | a1, | ||
vector< VectorWaveFunction > & | v1, | ||
vector< VectorWaveFunction > & | v2, | ||
bool | me | ||
) | const [protected] |
Matrix element for .
f1 | Spinors for the incoming fermion |
a1 | Spinors for the incoming antifermion |
v1 | The first outgoing Z polarization vectors |
v2 | The second outgoing Z polarization vectors |
me | Whether or not to calculate the matrix element for spin correlations |
ClassDescription<MEPP2VV> Herwig::MEPP2VV::initMEPP2VV [static, private] |