thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Helicity
Vertex
Tensor
SSTVertex.h
1
// -*- C++ -*-
2
//
3
// SSTVertex.h is a part of ThePEG - Toolkit for HEP Event Generation
4
// Copyright (C) 2003-2019 Peter Richardson, Leif Lonnblad
5
//
6
// ThePEG is licenced under version 3 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef ThePEG_SSTVertex_H
10
#define ThePEG_SSTVertex_H
11
//
12
// This is the declaration of the SSTVertex class.
13
//
14
#include "ThePEG/Helicity/Vertex/AbstractSSTVertex.h"
15
#include "ThePEG/Helicity/WaveFunction/ScalarWaveFunction.h"
16
#include "ThePEG/Helicity/WaveFunction/TensorWaveFunction.h"
17
#include "SSTVertex.fh"
18
19
namespace
ThePEG
{
20
namespace
Helicity {
21
41
class
SSTVertex
:
public
AbstractSSTVertex
{
42
43
public
:
44
48
static
void
Init
();
49
50
public
:
51
64
Complex
evaluate
(
Energy2
q2,
const
ScalarWaveFunction
& sca1,
65
const
ScalarWaveFunction
& sca2,
const
TensorWaveFunction
& ten3);
66
79
ScalarWaveFunction
evaluate
(
Energy2
q2,
int
iopt,
tcPDPtr
out,
80
const
ScalarWaveFunction
& sca1,
81
const
TensorWaveFunction
& ten3,
82
complex<Energy> mass=-GeV, complex<Energy> width=-GeV);
83
96
TensorWaveFunction
evaluate
(
Energy2
q2,
int
iopt,
tcPDPtr
out,
97
const
ScalarWaveFunction
& sca1,
98
const
ScalarWaveFunction
& sca2,
99
complex<Energy> mass=-GeV, complex<Energy> width=-GeV);
101
115
virtual
void
setCoupling
(
Energy2
q2,
tcPDPtr
part1,
116
tcPDPtr
part2,
tcPDPtr
part3)=0;
117
123
virtual
void
setCoupling
(
Energy2
,
tcPDPtr
,
tcPDPtr
,
tcPDPtr
,
tcPDPtr
) {
124
assert(
false
);
125
}
127
128
private
:
129
133
SSTVertex
&
operator=
(
const
SSTVertex
&) =
delete
;
134
135
};
136
137
}
138
139
}
140
#endif
/* ThePEG_SSTVertex_H */
ThePEG::Helicity::AbstractSSTVertex
The AbstractSSTVertex class is the base class for scalar-scalar-tensor interactions in ThePEG.
Definition:
AbstractSSTVertex.h:20
ThePEG::Helicity::SSTVertex
The VVTVertexclass is the implementation of the scalar-scalar-tensor vertex.
Definition:
SSTVertex.h:41
ThePEG::Helicity::SSTVertex::evaluate
Complex evaluate(Energy2 q2, const ScalarWaveFunction &sca1, const ScalarWaveFunction &sca2, const TensorWaveFunction &ten3)
Members to calculate the helicity amplitude expressions for vertices and off-shell particles.
ThePEG::Helicity::SSTVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)=0
Set coupling methods.
ThePEG::Helicity::SSTVertex::operator=
SSTVertex & operator=(const SSTVertex &)=delete
Private and non-existent assignment operator.
ThePEG::Helicity::SSTVertex::Init
static void Init()
Standard Init function used to initialize the interfaces.
ThePEG::Helicity::SSTVertex::evaluate
ScalarWaveFunction evaluate(Energy2 q2, int iopt, tcPDPtr out, const ScalarWaveFunction &sca1, const TensorWaveFunction &ten3, complex< Energy > mass=-GeV, complex< Energy > width=-GeV)
Evaluate the off-shell scalar coming from the vertex.
ThePEG::Helicity::SSTVertex::setCoupling
virtual void setCoupling(Energy2, tcPDPtr, tcPDPtr, tcPDPtr, tcPDPtr)
Dummy setCouplings for a four point interaction This method is virtual and must be implemented in cla...
Definition:
SSTVertex.h:123
ThePEG::Helicity::SSTVertex::evaluate
TensorWaveFunction evaluate(Energy2 q2, int iopt, tcPDPtr out, const ScalarWaveFunction &sca1, const ScalarWaveFunction &sca2, complex< Energy > mass=-GeV, complex< Energy > width=-GeV)
Evaluate the off-shell tensor coming from the vertex.
ThePEG::Helicity::ScalarWaveFunction
Definition:
ScalarWaveFunction.h:36
ThePEG::Helicity::TensorWaveFunction
Definition:
TensorWaveFunction.h:67
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