herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
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 
18 namespace Herwig {
19 using namespace ThePEG;
20 
28 class SSGFSVertex: public FFSVertex {
29 
30 public:
31 
35  SSGFSVertex();
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 protected:
91 
99  virtual void doinit();
101 
105  tMixingMatrixPtr _stop;
106 
110  tMixingMatrixPtr _sbottom;
111 
116 
120  Energy2 _q2last;
121 
126 
130  long _id1last;
131 
135  long _id2last;
136 
141 
146 
147 private:
148 
153  SSGFSVertex & operator=(const SSGFSVertex &) = delete;
154 
155 };
156 }
157 
158 #endif /* HERWIG_SSGFSVertex_H */
std::complex< double > Complex
long _id2last
The id of the scalar for which the coupling was evaluated.
Definition: SSGFSVertex.h:135
Complex _leftlast
The value of the left coupling when it was last evaluated.
Definition: SSGFSVertex.h:140
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
virtual IBPtr clone() const
Make a simple clone of this object.
Definition: SSGFSVertex.h:81
Complex _couplast
The value of the coupling when it was last evaluated.
Definition: SSGFSVertex.h:125
tMixingMatrixPtr _sbottom
Pointer to the _sbottom mixing matrix.
Definition: SSGFSVertex.h:110
Energy2 _q2last
The scale at which the coupling was last evaluated;.
Definition: SSGFSVertex.h:120
tMixingMatrixPtr _stop
Pointer to the stop mixing matrix.
Definition: SSGFSVertex.h:105
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
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Complex gluinoPhase_
Gluino Phase.
Definition: SSGFSVertex.h:115
-*- C++ -*-
Complex _rightlast
The value of the right coupling when it was last evaluated.
Definition: SSGFSVertex.h:145
This is the implementation of the coupling of a gluino to a squark- quark pair.
Definition: SSGFSVertex.h:28