herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
MatrixElement
General
MEff2ts.h
1
// -*- C++ -*-
2
#ifndef HERWIG_MEff2ts_H
3
#define HERWIG_MEff2ts_H
4
//
5
// This is the declaration of the MEff2ts class.
6
//
7
8
#include "GeneralHardME.h"
9
#include "ThePEG/Helicity/WaveFunction/SpinorWaveFunction.h"
10
#include "ThePEG/Helicity/WaveFunction/SpinorBarWaveFunction.h"
11
#include "ThePEG/Helicity/WaveFunction/ScalarWaveFunction.h"
12
#include "ThePEG/Helicity/WaveFunction/TensorWaveFunction.h"
13
#include "ThePEG/Helicity/Vertex/AbstractFFTVertex.h"
14
#include "ThePEG/Helicity/Vertex/AbstractSSTVertex.h"
15
#include "ThePEG/Helicity/Vertex/AbstractFFSVertex.h"
16
#include "ThePEG/Helicity/Vertex/AbstractFFSTVertex.h"
17
18
namespace
Herwig
{
19
20
using namespace
ThePEG
;
21
using
Helicity::SpinorWaveFunction
;
22
using
Helicity::SpinorBarWaveFunction
;
23
using
Helicity::ScalarWaveFunction
;
24
using
Helicity::TensorWaveFunction
;
25
30
class
MEff2ts
:
public
GeneralHardME
{
31
32
public
:
33
39
typedef
vector<SpinorWaveFunction>
SpinorVector
;
40
44
typedef
vector<SpinorBarWaveFunction>
SpinorBarVector
;
45
49
typedef
vector<TensorWaveFunction>
TBVector
;
51
52
public
:
53
57
MEff2ts
() :
fermion_
(0),
scalar_
(0),
fourPoint_
(0) {}
58
66
virtual
double
me2
()
const
;
67
72
virtual
void
constructVertex
(
tSubProPtr
sub);
73
74
public
:
75
82
void
persistentOutput
(
PersistentOStream
& os)
const
;
83
89
void
persistentInput
(
PersistentIStream
& is,
int
version);
91
98
static
void
Init
();
99
100
protected
:
101
108
virtual
IBPtr
clone
()
const
;
109
114
virtual
IBPtr
fullclone
()
const
;
116
117
protected
:
118
126
void
doinit
();
128
129
private
:
130
135
MEff2ts
&
operator=
(
const
MEff2ts
&) =
delete
;
136
137
private
:
138
153
ProductionMatrixElement
154
ffb2tsHeME
(
SpinorVector
& sp,
SpinorBarVector
& spbar,
155
TBVector
& ten,
ScalarWaveFunction
& sca,
156
double
&
me2
,
bool
first)
const
;
158
159
private
:
160
164
vector<pair<AbstractFFTVertexPtr, AbstractFFSVertexPtr> >
fermion_
;
165
169
vector<pair<AbstractFFSVertexPtr, AbstractSSTVertexPtr> >
scalar_
;
170
174
vector<AbstractFFSTVertexPtr>
fourPoint_
;
175
176
};
177
178
}
179
180
#endif
/* HERWIG_MEff2ts_H */
Herwig::GeneralHardME
This defines the GeneralHardME class that is designed to serve as a base class for matrix elements of...
Definition:
GeneralHardME.h:40
Herwig::MEff2ts
The MEff2ts class implements the general matrix element for fermion fermion -> tensor scalar.
Definition:
MEff2ts.h:30
Herwig::MEff2ts::doinit
void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::MEff2ts::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Herwig::MEff2ts::TBVector
vector< TensorWaveFunction > TBVector
A vector of VectorWaveFunctions.
Definition:
MEff2ts.h:49
Herwig::MEff2ts::operator=
MEff2ts & operator=(const MEff2ts &)=delete
The assignment operator is private and must never be called.
Herwig::MEff2ts::ffb2tsHeME
ProductionMatrixElement ffb2tsHeME(SpinorVector &sp, SpinorBarVector &spbar, TBVector &ten, ScalarWaveFunction &sca, double &me2, bool first) const
Compute the matrix element for .
Herwig::MEff2ts::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::MEff2ts::MEff2ts
MEff2ts()
The default constructor.
Definition:
MEff2ts.h:57
Herwig::MEff2ts::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::MEff2ts::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Herwig::MEff2ts::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::MEff2ts::SpinorBarVector
vector< SpinorBarWaveFunction > SpinorBarVector
A vector of SpinorWaveBarFunctions.
Definition:
MEff2ts.h:44
Herwig::MEff2ts::fermion_
vector< pair< AbstractFFTVertexPtr, AbstractFFSVertexPtr > > fermion_
Store a pair of FFTVertex and FFVVertex pointers
Definition:
MEff2ts.h:164
Herwig::MEff2ts::SpinorVector
vector< SpinorWaveFunction > SpinorVector
A vector of SpinorWaveFunctions.
Definition:
MEff2ts.h:39
Herwig::MEff2ts::constructVertex
virtual void constructVertex(tSubProPtr sub)
Construct the vertex information for the spin correlations.
Herwig::MEff2ts::fourPoint_
vector< AbstractFFSTVertexPtr > fourPoint_
The four point vertex.
Definition:
MEff2ts.h:174
Herwig::MEff2ts::me2
virtual double me2() const
The matrix element for the kinematical configuration previously provided by the last call to setKinem...
Herwig::MEff2ts::scalar_
vector< pair< AbstractFFSVertexPtr, AbstractSSTVertexPtr > > scalar_
Store a pair of FFTVertex and VVTVertex pointers.
Definition:
MEff2ts.h:169
Herwig::ProductionMatrixElement
The storage of the helicity amplitude expression for the matrix element of a hard process.
Definition:
ProductionMatrixElement.h:34
ThePEG::Helicity::ScalarWaveFunction
ThePEG::Helicity::SpinorBarWaveFunction
ThePEG::Helicity::SpinorWaveFunction
ThePEG::Helicity::TensorWaveFunction
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tSubProPtr
ThePEG::Ptr< SubProcess >::transient_pointer tSubProPtr
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6