herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
Susy
RPV
RPVWSSVertex.h
1
// -*- C++ -*-
2
#ifndef Herwig_RPVWSSVertex_H
3
#define Herwig_RPVWSSVertex_H
4
//
5
// This is the declaration of the RPVWSSVertex class.
6
//
7
8
#include "ThePEG/Helicity/Vertex/Scalar/VSSVertex.h"
9
#include "Herwig/Models/Susy/MixingMatrix.h"
10
11
namespace
Herwig
{
12
13
using namespace
ThePEG
;
14
21
class
RPVWSSVertex
:
public
Helicity::VSSVertex
{
22
23
public
:
24
28
RPVWSSVertex
();
29
37
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
38
tcPDPtr
part2,
tcPDPtr
part3);
39
40
public
:
41
48
void
persistentOutput
(
PersistentOStream
& os)
const
;
49
55
void
persistentInput
(
PersistentIStream
& is,
int
version);
57
64
static
void
Init
();
65
66
protected
:
67
74
virtual
IBPtr
clone
()
const
;
75
80
virtual
IBPtr
fullclone
()
const
;
82
83
protected
:
84
92
virtual
void
doinit
();
94
95
private
:
96
101
RPVWSSVertex
&
operator=
(
const
RPVWSSVertex
&) =
delete
;
102
103
private
:
104
108
double
_sw
;
109
113
double
_cw
;
114
118
tMixingMatrixPtr
_stau
;
119
123
tMixingMatrixPtr
_stop
;
124
128
tMixingMatrixPtr
_sbottom
;
129
133
double
_s2w
;
134
138
double
_c2w
;
139
143
vector<vector<Complex> >
Cijeo_
;
144
148
vector<vector<Complex> >
Cijec_
;
149
153
vector<vector<Complex> >
Cijco_
;
154
158
vector<vector<Complex> >
Cijc_
;
159
163
unsigned
int
_interactions
;
164
168
Energy2
_q2last
;
169
173
long
_ulast
;
174
178
long
_dlast
;
179
183
long
_gblast
;
184
189
Complex
_factlast
;
190
194
Complex
_couplast
;
195
};
196
197
}
198
199
#endif
/* Herwig_RPVWSSVertex_H */
Herwig::RPVWSSVertex
Here is the documentation of the RPVWSSVertex class.
Definition:
RPVWSSVertex.h:21
Herwig::RPVWSSVertex::_factlast
Complex _factlast
The value of the mixing matrix dependent part when the vertex was last evaluated.
Definition:
RPVWSSVertex.h:189
Herwig::RPVWSSVertex::_stop
tMixingMatrixPtr _stop
Stop mixing matrix.
Definition:
RPVWSSVertex.h:123
Herwig::RPVWSSVertex::_ulast
long _ulast
The up type sfermion present when the vertex was evaluated.
Definition:
RPVWSSVertex.h:173
Herwig::RPVWSSVertex::_q2last
Energy2 _q2last
Scale at which the coupling was last evaluated.
Definition:
RPVWSSVertex.h:168
Herwig::RPVWSSVertex::_sw
double _sw
Value of .
Definition:
RPVWSSVertex.h:108
Herwig::RPVWSSVertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::RPVWSSVertex::_couplast
Complex _couplast
Value of coupling when last evaluated.
Definition:
RPVWSSVertex.h:194
Herwig::RPVWSSVertex::_dlast
long _dlast
The down type sfermion present when the vertex was evaluated.
Definition:
RPVWSSVertex.h:178
Herwig::RPVWSSVertex::_stau
tMixingMatrixPtr _stau
Stau mixing matrix.
Definition:
RPVWSSVertex.h:118
Herwig::RPVWSSVertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::RPVWSSVertex::RPVWSSVertex
RPVWSSVertex()
The default constructor.
Herwig::RPVWSSVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::RPVWSSVertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Herwig::RPVWSSVertex::_sbottom
tMixingMatrixPtr _sbottom
Sbottom mixing matrix.
Definition:
RPVWSSVertex.h:128
Herwig::RPVWSSVertex::operator=
RPVWSSVertex & operator=(const RPVWSSVertex &)=delete
The assignment operator is private and must never be called.
Herwig::RPVWSSVertex::Cijeo_
vector< vector< Complex > > Cijeo_
Coupling of Z to scalar and pseudoscalar.
Definition:
RPVWSSVertex.h:143
Herwig::RPVWSSVertex::Cijco_
vector< vector< Complex > > Cijco_
Coupling of W to pseudoscalar charged.
Definition:
RPVWSSVertex.h:153
Herwig::RPVWSSVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
Herwig::RPVWSSVertex::_gblast
long _gblast
The gauge boson present when the vertex was last evaluated.
Definition:
RPVWSSVertex.h:183
Herwig::RPVWSSVertex::_c2w
double _c2w
The value of .
Definition:
RPVWSSVertex.h:138
Herwig::RPVWSSVertex::_cw
double _cw
Value of .
Definition:
RPVWSSVertex.h:113
Herwig::RPVWSSVertex::Cijec_
vector< vector< Complex > > Cijec_
Coupling of W to scalar charged.
Definition:
RPVWSSVertex.h:148
Herwig::RPVWSSVertex::Cijc_
vector< vector< Complex > > Cijc_
Coupling of Z to charged Higgs.
Definition:
RPVWSSVertex.h:158
Herwig::RPVWSSVertex::_interactions
unsigned int _interactions
Which interactions to include.
Definition:
RPVWSSVertex.h:163
Herwig::RPVWSSVertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::RPVWSSVertex::_s2w
double _s2w
The value of .
Definition:
RPVWSSVertex.h:133
Herwig::RPVWSSVertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
ThePEG::Helicity::VSSVertex
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::Complex
std::complex< double > Complex
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tcPDPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Generated on Thu Jun 20 2024 17:50:53 for Herwig by
1.9.6