herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
General
StoFFVDecayer.h
1
// -*- C++ -*-
2
#ifndef THEPEG_StoFFVDecayer_H
3
#define THEPEG_StoFFVDecayer_H
4
//
5
// This is the declaration of the StoFFVDecayer class.
6
//
7
8
#include "GeneralThreeBodyDecayer.h"
9
#include "ThePEG/Helicity/Vertex/AbstractFFSVertex.h"
10
#include "ThePEG/Helicity/Vertex/AbstractVSSVertex.h"
11
#include "ThePEG/Helicity/Vertex/AbstractVVSVertex.h"
12
#include "ThePEG/Helicity/Vertex/AbstractFFVVertex.h"
13
#include "ThePEG/Helicity/Vertex/AbstractRFVVertex.h"
14
#include "ThePEG/Helicity/Vertex/AbstractRFSVertex.h"
15
#include "ThePEG/Helicity/Vertex/AbstractFFVSVertex.h"
16
17
namespace
Herwig
{
18
using namespace
ThePEG
;
19
26
class
StoFFVDecayer
:
public
GeneralThreeBodyDecayer
{
27
28
public
:
29
39
double
me2
(
const
int
ichan,
const
Particle
& part,
40
const
tPDVector
&
outgoing
,
41
const
vector<Lorentz5Momentum> & momenta,
42
MEOption
meopt)
const
;
43
47
virtual
void
constructSpinInfo
(
const
Particle
& part,
48
ParticleVector
outgoing
)
const
;
49
56
virtual
WidthCalculatorBasePtr
threeBodyMEIntegrator
(
const
DecayMode
& dm)
const
;
57
58
public
:
59
66
void
persistentOutput
(
PersistentOStream
& os)
const
;
67
73
void
persistentInput
(
PersistentIStream
& is,
int
version);
75
82
static
void
Init
();
83
84
protected
:
85
92
virtual
IBPtr
clone
()
const
;
93
98
virtual
IBPtr
fullclone
()
const
;
100
101
protected
:
102
106
virtual
void
setupDiagrams
(
bool
checkKinematics);
107
108
private
:
109
114
StoFFVDecayer
&
operator=
(
const
StoFFVDecayer
&) =
delete
;
115
116
private
:
117
121
vector<pair<AbstractFFSVertexPtr, AbstractFFVVertexPtr> >
fer_
;
122
126
vector<pair<AbstractRFSVertexPtr, AbstractRFVVertexPtr> >
RSfer_
;
127
131
vector<pair<AbstractVSSVertexPtr, AbstractFFSVertexPtr> >
sca_
;
132
136
vector<pair<AbstractVVSVertexPtr, AbstractFFVVertexPtr> >
vec_
;
137
141
vector<AbstractFFVSVertexPtr>
four_
;
142
146
mutable
RhoDMatrix
rho_
;
147
151
mutable
ScalarWaveFunction
swave_
;
152
156
mutable
vector<VectorWaveFunction>
outVector_
;
157
161
mutable
pair<vector<SpinorWaveFunction>,vector<SpinorBarWaveFunction> >
outspin_
[3];
162
};
163
164
}
165
166
#endif
/* THEPEG_StoFFVDecayer_H */
Herwig::DecayIntegrator::MEOption
MEOption
Enum for the matrix element option.
Definition:
DecayIntegrator.h:72
Herwig::GeneralThreeBodyDecayer
Here is the documentation of the GeneralThreeBodyDecayer class.
Definition:
GeneralThreeBodyDecayer.h:21
Herwig::GeneralThreeBodyDecayer::outgoing
const vector< tPDPtr > & outgoing() const
Outgoing particles.
Definition:
GeneralThreeBodyDecayer.h:172
Herwig::StoFFVDecayer
Here is the documentation of the StoFFVDecayer class.
Definition:
StoFFVDecayer.h:26
Herwig::StoFFVDecayer::constructSpinInfo
virtual void constructSpinInfo(const Particle &part, ParticleVector outgoing) const
Construct the SpinInfos for the particles produced in the decay.
Herwig::StoFFVDecayer::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::StoFFVDecayer::swave_
ScalarWaveFunction swave_
Scalar wavefunction.
Definition:
StoFFVDecayer.h:151
Herwig::StoFFVDecayer::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Herwig::StoFFVDecayer::RSfer_
vector< pair< AbstractRFSVertexPtr, AbstractRFVVertexPtr > > RSfer_
Store the vertices for fermion intrermediate.
Definition:
StoFFVDecayer.h:126
Herwig::StoFFVDecayer::outVector_
vector< VectorWaveFunction > outVector_
Vector wavefunction.
Definition:
StoFFVDecayer.h:156
Herwig::StoFFVDecayer::threeBodyMEIntegrator
virtual WidthCalculatorBasePtr threeBodyMEIntegrator(const DecayMode &dm) const
Method to return an object to calculate the 3 (or higher body) partial width.
Herwig::StoFFVDecayer::operator=
StoFFVDecayer & operator=(const StoFFVDecayer &)=delete
The assignment operator is private and must never be called.
Herwig::StoFFVDecayer::setupDiagrams
virtual void setupDiagrams(bool checkKinematics)
Set up the diagrams etc.
Herwig::StoFFVDecayer::vec_
vector< pair< AbstractVVSVertexPtr, AbstractFFVVertexPtr > > vec_
Store the vertices for vector intrermediate.
Definition:
StoFFVDecayer.h:136
Herwig::StoFFVDecayer::four_
vector< AbstractFFVSVertexPtr > four_
Store the vertices for 4-point diagrams.
Definition:
StoFFVDecayer.h:141
Herwig::StoFFVDecayer::rho_
RhoDMatrix rho_
Spin density matrix.
Definition:
StoFFVDecayer.h:146
Herwig::StoFFVDecayer::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::StoFFVDecayer::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::StoFFVDecayer::outspin_
pair< vector< SpinorWaveFunction >, vector< SpinorBarWaveFunction > > outspin_[3]
Spinor wavefunctions.
Definition:
StoFFVDecayer.h:161
Herwig::StoFFVDecayer::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Herwig::StoFFVDecayer::me2
double me2(const int ichan, const Particle &part, const tPDVector &outgoing, const vector< Lorentz5Momentum > &momenta, MEOption meopt) const
Return the matrix element squared for a given mode and phase-space channel.
Herwig::StoFFVDecayer::fer_
vector< pair< AbstractFFSVertexPtr, AbstractFFVVertexPtr > > fer_
Store the vertices for fermion intrermediate.
Definition:
StoFFVDecayer.h:121
Herwig::StoFFVDecayer::sca_
vector< pair< AbstractVSSVertexPtr, AbstractFFSVertexPtr > > sca_
Store the vertices for scalar intrermediate.
Definition:
StoFFVDecayer.h:131
ThePEG::DecayMode
ThePEG::Helicity::ScalarWaveFunction
ThePEG::Particle
ThePEG::PersistentIStream
ThePEG::PersistentOStream
ThePEG::RhoDMatrix
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tPDVector
vector< tPDPtr > tPDVector
ThePEG::ParticleVector
vector< PPtr > ParticleVector
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6