thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Helicity
Vertex
AbstractVVVSVertex.h
1
// -*- C++ -*-
2
#ifndef HELICITY_AbstractVVVSVertex_H
3
#define HELICITY_AbstractVVVSVertex_H
4
//
5
// This is the declaration of the AbstractVVVSVertex class.
6
//
7
8
#include "VertexBase.h"
9
#include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h"
10
#include "ThePEG/Helicity/WaveFunction/ScalarWaveFunction.h"
11
#include "AbstractVVVSVertex.fh"
12
13
namespace
ThePEG
{
14
namespace
Helicity {
15
20
class
AbstractVVVSVertex
:
public
VertexBase
{
21
22
public
:
23
27
AbstractVVVSVertex
() :
VertexBase
(VertexType::VVVS) {}
28
42
virtual
Complex
evaluate
(
Energy2
q2,
const
VectorWaveFunction
& vec1,
43
const
VectorWaveFunction
& vec2,
44
const
VectorWaveFunction
& vec3,
45
const
ScalarWaveFunction
& sca) = 0;
46
60
virtual
VectorWaveFunction
evaluate
(
Energy2
q2,
int
iopt,
tcPDPtr
out,
61
const
VectorWaveFunction
& vec2,
62
const
VectorWaveFunction
& vec3,
63
const
ScalarWaveFunction
& sca,
64
complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
65
79
virtual
ScalarWaveFunction
evaluate
(
Energy2
q2,
int
iopt,
tcPDPtr
out,
80
const
VectorWaveFunction
& vec1,
81
const
VectorWaveFunction
& vec2,
82
const
VectorWaveFunction
& vec3,
83
complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
85
86
public
:
87
94
static
void
Init
();
95
96
private
:
97
102
AbstractVVVSVertex
&
operator=
(
const
AbstractVVVSVertex
&) =
delete
;
103
104
};
105
106
}
107
}
108
109
#endif
/* HELICITY_AbstractVVVSVertex_H */
ThePEG::Helicity::AbstractVVVSVertex
The AbstractVVVSVertex class provides the base class for all vector-vector-vector interactions in The...
Definition:
AbstractVVVSVertex.h:20
ThePEG::Helicity::AbstractVVVSVertex::AbstractVVVSVertex
AbstractVVVSVertex()
Default constructor.
Definition:
AbstractVVVSVertex.h:27
ThePEG::Helicity::AbstractVVVSVertex::evaluate
virtual VectorWaveFunction evaluate(Energy2 q2, int iopt, tcPDPtr out, const VectorWaveFunction &vec2, const VectorWaveFunction &vec3, const ScalarWaveFunction &sca, complex< Energy > mass=-GeV, complex< Energy > width=-GeV)=0
Evaluate the off-shell vector coming from the vertex.
ThePEG::Helicity::AbstractVVVSVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
ThePEG::Helicity::AbstractVVVSVertex::evaluate
virtual ScalarWaveFunction evaluate(Energy2 q2, int iopt, tcPDPtr out, const VectorWaveFunction &vec1, const VectorWaveFunction &vec2, const VectorWaveFunction &vec3, complex< Energy > mass=-GeV, complex< Energy > width=-GeV)=0
Evaluate the off-shell scalar coming from the vertex.
ThePEG::Helicity::AbstractVVVSVertex::evaluate
virtual Complex evaluate(Energy2 q2, const VectorWaveFunction &vec1, const VectorWaveFunction &vec2, const VectorWaveFunction &vec3, const ScalarWaveFunction &sca)=0
Members to calculate the helicity amplitude expressions for vertices and off-shell particles.
ThePEG::Helicity::AbstractVVVSVertex::operator=
AbstractVVVSVertex & operator=(const AbstractVVVSVertex &)=delete
The assignment operator is private and must never be called.
ThePEG::Helicity::ScalarWaveFunction
Definition:
ScalarWaveFunction.h:36
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