thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Helicity
Vertex
AbstractFFVSVertex.h
1
// -*- C++ -*-
2
#ifndef ThePEG_AbstractFFVSVertex_H
3
#define ThePEG_AbstractFFVSVertex_H
4
//
5
// This is the declaration of the AbstractFFVSVertex class.
6
//
7
8
#include "VertexBase.h"
9
#include "ThePEG/Helicity/WaveFunction/ScalarWaveFunction.h"
10
#include "ThePEG/Helicity/WaveFunction/SpinorWaveFunction.h"
11
#include "ThePEG/Helicity/WaveFunction/SpinorBarWaveFunction.h"
12
#include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h"
13
#include "AbstractFFVSVertex.fh"
14
15
namespace
ThePEG
{
16
namespace
Helicity {
17
21
class
AbstractFFVSVertex
:
public
VertexBase
{
22
23
public
:
24
30
AbstractFFVSVertex
() :
VertexBase
(VertexType::FFVS) {}
31
45
virtual
Complex
evaluate
(
Energy2
q2,
const
SpinorWaveFunction
& sp1,
46
const
SpinorBarWaveFunction
& sbar2,
47
const
VectorWaveFunction
& vec3,
48
const
ScalarWaveFunction
& sca4) = 0;
50
51
public
:
52
59
static
void
Init
();
60
61
private
:
62
67
AbstractFFVSVertex
&
operator=
(
const
AbstractFFVSVertex
&) =
delete
;
68
69
};
70
71
}
72
}
73
74
#endif
/* ThePEG_AbstractFFVSVertex_H */
ThePEG::Helicity::AbstractFFVSVertex
Here is the documentation of the AbstractFFVSVertex class.
Definition:
AbstractFFVSVertex.h:21
ThePEG::Helicity::AbstractFFVSVertex::evaluate
virtual Complex evaluate(Energy2 q2, const SpinorWaveFunction &sp1, const SpinorBarWaveFunction &sbar2, const VectorWaveFunction &vec3, const ScalarWaveFunction &sca4)=0
Members to calculate the helicity amplitude expressions for vertices and off-shell particles.
ThePEG::Helicity::AbstractFFVSVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
ThePEG::Helicity::AbstractFFVSVertex::operator=
AbstractFFVSVertex & operator=(const AbstractFFVSVertex &)=delete
The assignment operator is private and must never be called.
ThePEG::Helicity::AbstractFFVSVertex::AbstractFFVSVertex
AbstractFFVSVertex()
The default constructor.
Definition:
AbstractFFVSVertex.h:30
ThePEG::Helicity::ScalarWaveFunction
Definition:
ScalarWaveFunction.h:36
ThePEG::Helicity::SpinorBarWaveFunction
Definition:
SpinorBarWaveFunction.h:57
ThePEG::Helicity::SpinorWaveFunction
Definition:
SpinorWaveFunction.h:56
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