#include <AbstractVVTVertex.h>
Public Member Functions | |
AbstractVVTVertex () | |
Default constructor. | |
virtual Complex | evaluate (Energy2 q2, const VectorWaveFunction &vec1, const VectorWaveFunction &vec2, const TensorWaveFunction &ten3)=0 |
Members to calculate the helicity amplitude expressions for vertices and off-shell particles. | |
virtual TensorWaveFunction | evaluate (Energy2 q2, int iopt, tcPDPtr out, const VectorWaveFunction &vec1, const VectorWaveFunction &vec2, Energy mass=-GeV, Energy width=-GeV)=0 |
Evaluate the off-shell tensor coming from the vertex. | |
virtual VectorWaveFunction | evaluate (Energy2 q2, int iopt, tcPDPtr out, const VectorWaveFunction &vec1, const TensorWaveFunction &ten3, Energy mass=-GeV, Energy width=-GeV)=0 |
Evaluate the off-shell vector coming from the vertex. | |
Static Public Member Functions | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
Private Member Functions | |
AbstractVVTVertex & | operator= (const AbstractVVTVertex &) |
The assignment operator is private and must never be called. | |
Static Private Attributes | |
static AbstractNoPIOClassDescription < AbstractVVTVertex > | initAbstractVVTVertex |
The static object used to initialize the description of this class. |
Definition at line 19 of file AbstractVVTVertex.h.
virtual Complex ThePEG::Helicity::AbstractVVTVertex::evaluate | ( | Energy2 | q2, | |
const VectorWaveFunction & | vec1, | |||
const VectorWaveFunction & | vec2, | |||
const TensorWaveFunction & | ten3 | |||
) | [pure virtual] |
Members to calculate the helicity amplitude expressions for vertices and off-shell particles.
Evalulate the vertex.
q2 | The scale for the coupling at the vertex. | |
vec1 | The wavefunction for the first vector. | |
vec2 | The wavefunction for the second vector. | |
ten3 | The wavefunction for the tensor. |
Implemented in ThePEG::Helicity::VVTVertex.
virtual TensorWaveFunction ThePEG::Helicity::AbstractVVTVertex::evaluate | ( | Energy2 | q2, | |
int | iopt, | |||
tcPDPtr | out, | |||
const VectorWaveFunction & | vec1, | |||
const VectorWaveFunction & | vec2, | |||
Energy | mass = -GeV , |
|||
Energy | width = -GeV | |||
) | [pure virtual] |
Evaluate the off-shell tensor coming from the vertex.
q2 | The scale for the coupling at the vertex. | |
iopt | Option of the shape of the Breit-Wigner for the off-shell tensor. | |
out | The ParticleData pointer for the off-shell tensor. | |
vec1 | The wavefunction for the first vector. | |
vec2 | The wavefunction for the second vector. | |
mass | The mass of the off-shell particle if not taken from the ParticleData object | |
width | The width of the off-shell particle if not taken from the ParticleData object |
Implemented in ThePEG::Helicity::VVTVertex.
virtual VectorWaveFunction ThePEG::Helicity::AbstractVVTVertex::evaluate | ( | Energy2 | q2, | |
int | iopt, | |||
tcPDPtr | out, | |||
const VectorWaveFunction & | vec1, | |||
const TensorWaveFunction & | ten3, | |||
Energy | mass = -GeV , |
|||
Energy | width = -GeV | |||
) | [pure virtual] |
Evaluate the off-shell vector coming from the vertex.
q2 | The scale for the coupling at the vertex. | |
iopt | Option of the shape of the Breit-Wigner for the off-shell vector. | |
out | The ParticleData pointer for the off-shell vector. | |
vec1 | The wavefunction for the first vector. | |
ten3 | The wavefunction for the tensor. | |
mass | The mass of the off-shell particle if not taken from the ParticleData object | |
width | The width of the off-shell particle if not taken from the ParticleData object |
Implemented in ThePEG::Helicity::VVTVertex.
static void ThePEG::Helicity::AbstractVVTVertex::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::Helicity::VertexBase.
Reimplemented in ThePEG::Helicity::VVTVertex.
AbstractVVTVertex& ThePEG::Helicity::AbstractVVTVertex::operator= | ( | const AbstractVVTVertex & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
AbstractNoPIOClassDescription<AbstractVVTVertex> ThePEG::Helicity::AbstractVVTVertex::initAbstractVVTVertex [static, private] |
The static object used to initialize the description of this class.
Indicates that this is an abstract class without persistent data.
Definition at line 96 of file AbstractVVTVertex.h.