Herwig++
2.7.0
|
Here is the documentation of the MEfv2tf class. More...
#include <MEfv2tf.h>
Public Member Functions | |
MEfv2tf () | |
The default constructor. | |
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 void | constructVertex (tSubProPtr sub) |
Construct the vertex information for the 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 | |
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. | |
void | doinit () |
Initialize this object after the setup phase before saving an EventGenerator to disk. | |
Private Types | |
typedef vector < SpinorWaveFunction > | SpinorVector |
Vector of SpinorWaveFunctions. | |
typedef vector < SpinorBarWaveFunction > | SpinorBarVector |
Vector of SpinorBarWaveFunctions. | |
typedef vector < VectorWaveFunction > | VBVector |
Vector of VectorWaveFunctions. | |
typedef vector < TensorWaveFunction > | TBVector |
Vector of TensorWaveFunctions. | |
Private Member Functions | |
virtual void | debug (double me2) const |
A debugging function to test the value of me2 against an analytic function. | |
MEfv2tf & | operator= (const MEfv2tf &) |
The assignment operator is private and must never be called. | |
Functions to calculate production matrix elements and me2. | |
ProductionMatrixElement | fv2tfHeME (const SpinorVector &spIn, const VBVector &vecIn, const TBVector &tenOut, const SpinorBarVector &spbOut, double &full_me, bool first) const |
Calculate me2 and the production matrix element for the normal mode. | |
ProductionMatrixElement | fbv2tfbHeME (const SpinorBarVector &spbIn, const VBVector &vecIn, const TBVector &tenOut, const SpinorVector &spOut, double &full_me, bool first) const |
Calculate me2 and the production matrix element for the cc mode. | |
Private Attributes | |
vector< pair < AbstractFFTVertexPtr, AbstractFFVVertexPtr > > | fermion_ |
Store a pair of FFTVertex and FFVVertex pointers. | |
vector< pair < AbstractFFVVertexPtr, AbstractVVTVertexPtr > > | vector_ |
Store a pair of FFTVertex and VVTVertex pointers. | |
vector< AbstractFFVTVertexPtr > | fourPoint_ |
The four point vertex. | |
Static Private Attributes | |
static ClassDescription< MEfv2tf > | initMEfv2tf |
The static object used to initialize the description of this class. |
Here is the documentation of the MEfv2tf class.
typedef vector<SpinorBarWaveFunction> Herwig::MEfv2tf::SpinorBarVector [private] |
typedef vector<SpinorWaveFunction> Herwig::MEfv2tf::SpinorVector [private] |
typedef vector<TensorWaveFunction> Herwig::MEfv2tf::TBVector [private] |
typedef vector<VectorWaveFunction> Herwig::MEfv2tf::VBVector [private] |
virtual IBPtr Herwig::MEfv2tf::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
virtual void Herwig::MEfv2tf::constructVertex | ( | tSubProPtr | sub | ) | [virtual] |
Construct the vertex information for the spin correlations.
sub | Pointer to the relevent SubProcess |
Reimplemented from ThePEG::MEBase.
virtual void Herwig::MEfv2tf::debug | ( | double | me2 | ) | const [private, virtual] |
A debugging function to test the value of me2 against an analytic function.
me2 | The value of the ![]() |
Reimplemented from Herwig::GeneralHardME.
void Herwig::MEfv2tf::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.
ProductionMatrixElement Herwig::MEfv2tf::fbv2tfbHeME | ( | const SpinorBarVector & | spbIn, |
const VBVector & | vecIn, | ||
const TBVector & | tenOut, | ||
const SpinorVector & | spOut, | ||
double & | full_me, | ||
bool | first | ||
) | const [private] |
Calculate me2 and the production matrix element for the cc mode.
spbIn | Vector of SpinorBarWaveFunction for the incoming fermion |
vecIn | Vector of VectorWaveFunction for incoming boson |
spOut | Vector of SpinorWaveFunction for outgoing fermion |
tenOut | TensorWaveFunction for outgoing tensor. |
first | Whether or not first call to decide if colour decomposition etc should be calculated |
full_me | The value of me2 calculation |
virtual IBPtr Herwig::MEfv2tf::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
ProductionMatrixElement Herwig::MEfv2tf::fv2tfHeME | ( | const SpinorVector & | spIn, |
const VBVector & | vecIn, | ||
const TBVector & | tenOut, | ||
const SpinorBarVector & | spbOut, | ||
double & | full_me, | ||
bool | first | ||
) | const [private] |
Calculate me2 and the production matrix element for the normal mode.
spIn | Vector of SpinorWaveFunction for the incoming fermion |
vecIn | Vector of VectorWaveFunction for incoming boson |
spbOut | Vector of SpinorBarWaveFunction for outgoing fermion |
tenOut | TensorWaveFunction for outgoing tensor. |
first | Whether or not first call to decide if colour decomposition etc should be calculated |
full_me | The value of me2 calculation |
static void Herwig::MEfv2tf::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::GeneralHardME.
virtual double Herwig::MEfv2tf::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 Herwig::GeneralHardME.
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::MEfv2tf::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::GeneralHardME.
void Herwig::MEfv2tf::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from Herwig::GeneralHardME.
ClassDescription<MEfv2tf> Herwig::MEfv2tf::initMEfv2tf [static, private] |