herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
Susy
NMSSM
NMSSMGOGOHVertex.h
1
// -*- C++ -*-
2
#ifndef HERWIG_NMSSMGOGOHVertex_H
3
#define HERWIG_NMSSMGOGOHVertex_H
4
//
5
// This is the declaration of the NMSSMGOGOHVertex class.
6
//
7
8
#include "ThePEG/Helicity/Vertex/Scalar/FFSVertex.h"
9
#include "Herwig/Models/Susy/MixingMatrix.h"
10
11
namespace
Herwig
{
12
13
using namespace
ThePEG
;
14
using namespace
ThePEG::Helicity
;
15
22
class
NMSSMGOGOHVertex
:
public
FFSVertex
{
23
24
public
:
25
29
inline
NMSSMGOGOHVertex
();
30
37
void
persistentOutput
(
PersistentOStream
& os)
const
;
38
44
void
persistentInput
(
PersistentIStream
& is,
int
version);
46
53
static
void
Init
();
54
63
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
tcPDPtr
part2,
64
tcPDPtr
part3);
65
66
protected
:
67
74
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
75
80
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
82
83
protected
:
84
91
virtual
void
doinit
();
93
94
private
:
95
100
NMSSMGOGOHVertex
&
operator=
(
const
NMSSMGOGOHVertex
&) =
delete
;
101
102
private
:
103
111
MixingMatrixPtr
_mixV
;
112
116
MixingMatrixPtr
_mixU
;
117
121
MixingMatrixPtr
_mixN
;
122
126
MixingMatrixPtr
_mixS
;
127
131
MixingMatrixPtr
_mixP
;
132
136
double
_lambda
;
137
141
double
_kappa
;
142
146
double
_sinb
;
147
151
double
_cosb
;
152
156
double
_sw
;
157
161
double
_cw
;
162
166
Energy2
_q2last
;
167
171
double
_couplast
;
173
174
};
175
}
176
177
178
#endif
/* HERWIG_NMSSMGOGOHVertex_H */
Herwig::NMSSMGOGOHVertex
Here is the documentation of the NMSSMGOGOHVertex class.
Definition:
NMSSMGOGOHVertex.h:22
Herwig::NMSSMGOGOHVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::NMSSMGOGOHVertex::NMSSMGOGOHVertex
NMSSMGOGOHVertex()
The default constructor.
Herwig::NMSSMGOGOHVertex::_mixS
MixingMatrixPtr _mixS
The CP-even neutral Higgs mixing matrix.
Definition:
NMSSMGOGOHVertex.h:126
Herwig::NMSSMGOGOHVertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
NMSSMGOGOHVertex.h:74
Herwig::NMSSMGOGOHVertex::_mixP
MixingMatrixPtr _mixP
The CP-odd neutral Higgs mixing matrix.
Definition:
NMSSMGOGOHVertex.h:131
Herwig::NMSSMGOGOHVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
Herwig::NMSSMGOGOHVertex::_couplast
double _couplast
The last value of the coupling.
Definition:
NMSSMGOGOHVertex.h:171
Herwig::NMSSMGOGOHVertex::_lambda
double _lambda
The tri-linear coupling.
Definition:
NMSSMGOGOHVertex.h:136
Herwig::NMSSMGOGOHVertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::NMSSMGOGOHVertex::_cw
double _cw
Definition:
NMSSMGOGOHVertex.h:161
Herwig::NMSSMGOGOHVertex::_q2last
Energy2 _q2last
The last the coupling was evaluated at.
Definition:
NMSSMGOGOHVertex.h:166
Herwig::NMSSMGOGOHVertex::_cosb
double _cosb
Definition:
NMSSMGOGOHVertex.h:151
Herwig::NMSSMGOGOHVertex::_kappa
double _kappa
The tri-linear coupling.
Definition:
NMSSMGOGOHVertex.h:141
Herwig::NMSSMGOGOHVertex::operator=
NMSSMGOGOHVertex & operator=(const NMSSMGOGOHVertex &)=delete
The assignment operator is private and must never be called.
Herwig::NMSSMGOGOHVertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
NMSSMGOGOHVertex.h:80
Herwig::NMSSMGOGOHVertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::NMSSMGOGOHVertex::_sinb
double _sinb
Definition:
NMSSMGOGOHVertex.h:146
Herwig::NMSSMGOGOHVertex::_mixU
MixingMatrixPtr _mixU
The U chargino mixing matrix.
Definition:
NMSSMGOGOHVertex.h:116
Herwig::NMSSMGOGOHVertex::_mixV
MixingMatrixPtr _mixV
The various mixing matrices and couplings.
Definition:
NMSSMGOGOHVertex.h:111
Herwig::NMSSMGOGOHVertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::NMSSMGOGOHVertex::_sw
double _sw
Definition:
NMSSMGOGOHVertex.h:156
Herwig::NMSSMGOGOHVertex::_mixN
MixingMatrixPtr _mixN
The neutralino mixing matrix.
Definition:
NMSSMGOGOHVertex.h:121
ThePEG::Helicity::FFSVertex
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG::Helicity
ThePEG
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