herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
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
18namespace Herwig {
19using namespace ThePEG;
20
27class SSHHHVertex: public SSSVertex {
28
29public:
30
35
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
70protected:
71
78 virtual IBPtr clone() const {return new_ptr(*this);}
79
84 virtual IBPtr fullclone() const {return new_ptr(*this);}
86
87protected:
88
96 virtual void doinit();
98
99private:
100
105 SSHHHVertex & operator=(const SSHHHVertex &) = delete;
106
107private:
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 */
This is the higgs coupling with other higgs bosons in the MSSM.
Definition: SSHHHVertex.h:27
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
double theSbpa
The value of .
Definition: SSHHHVertex.h:127
virtual void setCoupling(Energy2 q2, tcPDPtr particle1, tcPDPtr particle2, tcPDPtr particle3)
Calculate the coupling for the vertex.
double theSbma
The value of .
Definition: SSHHHVertex.h:137
virtual IBPtr clone() const
Make a simple clone of this object.
Definition: SSHHHVertex.h:78
SSHHHVertex & operator=(const SSHHHVertex &)=delete
The assignment operator is private and must never be called.
Energy2 theq2last
The scale at which the coupling was last evaluated.
Definition: SSHHHVertex.h:172
double theElast
The value of when it was last evaluated.
Definition: SSHHHVertex.h:167
double theS2b
The value of .
Definition: SSHHHVertex.h:157
double theSw
The value of .
Definition: SSHHHVertex.h:122
double theCbma
The value of .
Definition: SSHHHVertex.h:142
Energy theZfact
The factor .
Definition: SSHHHVertex.h:117
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition: SSHHHVertex.h:84
SSHHHVertex()
The default constructor.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
static void Init()
The standard Init function used to initialize the interfaces.
double theS2a
The value of .
Definition: SSHHHVertex.h:147
double theC2b
The value of .
Definition: SSHHHVertex.h:162
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Energy theMw
The mass of the .
Definition: SSHHHVertex.h:112
double theCbpa
The value of .
Definition: SSHHHVertex.h:132
double theC2a
The value of .
Definition: SSHHHVertex.h:152
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr