thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Helicity
Vertex
AbstractVVSTVertex.h
1
// -*- C++ -*-
2
#ifndef HELICITY_AbstractVVSTVertex_H
3
#define HELICITY_AbstractVVSTVertex_H
4
//
5
// This is the declaration of the AbstractVVSTVertex class.
6
//
7
8
#include "VertexBase.h"
9
#include "ThePEG/Helicity/WaveFunction/ScalarWaveFunction.h"
10
#include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h"
11
#include "ThePEG/Helicity/WaveFunction/TensorWaveFunction.h"
12
#include "AbstractVVSTVertex.fh"
13
14
namespace
ThePEG
{
15
namespace
Helicity {
16
21
class
AbstractVVSTVertex
:
public
VertexBase
{
22
23
public
:
24
28
AbstractVVSTVertex
() :
VertexBase
(VertexType::VVST) {}
29
43
virtual
Complex
evaluate
(
Energy2
q2,
const
VectorWaveFunction
& vec1,
44
const
VectorWaveFunction
& vec2,
45
const
ScalarWaveFunction
& sca3,
46
const
TensorWaveFunction
& ten4) = 0;
48
49
public
:
50
57
static
void
Init
();
58
59
private
:
60
65
AbstractVVSTVertex
&
operator=
(
const
AbstractVVSTVertex
&) =
delete
;
66
67
};
68
69
}
70
}
71
72
73
namespace
ThePEG
{
74
75
}
76
#endif
/* HELICITY_AbstractVVSTVertex_H */
ThePEG::Helicity::AbstractVVSTVertex
The AbstractVVSTVertex class is the base class for all vector-vector-scalar-tensor interactions in Th...
Definition:
AbstractVVSTVertex.h:21
ThePEG::Helicity::AbstractVVSTVertex::evaluate
virtual Complex evaluate(Energy2 q2, const VectorWaveFunction &vec1, const VectorWaveFunction &vec2, const ScalarWaveFunction &sca3, const TensorWaveFunction &ten4)=0
Members to calculate the helicity amplitude expressions for vertices and off-shell particles.
ThePEG::Helicity::AbstractVVSTVertex::AbstractVVSTVertex
AbstractVVSTVertex()
Default constructor.
Definition:
AbstractVVSTVertex.h:28
ThePEG::Helicity::AbstractVVSTVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
ThePEG::Helicity::AbstractVVSTVertex::operator=
AbstractVVSTVertex & operator=(const AbstractVVSTVertex &)=delete
The assignment operator is private and must never be called.
ThePEG::Helicity::ScalarWaveFunction
Definition:
ScalarWaveFunction.h:36
ThePEG::Helicity::TensorWaveFunction
Definition:
TensorWaveFunction.h:67
ThePEG::Helicity::VectorWaveFunction
Definition:
VectorWaveFunction.h:50
ThePEG::Helicity::VertexBase
The VertexBase class is the base class for all helicity amplitude vertices.
Definition:
VertexBase.h:83
ThePEG::Qty< 0, 2, 0 >
ThePEG
This is the main namespace within which all identifiers in ThePEG are declared.
Definition:
FactoryBase.h:28
ThePEG::Complex
std::complex< double > Complex
ThePEG code should use Complex for all complex scalars.
Definition:
Complex.h:23
Generated on Thu Jun 20 2024 14:47:00 for ThePEG by
1.9.6