ThePEG::Helicity::FFVTVertex Class Reference

The FFVTVertex class is the implementation of the fermion-fermion--vector-tensor vertex. More...

#include <FFVTVertex.h>

Inheritance diagram for ThePEG::Helicity::FFVTVertex:

ThePEG::Helicity::AbstractFFVTVertex ThePEG::Helicity::VertexBase ThePEG::Interfaced ThePEG::InterfacedBase ThePEG::Base ThePEG::Named ThePEG::Pointer::ReferenceCounted

List of all members.

Public Member Functions

virtual void setCoupling (Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3, tcPDPtr part4)=0
 Calculate the couplings.
Complex evaluate (Energy2 q2, const SpinorWaveFunction &sp1, const SpinorBarWaveFunction &sbar2, const VectorWaveFunction &vec3, const TensorWaveFunction &ten4)
 Members to calculate the helicity amplitude expressions for vertices and off-shell particles.
TensorWaveFunction evaluate (Energy2 q2, int iopt, tcPDPtr out, const SpinorWaveFunction &sp1, const SpinorBarWaveFunction &sbar2, const VectorWaveFunction &vec3, Energy mass=-GeV, Energy width=-GeV)
 Evaluate the off-shell tensor coming from the vertex.
VectorWaveFunction evaluate (Energy2 q2, int iopt, tcPDPtr out, const SpinorWaveFunction &sp1, const SpinorBarWaveFunction &sbar2, const TensorWaveFunction &ten4, Energy mass=-GeV, Energy width=-GeV)
 Evaluate the off-shell vector coming from the vertex.
SpinorWaveFunction evaluate (Energy2 q2, int iopt, tcPDPtr out, const SpinorWaveFunction &sp1, const VectorWaveFunction &vec3, const TensorWaveFunction &ten4, Energy mass=-GeV, Energy width=-GeV)
 Evaluate the off-shell spinor coming from the vertex.
SpinorBarWaveFunction evaluate (Energy2 q2, int iopt, tcPDPtr out, const SpinorBarWaveFunction &sbar2, const VectorWaveFunction &vec3, const TensorWaveFunction &ten4, Energy mass=-GeV, Energy width=-GeV)
 Evaluate the off-shell barred spinor coming from the vertex.

Static Public Member Functions

static void Init ()
 Standard Init function used to initialize the interfaces.

Private Member Functions

FFVTVertexoperator= (const FFVTVertex &)
 Private and non-existent assignment operator.

Static Private Attributes

static
AbstractNoPIOClassDescription
< FFVTVertex
initFFVTVertex
 Describe an abstract base class with persistent data.


Detailed Description

The FFVTVertex class is the implementation of the fermion-fermion--vector-tensor vertex.

It inherits from the AbstractFFVTVertex class for the storage of the particles interacting at the vertex and implements the helicity amplitude calculations.

All implementations of this vertex should inherit from it and implement the virtual setCoupling member.

The form of the vertex is

\[\frac{ig\kappa}4t^a_{nm}\bar{f_2}(C_{\mu\nu,\rho\sigma}-g_{\mu\nu}g_{\rho\sigma}) \gamma^\sigma f_1\epsilon_{3\rho}\epsilon_4^{\mu\nu}\]

where -$C_{\mu\nu,\rho\sigma}=g_{\mu\rho}g_{\nu\sigma}+g_{\mu\sigma}g_{\nu\rho} -g_{\mu\nu}g_{\rho\sigma}$.

See also:
AbstractFFVTVertex

Definition at line 43 of file FFVTVertex.h.


Member Function Documentation

Complex ThePEG::Helicity::FFVTVertex::evaluate ( Energy2  q2,
const SpinorWaveFunction sp1,
const SpinorBarWaveFunction sbar2,
const VectorWaveFunction vec3,
const TensorWaveFunction ten4 
) [virtual]

Members to calculate the helicity amplitude expressions for vertices and off-shell particles.

Evalulate the vertex.

Parameters:
q2 The scale $q^2$ for the coupling at the vertex.
sp1 The wavefunction for the ferimon.
sbar2 The wavefunction for the antifermion.
vec3 The wavefunction for the vector.
ten4 The wavefunction for the tensor.

Implements ThePEG::Helicity::AbstractFFVTVertex.

TensorWaveFunction ThePEG::Helicity::FFVTVertex::evaluate ( Energy2  q2,
int  iopt,
tcPDPtr  out,
const SpinorWaveFunction sp1,
const SpinorBarWaveFunction sbar2,
const VectorWaveFunction vec3,
Energy  mass = -GeV,
Energy  width = -GeV 
) [virtual]

Evaluate the off-shell tensor coming from the vertex.

Parameters:
q2 The scale $q^2$ 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.
sp1 The wavefunction for the ferimon.
sbar2 The wavefunction for the antifermion.
vec3 The wavefunction for the 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::AbstractFFVTVertex.

VectorWaveFunction ThePEG::Helicity::FFVTVertex::evaluate ( Energy2  q2,
int  iopt,
tcPDPtr  out,
const SpinorWaveFunction sp1,
const SpinorBarWaveFunction sbar2,
const TensorWaveFunction ten4,
Energy  mass = -GeV,
Energy  width = -GeV 
) [virtual]

Evaluate the off-shell vector coming from the vertex.

Parameters:
q2 The scale $q^2$ 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.
sp1 The wavefunction for the ferimon.
sbar2 The wavefunction for the antifermion.
ten4 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

Implements ThePEG::Helicity::AbstractFFVTVertex.

SpinorWaveFunction ThePEG::Helicity::FFVTVertex::evaluate ( Energy2  q2,
int  iopt,
tcPDPtr  out,
const SpinorWaveFunction sp1,
const VectorWaveFunction vec3,
const TensorWaveFunction ten4,
Energy  mass = -GeV,
Energy  width = -GeV 
) [virtual]

Evaluate the off-shell spinor coming from the vertex.

Parameters:
q2 The scale $q^2$ for the coupling at the vertex.
iopt Option of the shape of the Breit-Wigner for the off-shell spinor.
out The ParticleData pointer for the off-shell spinor.
sp1 The wavefunction for the ferimon.
vec3 The wavefunction for the vector.
ten4 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

Implements ThePEG::Helicity::AbstractFFVTVertex.

SpinorBarWaveFunction ThePEG::Helicity::FFVTVertex::evaluate ( Energy2  q2,
int  iopt,
tcPDPtr  out,
const SpinorBarWaveFunction sbar2,
const VectorWaveFunction vec3,
const TensorWaveFunction ten4,
Energy  mass = -GeV,
Energy  width = -GeV 
) [virtual]

Evaluate the off-shell barred spinor coming from the vertex.

Parameters:
q2 The scale $q^2$ for the coupling at the vertex.
iopt Option of the shape of the Breit-Wigner for the off-shell barred spinor.
out The ParticleData pointer for the off-shell barred spinor.
sbar2 The wavefunction for the antifermion.
vec3 The wavefunction for the vector.
ten4 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

Implements ThePEG::Helicity::AbstractFFVTVertex.

virtual void ThePEG::Helicity::FFVTVertex::setCoupling ( Energy2  q2,
tcPDPtr  part1,
tcPDPtr  part2,
tcPDPtr  part3,
tcPDPtr  part4 
) [pure virtual]

Calculate the couplings.

This method is virtual and must be implemented in classes inheriting from this.

Parameters:
q2 The scale $q^2$ for the coupling at the vertex.
part1 The ParticleData pointer for the first particle.
part2 The ParticleData pointer for the second particle.
part3 The ParticleData pointer for the third particle.
part4 The ParticleData pointer for the fourth particle.


The documentation for this class was generated from the following file:

Generated on Thu Apr 29 12:43:30 2010 for ThePEG by  doxygen 1.5.5