herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
Susy
NMSSM
NMSSMHSFSFVertex.h
1
// -*- C++ -*-
2
#ifndef HERWIG_NMSSMHSFSFVertex_H
3
#define HERWIG_NMSSMHSFSFVertex_H
4
//
5
// This is the declaration of the NMSSMHSFSFVertex class.
6
//
7
8
#include "ThePEG/Helicity/Vertex/Scalar/SSSVertex.h"
9
#include "Herwig/Models/StandardModel/StandardModel.h"
10
#include "Herwig/Models/Susy/MixingMatrix.h"
11
12
namespace
Herwig
{
13
14
using namespace
ThePEG
;
15
23
class
NMSSMHSFSFVertex
:
public
Helicity::SSSVertex
{
24
25
public
:
26
30
NMSSMHSFSFVertex
();
31
38
void
persistentOutput
(
PersistentOStream
& os)
const
;
39
45
void
persistentInput
(
PersistentIStream
& is,
int
version);
47
54
static
void
Init
();
55
64
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
tcPDPtr
part2,
65
tcPDPtr
part3);
66
67
protected
:
68
75
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
76
81
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
83
84
protected
:
85
92
virtual
void
doinit
();
94
95
private
:
96
101
NMSSMHSFSFVertex
&
operator=
(
const
NMSSMHSFSFVertex
&) =
delete
;
102
103
private
:
104
108
Complex
chargedHiggs
(Energy2 q2,
long
id1,
long
id2);
109
110
private
:
111
117
tcHwSMPtr
_theSM
;
118
122
MixingMatrixPtr
_mixS
;
123
127
MixingMatrixPtr
_mixP
;
128
132
MixingMatrixPtr
_mixTp
;
133
137
MixingMatrixPtr
_mixBt
;
138
142
MixingMatrixPtr
_mixTa
;
143
147
complex<Energy>
_triTp
;
148
152
complex<Energy>
_triBt
;
153
157
complex<Energy>
_triTa
;
158
162
double
_lambda
;
163
169
Energy
_lambdaVEV
;
170
174
Energy
_v1
;
175
179
Energy
_v2
;
180
184
double
_sw
;
185
189
double
_cw
;
190
194
Energy
_mw
;
195
199
Energy
_mz
;
200
204
double
_sb
;
205
209
double
_cb
;
210
214
double
_tb
;
215
217
223
Energy2
_q2last
;
224
229
double
_couplast
;
230
235
pair<Energy, Energy>
_masslast
;
236
240
pair<long, long>
_idlast
;
242
};
243
}
244
245
246
#endif
/* HERWIG_NMSSMHSFSFVertex_H */
Herwig::NMSSMHSFSFVertex
This class defines the coupling of Higgs bosons to the sfermions in the NMSSM.
Definition:
NMSSMHSFSFVertex.h:23
Herwig::NMSSMHSFSFVertex::_lambdaVEV
Energy _lambdaVEV
The value of , the V.E.V of the extra gauge singlet scaled by .
Definition:
NMSSMHSFSFVertex.h:169
Herwig::NMSSMHSFSFVertex::_mixP
MixingMatrixPtr _mixP
The CP-odd higgs mixing matrix.
Definition:
NMSSMHSFSFVertex.h:127
Herwig::NMSSMHSFSFVertex::_theSM
tcHwSMPtr _theSM
A pointer to the Standard Model object.
Definition:
NMSSMHSFSFVertex.h:117
Herwig::NMSSMHSFSFVertex::operator=
NMSSMHSFSFVertex & operator=(const NMSSMHSFSFVertex &)=delete
The assignment operator is private and must never be called.
Herwig::NMSSMHSFSFVertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
NMSSMHSFSFVertex.h:81
Herwig::NMSSMHSFSFVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::NMSSMHSFSFVertex::chargedHiggs
Complex chargedHiggs(Energy2 q2, long id1, long id2)
Return the coupling of the charged higgs to the sfermions.
Herwig::NMSSMHSFSFVertex::_sb
double _sb
The value of .
Definition:
NMSSMHSFSFVertex.h:204
Herwig::NMSSMHSFSFVertex::_cb
double _cb
The value of .
Definition:
NMSSMHSFSFVertex.h:209
Herwig::NMSSMHSFSFVertex::_v2
Energy _v2
The value of the V.E.V .
Definition:
NMSSMHSFSFVertex.h:179
Herwig::NMSSMHSFSFVertex::_mixS
MixingMatrixPtr _mixS
The CP-even higgs mixing matrix.
Definition:
NMSSMHSFSFVertex.h:122
Herwig::NMSSMHSFSFVertex::NMSSMHSFSFVertex
NMSSMHSFSFVertex()
The default constructor.
Herwig::NMSSMHSFSFVertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::NMSSMHSFSFVertex::_idlast
pair< long, long > _idlast
The PDG codes of the particles in the vertex when it was last evaluated.
Definition:
NMSSMHSFSFVertex.h:240
Herwig::NMSSMHSFSFVertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::NMSSMHSFSFVertex::_mz
Energy _mz
The value of .
Definition:
NMSSMHSFSFVertex.h:199
Herwig::NMSSMHSFSFVertex::_couplast
double _couplast
The value of the dimensionless coupling when last calculated.
Definition:
NMSSMHSFSFVertex.h:229
Herwig::NMSSMHSFSFVertex::_cw
double _cw
The value of .
Definition:
NMSSMHSFSFVertex.h:189
Herwig::NMSSMHSFSFVertex::_mixTp
MixingMatrixPtr _mixTp
The mixing matrix.
Definition:
NMSSMHSFSFVertex.h:132
Herwig::NMSSMHSFSFVertex::_triTa
complex< Energy > _triTa
The tau lepton trilinear coupling.
Definition:
NMSSMHSFSFVertex.h:157
Herwig::NMSSMHSFSFVertex::_tb
double _tb
The value of .
Definition:
NMSSMHSFSFVertex.h:214
Herwig::NMSSMHSFSFVertex::_triTp
complex< Energy > _triTp
The top quark trilinear coupling.
Definition:
NMSSMHSFSFVertex.h:147
Herwig::NMSSMHSFSFVertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::NMSSMHSFSFVertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
NMSSMHSFSFVertex.h:75
Herwig::NMSSMHSFSFVertex::_q2last
Energy2 _q2last
The scale at which the last calculation took place.
Definition:
NMSSMHSFSFVertex.h:223
Herwig::NMSSMHSFSFVertex::_mw
Energy _mw
The value of .
Definition:
NMSSMHSFSFVertex.h:194
Herwig::NMSSMHSFSFVertex::_sw
double _sw
The value of .
Definition:
NMSSMHSFSFVertex.h:184
Herwig::NMSSMHSFSFVertex::_lambda
double _lambda
The value of .
Definition:
NMSSMHSFSFVertex.h:162
Herwig::NMSSMHSFSFVertex::_triBt
complex< Energy > _triBt
The bottom quark trilinear coupling.
Definition:
NMSSMHSFSFVertex.h:152
Herwig::NMSSMHSFSFVertex::_masslast
pair< Energy, Energy > _masslast
The value of mass of the counterpart SM fermion when last calculated.
Definition:
NMSSMHSFSFVertex.h:235
Herwig::NMSSMHSFSFVertex::_mixBt
MixingMatrixPtr _mixBt
The mixing matrix.
Definition:
NMSSMHSFSFVertex.h:137
Herwig::NMSSMHSFSFVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
Herwig::NMSSMHSFSFVertex::_v1
Energy _v1
The value of the V.E.V .
Definition:
NMSSMHSFSFVertex.h:174
Herwig::NMSSMHSFSFVertex::_mixTa
MixingMatrixPtr _mixTa
The mixing matrix.
Definition:
NMSSMHSFSFVertex.h:142
ThePEG::Helicity::SSSVertex
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