herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
NMSSMWHHVertex.h
1// -*- C++ -*-
2#ifndef HERWIG_NMSSMWHHVertex_H
3#define HERWIG_NMSSMWHHVertex_H
4//
5// This is the declaration of the NMSSMWHHVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Scalar/VSSVertex.h"
9#include "Herwig/Models/Susy/MixingMatrix.h"
10
11namespace Herwig {
12
13using namespace ThePEG;
14using namespace ThePEG::Helicity;
15
24
25public:
26
31
39
45 void persistentInput(PersistentIStream & is, int version);
47
54 static void Init();
55
64 virtual void setCoupling(Energy2 q2,tcPDPtr part1,tcPDPtr part2,tcPDPtr part3);
65
66protected:
67
74 virtual IBPtr clone() const {return new_ptr(*this);}
75
80 virtual IBPtr fullclone() const {return new_ptr(*this);}
82
83protected:
84
91 virtual void doinit();
93
94private:
95
101
102private:
103
107 double _sinb;
108
112 double _cosb;
113
117 double _sw;
118
122 double _cw;
123
127 Energy2 _q2last;
128
132 double _couplast;
133
137 MixingMatrixPtr _mixS;
138
142 MixingMatrixPtr _mixP;
143
144};
145}
146
147
148#endif /* HERWIG_NMSSMWHHVertex_H */
The NMSSMWHHVertex class implements the coupling of an electroweak" gauge boson with two Higgs bosons...
Energy2 _q2last
The last the coupling was evaluated at.
NMSSMWHHVertex()
The default constructor.
NMSSMWHHVertex & operator=(const NMSSMWHHVertex &)=delete
The assignment operator is private and must never be called.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
double _couplast
The last value of the coupling.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
MixingMatrixPtr _mixS
Mixing matrix for the CP-even Higgs bosons.
virtual IBPtr clone() const
Make a simple clone of this object.
static void Init()
The standard Init function used to initialize the interfaces.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
MixingMatrixPtr _mixP
Mixing matrix for the CP-odd Higgs bosons.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr