herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
Susy
SSCFSVertex.h
1
// -*- C++ -*-
2
//
3
// SSCFSVertex.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_SSCFSVertex_H
10
#define HERWIG_SSCFSVertex_H
11
//
12
// This is the declaration of the SSCFSVertex class.
13
//
14
15
#include "ThePEG/Helicity/Vertex/Scalar/FFSVertex.h"
16
#include "MSSM.h"
17
18
namespace
Herwig
{
19
using namespace
ThePEG
;
20
28
class
SSCFSVertex
:
public
FFSVertex
{
29
30
public
:
31
35
SSCFSVertex
();
36
37
public
:
38
45
void
persistentOutput
(
PersistentOStream
& os)
const
;
46
52
void
persistentInput
(
PersistentIStream
& is,
int
version);
54
61
static
void
Init
();
62
70
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
71
tcPDPtr
part2,
tcPDPtr
part3);
72
73
protected
:
74
81
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
82
87
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
89
90
91
protected
:
92
100
virtual
void
doinit
();
102
103
private
:
104
109
SSCFSVertex
&
operator=
(
const
SSCFSVertex
&) =
delete
;
110
114
tMSSMPtr
_theSS
;
115
119
double
_sb
;
120
124
double
_cb
;
125
129
Energy
_mw
;
130
134
tMixingMatrixPtr
_stop
;
135
139
tMixingMatrixPtr
_sbot
;
140
144
tMixingMatrixPtr
_stau
;
145
149
tMixingMatrixPtr
_umix
;
150
154
tMixingMatrixPtr
_vmix
;
155
160
Energy2
_q2last
;
161
165
Complex
_couplast
;
166
170
Complex
_leftlast
;
171
175
Complex
_rightlast
;
176
180
long
_id1last
;
181
185
long
_id2last
;
186
190
long
_id3last
;
191
195
unsigned
int
yukawa_
;
196
};
197
}
198
199
#endif
/* HERWIG_SSCFSVertex_H */
Herwig::SSCFSVertex
This is the implementation of the coupling of the charginos to fermion- sfermions.
Definition:
SSCFSVertex.h:28
Herwig::SSCFSVertex::_stau
tMixingMatrixPtr _stau
Pointer to stau mixing matrix.
Definition:
SSCFSVertex.h:144
Herwig::SSCFSVertex::_mw
Energy _mw
Mass of the W.
Definition:
SSCFSVertex.h:129
Herwig::SSCFSVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
Herwig::SSCFSVertex::_couplast
Complex _couplast
The value of the coupling at the scale last evaluated.
Definition:
SSCFSVertex.h:165
Herwig::SSCFSVertex::SSCFSVertex
SSCFSVertex()
The default constructor.
Herwig::SSCFSVertex::_sbot
tMixingMatrixPtr _sbot
Pointer to sbottom mixing matrix.
Definition:
SSCFSVertex.h:139
Herwig::SSCFSVertex::_umix
tMixingMatrixPtr _umix
Pointer to U chargino mixing matrix.
Definition:
SSCFSVertex.h:149
Herwig::SSCFSVertex::_cb
double _cb
Definition:
SSCFSVertex.h:124
Herwig::SSCFSVertex::_vmix
tMixingMatrixPtr _vmix
Pointer to V chargino mixing matrix.
Definition:
SSCFSVertex.h:154
Herwig::SSCFSVertex::_theSS
tMSSMPtr _theSS
Pointer to the MSSM object.
Definition:
SSCFSVertex.h:114
Herwig::SSCFSVertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::SSCFSVertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::SSCFSVertex::_id1last
long _id1last
Id of the last sm fermion that the coupling was evaluated for.
Definition:
SSCFSVertex.h:180
Herwig::SSCFSVertex::_rightlast
Complex _rightlast
The value of the right coupling when last evaluated.
Definition:
SSCFSVertex.h:175
Herwig::SSCFSVertex::_id2last
long _id2last
Id of the last scalar that the coupling was evaluated for.
Definition:
SSCFSVertex.h:185
Herwig::SSCFSVertex::_stop
tMixingMatrixPtr _stop
Pointer to stop mixing matrix.
Definition:
SSCFSVertex.h:134
Herwig::SSCFSVertex::_sb
double _sb
Definition:
SSCFSVertex.h:119
Herwig::SSCFSVertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
SSCFSVertex.h:87
Herwig::SSCFSVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::SSCFSVertex::yukawa_
unsigned int yukawa_
Include Yukawa's ?
Definition:
SSCFSVertex.h:195
Herwig::SSCFSVertex::_id3last
long _id3last
Id of the last chargino that the coupling was evaluated for.
Definition:
SSCFSVertex.h:190
Herwig::SSCFSVertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::SSCFSVertex::_leftlast
Complex _leftlast
The value of the left coupling when last evaluated.
Definition:
SSCFSVertex.h:170
Herwig::SSCFSVertex::operator=
SSCFSVertex & operator=(const SSCFSVertex &)=delete
The assignment operator is private and must never be called.
Herwig::SSCFSVertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
SSCFSVertex.h:81
Herwig::SSCFSVertex::_q2last
Energy2 _q2last
The energy scale at which the coupling was last evaluated.
Definition:
SSCFSVertex.h:160
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