herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
MatrixElement
General
MEfv2rs.h
1
// -*- C++ -*-
2
#ifndef Herwig_MEfv2rs_H
3
#define Herwig_MEfv2rs_H
4
//
5
// This is the declaration of the MEfv2rs 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/RSSpinorWaveFunction.h"
12
#include "ThePEG/Helicity/WaveFunction/RSSpinorBarWaveFunction.h"
13
#include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h"
14
#include "ThePEG/Helicity/WaveFunction/ScalarWaveFunction.h"
15
#include "Herwig/MatrixElement/ProductionMatrixElement.h"
16
#include "ThePEG/Helicity/Vertex/AbstractRFVVertex.h"
17
#include "ThePEG/Helicity/Vertex/AbstractRFSVertex.h"
18
#include "ThePEG/Helicity/Vertex/AbstractRFVSVertex.h"
19
#include "ThePEG/Helicity/Vertex/AbstractFFVVertex.h"
20
#include "ThePEG/Helicity/Vertex/AbstractFFSVertex.h"
21
#include "ThePEG/Helicity/Vertex/AbstractVSSVertex.h"
22
#include "ThePEG/Helicity/Vertex/AbstractVVSVertex.h"
23
24
namespace
Herwig
{
25
26
using namespace
ThePEG
;
27
35
class
MEfv2rs
:
public
GeneralHardME
{
36
38
typedef
vector<SpinorWaveFunction>
SpinorVector
;
39
41
typedef
vector<SpinorBarWaveFunction>
SpinorBarVector
;
42
44
typedef
vector<RSSpinorWaveFunction>
RSSpinorVector
;
45
47
typedef
vector<RSSpinorBarWaveFunction>
RSSpinorBarVector
;
48
50
typedef
vector<VectorWaveFunction>
VecWFVector
;
51
52
public
:
53
63
virtual
double
me2
()
const
;
65
70
virtual
void
constructVertex
(
tSubProPtr
subp);
71
72
private
:
73
86
ProductionMatrixElement
fv2rbsHeME
(
const
SpinorVector
& spIn,
87
const
VecWFVector
& vecIn,
88
const
RSSpinorBarVector
& spbOut,
89
const
ScalarWaveFunction
& scaOut,
90
double
& full_me,
bool
first)
const
;
91
102
ProductionMatrixElement
fbv2rsHeME
(
const
SpinorBarVector
& spbIn,
103
const
VecWFVector
& vecIn,
104
const
RSSpinorVector
& spOut,
105
const
ScalarWaveFunction
& scaOut,
106
double
& full_me,
bool
first)
const
;
108
109
110
public
:
111
118
void
persistentOutput
(
PersistentOStream
& os)
const
;
119
125
void
persistentInput
(
PersistentIStream
& is,
int
version);
127
134
static
void
Init
();
135
136
protected
:
137
144
virtual
IBPtr
clone
()
const
;
145
150
virtual
IBPtr
fullclone
()
const
;
152
153
154
protected
:
155
163
virtual
void
doinit
();
165
166
private
:
167
172
MEfv2rs
&
operator=
(
const
MEfv2rs
&) =
delete
;
173
174
private
:
175
179
vector<pair<AbstractRFSVertexPtr, AbstractVSSVertexPtr> >
scalar_
;
180
184
vector<pair<AbstractFFVVertexPtr, AbstractRFSVertexPtr> >
fermion1_
;
185
189
vector<pair<AbstractFFSVertexPtr, AbstractRFVVertexPtr> >
fermion2_
;
190
194
vector<pair<AbstractRFVVertexPtr,AbstractVVSVertexPtr> >
vector_
;
195
199
vector<AbstractRFVSVertexPtr>
four_
;
200
};
201
202
}
203
204
#endif
/* Herwig_MEfv2rs_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::MEfv2rs
This class is designed to implement the matrix element for fermion-vector to RS fermion scalar.
Definition:
MEfv2rs.h:35
Herwig::MEfv2rs::four_
vector< AbstractRFVSVertexPtr > four_
Store the 4-point vertices.
Definition:
MEfv2rs.h:199
Herwig::MEfv2rs::fbv2rsHeME
ProductionMatrixElement fbv2rsHeME(const SpinorBarVector &spbIn, const VecWFVector &vecIn, const RSSpinorVector &spOut, const ScalarWaveFunction &scaOut, double &full_me, bool first) const
Calculate me2 and the production matrix element for the cc mode.
Herwig::MEfv2rs::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::MEfv2rs::VecWFVector
vector< VectorWaveFunction > VecWFVector
Vector of VectorWaveFunctions.
Definition:
MEfv2rs.h:50
Herwig::MEfv2rs::constructVertex
virtual void constructVertex(tSubProPtr subp)
Construct the vertex information for the spin correlations.
Herwig::MEfv2rs::scalar_
vector< pair< AbstractRFSVertexPtr, AbstractVSSVertexPtr > > scalar_
Store a pair of FFSVertex and VSSVertex pointers
Definition:
MEfv2rs.h:179
Herwig::MEfv2rs::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::MEfv2rs::fv2rbsHeME
ProductionMatrixElement fv2rbsHeME(const SpinorVector &spIn, const VecWFVector &vecIn, const RSSpinorBarVector &spbOut, const ScalarWaveFunction &scaOut, double &full_me, bool first) const
Calculate me2 and the production matrix element for the normal mode.
Herwig::MEfv2rs::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::MEfv2rs::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Herwig::MEfv2rs::RSSpinorBarVector
vector< RSSpinorBarWaveFunction > RSSpinorBarVector
Vector of RSSpinorBarWaveFunctions.
Definition:
MEfv2rs.h:47
Herwig::MEfv2rs::vector_
vector< pair< AbstractRFVVertexPtr, AbstractVVSVertexPtr > > vector_
Store a pair of VVSVertex and FFVVertex pointers
Definition:
MEfv2rs.h:194
Herwig::MEfv2rs::operator=
MEfv2rs & operator=(const MEfv2rs &)=delete
The assignment operator is private and must never be called.
Herwig::MEfv2rs::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::MEfv2rs::RSSpinorVector
vector< RSSpinorWaveFunction > RSSpinorVector
Vector of RSSpinorWaveFunctions.
Definition:
MEfv2rs.h:44
Herwig::MEfv2rs::me2
virtual double me2() const
The matrix element for the kinematical configuration previously provided by the last call to setKinem...
Herwig::MEfv2rs::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Herwig::MEfv2rs::SpinorBarVector
vector< SpinorBarWaveFunction > SpinorBarVector
Vector of SpinorBarWaveFunctions.
Definition:
MEfv2rs.h:41
Herwig::MEfv2rs::fermion2_
vector< pair< AbstractFFSVertexPtr, AbstractRFVVertexPtr > > fermion2_
Store a pair of FFSVertex and FFVVertex pointers
Definition:
MEfv2rs.h:189
Herwig::MEfv2rs::SpinorVector
vector< SpinorWaveFunction > SpinorVector
Vector of SpinorWaveFunctions.
Definition:
MEfv2rs.h:38
Herwig::MEfv2rs::fermion1_
vector< pair< AbstractFFVVertexPtr, AbstractRFSVertexPtr > > fermion1_
Store a pair of FFSVertex and FFVVertex pointers
Definition:
MEfv2rs.h:184
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::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