herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SSGFSVertex.h
1// -*- C++ -*-
2//
3// SSGFSVertex.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_SSGFSVertex_H
10#define HERWIG_SSGFSVertex_H
11//
12// This is the declaration of the SSGFSVertex class.
13//
14
15#include "ThePEG/Helicity/Vertex/Scalar/FFSVertex.h"
16#include "MSSM.h"
17
18namespace Herwig {
19using namespace ThePEG;
20
28class SSGFSVertex: public FFSVertex {
29
30public:
31
36
37public:
38
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
73protected:
74
81 virtual IBPtr clone() const {return new_ptr(*this);}
82
87 virtual IBPtr fullclone() const {return new_ptr(*this);}
89
90protected:
91
99 virtual void doinit();
101
105 tMixingMatrixPtr _stop;
106
110 tMixingMatrixPtr _sbottom;
111
116
120 Energy2 _q2last;
121
126
131
136
141
146
147private:
148
153 SSGFSVertex & operator=(const SSGFSVertex &) = delete;
154
155};
156}
157
158#endif /* HERWIG_SSGFSVertex_H */
This is the implementation of the coupling of a gluino to a squark- quark pair.
Definition: SSGFSVertex.h:28
long _id1last
The id of the sm fermion for which the coupling was evaluated.
Definition: SSGFSVertex.h:130
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition: SSGFSVertex.h:87
tMixingMatrixPtr _sbottom
Pointer to the _sbottom mixing matrix.
Definition: SSGFSVertex.h:110
Complex _rightlast
The value of the right coupling when it was last evaluated.
Definition: SSGFSVertex.h:145
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
SSGFSVertex()
The default constructor.
Complex _couplast
The value of the coupling when it was last evaluated.
Definition: SSGFSVertex.h:125
virtual IBPtr clone() const
Make a simple clone of this object.
Definition: SSGFSVertex.h:81
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
tMixingMatrixPtr _stop
Pointer to the stop mixing matrix.
Definition: SSGFSVertex.h:105
Complex _leftlast
The value of the left coupling when it was last evaluated.
Definition: SSGFSVertex.h:140
Complex gluinoPhase_
Gluino Phase.
Definition: SSGFSVertex.h:115
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
static void Init()
The standard Init function used to initialize the interfaces.
long _id2last
The id of the scalar for which the coupling was evaluated.
Definition: SSGFSVertex.h:135
Energy2 _q2last
The scale at which the coupling was last evaluated;.
Definition: SSGFSVertex.h:120
SSGFSVertex & operator=(const SSGFSVertex &)=delete
The assignment operator is private and must never be called.
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr