herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
Susy
SSNFSVertex.h
1
// -*- C++ -*-
2
//
3
// SSNFSVertex.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4
// Copyright (C) 2002-2019 The Herwig Collaboration
5
//
6
// Herwig is licenced under version 3 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef HERWIG_SSNFSVertex_H
10
#define HERWIG_SSNFSVertex_H
11
//
12
// This is the declaration of the SSNFSVertex class.
13
//
14
15
#include "ThePEG/Helicity/Vertex/Scalar/FFSVertex.h"
16
#include "ThePEG/StandardModel/StandardModelBase.h"
17
#include "MSSM.h"
18
19
namespace
Herwig
{
20
using namespace
ThePEG
;
21
29
class
SSNFSVertex
:
public
FFSVertex
{
30
31
public
:
32
36
SSNFSVertex
();
37
38
public
:
39
46
void
persistentOutput
(
PersistentOStream
& os)
const
;
47
53
void
persistentInput
(
PersistentIStream
& is,
int
version);
55
62
static
void
Init
();
63
71
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
72
tcPDPtr
part2,
tcPDPtr
part3);
73
74
protected
:
75
82
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
83
88
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
90
91
protected
:
92
100
virtual
void
doinit
();
102
103
private
:
104
109
SSNFSVertex
&
operator=
(
const
SSNFSVertex
&) =
delete
;
110
114
tMixingMatrixPtr
_stop
;
115
119
tMixingMatrixPtr
_sbot
;
120
124
tMixingMatrixPtr
_stau
;
125
129
tMixingMatrixPtr
_nmix
;
130
134
tMSSMPtr
_theSS
;
135
139
double
_sw
;
140
144
double
_cw
;
145
149
Energy
_mw
;
150
154
double
_sb
;
155
159
double
_cb
;
160
164
Energy2
_q2last
;
165
169
Complex
_couplast
;
170
174
Complex
_leftlast
;
175
179
Complex
_rightlast
;
180
184
long
_id1last
;
185
189
long
_id2last
;
190
194
long
_id3last
;
195
199
unsigned
int
yukawa_
;
200
};
201
}
202
203
#endif
/* HERWIG_SSNFSVertex_H */
Herwig::SSNFSVertex
This is the implementation of the coupling of the neutralinos to fermion-sfermions.
Definition:
SSNFSVertex.h:29
Herwig::SSNFSVertex::_mw
Energy _mw
Mass of the W.
Definition:
SSNFSVertex.h:149
Herwig::SSNFSVertex::SSNFSVertex
SSNFSVertex()
The default constructor.
Herwig::SSNFSVertex::_q2last
Energy2 _q2last
The scale at which the coupling was last evaluated.
Definition:
SSNFSVertex.h:164
Herwig::SSNFSVertex::_theSS
tMSSMPtr _theSS
Pointer to the Susy Model object.
Definition:
SSNFSVertex.h:134
Herwig::SSNFSVertex::_id1last
long _id1last
Store the id of the last neutralino to be evaluate.
Definition:
SSNFSVertex.h:184
Herwig::SSNFSVertex::_id2last
long _id2last
Store the id of the last SM fermion to be evaluate.
Definition:
SSNFSVertex.h:189
Herwig::SSNFSVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::SSNFSVertex::_sb
double _sb
Definition:
SSNFSVertex.h:154
Herwig::SSNFSVertex::_sw
double _sw
Definition:
SSNFSVertex.h:139
Herwig::SSNFSVertex::_rightlast
Complex _rightlast
Store the value of the right coupling when it was last evaluated.
Definition:
SSNFSVertex.h:179
Herwig::SSNFSVertex::yukawa_
unsigned int yukawa_
Include Yukawa's ?
Definition:
SSNFSVertex.h:199
Herwig::SSNFSVertex::_nmix
tMixingMatrixPtr _nmix
Pointer to the neutralino mixing matrix.
Definition:
SSNFSVertex.h:129
Herwig::SSNFSVertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::SSNFSVertex::_couplast
Complex _couplast
The value of the normalisation when it was evaluated at _q2last.
Definition:
SSNFSVertex.h:169
Herwig::SSNFSVertex::_stau
tMixingMatrixPtr _stau
Pointer to the stau mixing matrix.
Definition:
SSNFSVertex.h:124
Herwig::SSNFSVertex::_sbot
tMixingMatrixPtr _sbot
Pointer to the sbottom mixing matrix.
Definition:
SSNFSVertex.h:119
Herwig::SSNFSVertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
SSNFSVertex.h:82
Herwig::SSNFSVertex::_cb
double _cb
Definition:
SSNFSVertex.h:159
Herwig::SSNFSVertex::operator=
SSNFSVertex & operator=(const SSNFSVertex &)=delete
The assignment operator is private and must never be called.
Herwig::SSNFSVertex::_leftlast
Complex _leftlast
Store the value of the left coupling when it was last evaluated.
Definition:
SSNFSVertex.h:174
Herwig::SSNFSVertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
SSNFSVertex.h:88
Herwig::SSNFSVertex::_stop
tMixingMatrixPtr _stop
Pointer to the stop mixing matrix.
Definition:
SSNFSVertex.h:114
Herwig::SSNFSVertex::_id3last
long _id3last
Store the id of the last scalar to be evaluate.
Definition:
SSNFSVertex.h:194
Herwig::SSNFSVertex::_cw
double _cw
Definition:
SSNFSVertex.h:144
Herwig::SSNFSVertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::SSNFSVertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::SSNFSVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
ThePEG::Helicity::FFSVertex
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