thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Helicity
Vertex
AbstractVVTVertex.h
1
// -*- C++ -*-
2
#ifndef HELICITY_AbstractVVTVertex_H
3
#define HELICITY_AbstractVVTVertex_H
4
//
5
// This is the declaration of the AbstractVVTVertex class.
6
//
7
8
#include "VertexBase.h"
9
#include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h"
10
#include "ThePEG/Helicity/WaveFunction/TensorWaveFunction.h"
11
#include "AbstractVVTVertex.fh"
12
13
namespace
ThePEG
{
14
namespace
Helicity {
15
19
class
AbstractVVTVertex
:
public
VertexBase
{
20
21
public
:
22
23
27
AbstractVVTVertex
() :
VertexBase
(VertexType::VVT) {}
28
42
virtual
Complex
evaluate
(
Energy2
q2,
const
VectorWaveFunction
& vec1,
43
const
VectorWaveFunction
& vec2,
44
const
TensorWaveFunction
& ten3,
45
Energy
vmass=-GeV) = 0;
46
60
virtual
TensorWaveFunction
evaluate
(
Energy2
q2,
int
iopt,
tcPDPtr
out,
61
const
VectorWaveFunction
& vec1,
62
const
VectorWaveFunction
& vec2,
63
Energy
vmass=-GeV,
64
complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
65
78
virtual
VectorWaveFunction
evaluate
(
Energy2
q2,
int
iopt,
tcPDPtr
out,
79
const
VectorWaveFunction
& vec1,
80
const
TensorWaveFunction
& ten3,
81
complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
83
84
public
:
85
92
static
void
Init
();
93
94
private
:
95
100
AbstractVVTVertex
&
operator=
(
const
AbstractVVTVertex
&) =
delete
;
101
102
};
103
104
}
105
}
106
107
108
namespace
ThePEG
{
109
110
}
111
#endif
/* HELICITY_AbstractVVTVertex_H */
ThePEG::Helicity::AbstractVVTVertex
Here is the documentation of the AbstractVVTVertex class.
Definition:
AbstractVVTVertex.h:19
ThePEG::Helicity::AbstractVVTVertex::evaluate
virtual Complex evaluate(Energy2 q2, const VectorWaveFunction &vec1, const VectorWaveFunction &vec2, const TensorWaveFunction &ten3, Energy vmass=-GeV)=0
Members to calculate the helicity amplitude expressions for vertices and off-shell particles.
ThePEG::Helicity::AbstractVVTVertex::AbstractVVTVertex
AbstractVVTVertex()
Default constructor.
Definition:
AbstractVVTVertex.h:27
ThePEG::Helicity::AbstractVVTVertex::evaluate
virtual TensorWaveFunction evaluate(Energy2 q2, int iopt, tcPDPtr out, const VectorWaveFunction &vec1, const VectorWaveFunction &vec2, Energy vmass=-GeV, complex< Energy > mass=-GeV, complex< Energy > width=-GeV)=0
Evaluate the off-shell tensor coming from the vertex.
ThePEG::Helicity::AbstractVVTVertex::operator=
AbstractVVTVertex & operator=(const AbstractVVTVertex &)=delete
The assignment operator is private and must never be called.
ThePEG::Helicity::AbstractVVTVertex::evaluate
virtual VectorWaveFunction evaluate(Energy2 q2, int iopt, tcPDPtr out, const VectorWaveFunction &vec1, const TensorWaveFunction &ten3, complex< Energy > mass=-GeV, complex< Energy > width=-GeV)=0
Evaluate the off-shell vector coming from the vertex.
ThePEG::Helicity::AbstractVVTVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
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::Pointer::TransientConstRCPtr
TransientConstRCPtr is a simple wrapper around a bare const pointer which can be assigned to and from...
Definition:
RCPtr.h:696
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