herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
SSHHHVertex.h
1 // -*- C++ -*-
2 //
3 // SSHHHVertex.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_SSHHHVertex_H
10 #define HERWIG_SSHHHVertex_H
11 //
12 // This is the declaration of the SSHHHVertex class.
13 //
14 
15 #include "ThePEG/Helicity/Vertex/Scalar/SSSVertex.h"
16 #include "MSSM.h"
17 
18 namespace Herwig {
19 using namespace ThePEG;
20 
27 class SSHHHVertex: public SSSVertex {
28 
29 public:
30 
34  SSHHHVertex();
35 
42  void persistentOutput(PersistentOStream & os) const;
43 
49  void persistentInput(PersistentIStream & is, int version);
51 
58  static void Init();
59 
67  virtual void setCoupling(Energy2 q2, tcPDPtr particle1, tcPDPtr particle2,
68  tcPDPtr particle3);
69 
70 protected:
71 
78  virtual IBPtr clone() const {return new_ptr(*this);}
79 
84  virtual IBPtr fullclone() const {return new_ptr(*this);}
86 
87 protected:
88 
96  virtual void doinit();
98 
99 private:
100 
105  SSHHHVertex & operator=(const SSHHHVertex &) = delete;
106 
107 private:
108 
112  Energy theMw;
113 
117  Energy theZfact;
118 
122  double theSw;
123 
127  double theSbpa;
128 
132  double theCbpa;
133 
137  double theSbma;
138 
142  double theCbma;
143 
147  double theS2a;
148 
152  double theC2a;
153 
157  double theS2b;
158 
162  double theC2b;
163 
167  double theElast;
168 
172  Energy2 theq2last;
173 
174 };
175 }
176 
177 #endif /* HERWIG_SSHHHVertex_H */
double theC2a
The value of .
Definition: SSHHHVertex.h:152
Energy theZfact
The factor .
Definition: SSHHHVertex.h:117
Energy theMw
The mass of the .
Definition: SSHHHVertex.h:112
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
double theS2b
The value of .
Definition: SSHHHVertex.h:157
Energy2 theq2last
The scale at which the coupling was last evaluated.
Definition: SSHHHVertex.h:172
double theSbma
The value of .
Definition: SSHHHVertex.h:137
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
double theCbma
The value of .
Definition: SSHHHVertex.h:142
double theSw
The value of .
Definition: SSHHHVertex.h:122
double theS2a
The value of .
Definition: SSHHHVertex.h:147
virtual IBPtr clone() const
Make a simple clone of this object.
Definition: SSHHHVertex.h:78
-*- C++ -*-
double theElast
The value of when it was last evaluated.
Definition: SSHHHVertex.h:167
This is the higgs coupling with other higgs bosons in the MSSM.
Definition: SSHHHVertex.h:27
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition: SSHHHVertex.h:84
double theCbpa
The value of .
Definition: SSHHHVertex.h:132
double theSbpa
The value of .
Definition: SSHHHVertex.h:127
double theC2b
The value of .
Definition: SSHHHVertex.h:162