#include <VVSVertex.h>
Public Member Functions | |
virtual void | setCoupling (Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)=0 |
Calculate the couplings. | |
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. | |
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. | |
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. | |
Static Public Member Functions | |
static void | Init () |
Standard Init function used to initialize the interfaces. | |
Private Member Functions | |
VVSVertex & | operator= (const VVSVertex &) |
Private and non-existent assignment operator. | |
Static Private Attributes | |
static AbstractNoPIOClassDescription < VVSVertex > | initVVSVertex |
Describe an abstract base class with persistent data. |
It inherits from the AbstractVVSVertex class for the storage of the particles and implements the helicity calculations.
All interactions of this type should inherit from it and implement the virtual setCoupling member.
The form of the vertex is
Definition at line 36 of file VVSVertex.h.
Complex ThePEG::Helicity::VVSVertex::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.
VectorWaveFunction ThePEG::Helicity::VVSVertex::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.
ScalarWaveFunction ThePEG::Helicity::VVSVertex::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::VVSVertex::setCoupling | ( | Energy2 | q2, | |
tcPDPtr | part1, | |||
tcPDPtr | part2, | |||
tcPDPtr | part3 | |||
) | [pure virtual] |
Calculate the couplings.
This method is virtual and must be implemented in classes inheriting from this.
q2 | The scale for the coupling at the vertex. | |
part1 | The ParticleData pointer for the first scalar. | |
part2 | The ParticleData pointer for the second scalar. | |
part3 | The ParticleData pointer for the third scalar. |