#include <GeneralVVSVertex.h>
Public Member Functions | |
GeneralVVSVertex () | |
The default constructor. | |
virtual void | setCoupling (Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)=0 |
Calculate coupling. | |
virtual Complex | evaluate (Energy2 q2, const VectorWaveFunction &vec1, const VectorWaveFunction &vec2, const ScalarWaveFunction &sca3) |
Members to calculate the helicity amplitude expressions for vertices and off-shell particles. | |
virtual VectorWaveFunction | evaluate (Energy2 q2, int iopt, tcPDPtr out, const VectorWaveFunction &vec2, const ScalarWaveFunction &sca3, Energy mass=-GeV, Energy width=-GeV) |
Evaluate the off-shell vector coming from the vertex. | |
virtual ScalarWaveFunction | evaluate (Energy2 q2, int iopt, tcPDPtr out, const VectorWaveFunction &vec1, const VectorWaveFunction &vec2, Energy mass=-GeV, Energy width=-GeV) |
Evaluate the off-shell scalar coming from the vertex. | |
Set and Get tensor coefficients. | |
Complex | a00 () const |
Access coefficient of . | |
Complex | a11 () const |
Access coefficient of . | |
Complex | a12 () const |
Access coefficient of . | |
Complex | a21 () const |
Access coefficient of . | |
Complex | a22 () const |
Access coefficient of . | |
Complex | aEp () const |
Access coefficient of . | |
void | a00 (const Complex &val) |
Set tensor coefficient of . | |
void | a11 (const Complex &val) |
Set tensor coefficient of . | |
void | a12 (const Complex &val) |
Set tensor coefficient of . | |
void | a21 (const Complex &val) |
Set tensor coefficient of . | |
void | a22 (const Complex &val) |
Set tensor coefficient of . | |
void | aEp (const Complex &val) |
Set tensor coefficient of . | |
Static Public Member Functions | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
Private Member Functions | |
GeneralVVSVertex & | operator= (const GeneralVVSVertex &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
Store tensor coefficients. | |
Complex | _a00 |
Coefficient of . | |
Complex | _a11 |
Coefficient of . | |
Complex | _a12 |
Coefficient of . | |
Complex | _a21 |
Coefficient of . | |
Complex | _a22 |
Coefficient of . | |
Complex | _aEp |
Coefficient of . | |
Static Private Attributes | |
static AbstractNoPIOClassDescription < GeneralVVSVertex > | initGeneralVVSVertex |
The static object used to initialize the description of this class. |
The loop integral is calculated by Passarino-Veltman reduction and the coefficients are stored here. They must be calculated in the inheriting class along with implementation of the setCoupling member.
The vertex takes the form
Definition at line 34 of file GeneralVVSVertex.h.
static void ThePEG::Helicity::GeneralVVSVertex::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::AbstractVVSVertex.
virtual Complex ThePEG::Helicity::GeneralVVSVertex::evaluate | ( | Energy2 | q2, | |
const VectorWaveFunction & | vec1, | |||
const VectorWaveFunction & | vec2, | |||
const ScalarWaveFunction & | sca3 | |||
) | [virtual] |
Members to calculate the helicity amplitude expressions for vertices and off-shell particles.
Evaluate 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. | |
sca3 | The wavefunction for the scalar. |
Implements ThePEG::Helicity::AbstractVVSVertex.
virtual VectorWaveFunction ThePEG::Helicity::GeneralVVSVertex::evaluate | ( | Energy2 | q2, | |
int | iopt, | |||
tcPDPtr | out, | |||
const VectorWaveFunction & | vec2, | |||
const ScalarWaveFunction & | sca3, | |||
Energy | mass = -GeV , |
|||
Energy | width = -GeV | |||
) | [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. | |
vec2 | The wavefunction for the vector. | |
sca3 | The wavefunction for the scalar. | |
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 |
Implements ThePEG::Helicity::AbstractVVSVertex.
virtual ScalarWaveFunction ThePEG::Helicity::GeneralVVSVertex::evaluate | ( | Energy2 | q2, | |
int | iopt, | |||
tcPDPtr | out, | |||
const VectorWaveFunction & | vec1, | |||
const VectorWaveFunction & | vec2, | |||
Energy | mass = -GeV , |
|||
Energy | width = -GeV | |||
) | [virtual] |
Evaluate the off-shell scalar 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 scalar. | |
out | The ParticleData pointer for the off-shell scalar. | |
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 |
Implements ThePEG::Helicity::AbstractVVSVertex.
virtual void ThePEG::Helicity::GeneralVVSVertex::setCoupling | ( | Energy2 | q2, | |
tcPDPtr | part1, | |||
tcPDPtr | part2, | |||
tcPDPtr | part3 | |||
) | [pure virtual] |
Calculate coupling.
q2 | Scale at which to evaluate couplings | |
part1 | ParticleDataPointer to first particle | |
part2 | ParticleDataPointer to second particle | |
part3 | ParticleDataPointer to third particle |
GeneralVVSVertex& ThePEG::Helicity::GeneralVVSVertex::operator= | ( | const GeneralVVSVertex & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
AbstractNoPIOClassDescription<GeneralVVSVertex> ThePEG::Helicity::GeneralVVSVertex::initGeneralVVSVertex [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 189 of file GeneralVVSVertex.h.