herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SMHZPVertex.h
1// -*- C++ -*-
2#ifndef Herwig_SMHZPVertex_H
3#define Herwig_SMHZPVertex_H
4//
5// This is the declaration of the SMHZPVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Scalar/GeneralVVSVertex.h"
9
10namespace Herwig {
11
12using namespace ThePEG;
13
21
22public:
23
28
36 virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2,
37 tcPDPtr part3);
38
46
52 void persistentInput(PersistentIStream & is, int version);
54
61 static void Init();
62
63protected:
64
71 virtual IBPtr clone() const;
72
77 virtual IBPtr fullclone() const;
79
80protected:
81
89 virtual void doinit();
91
92private:
93
98 SMHZPVertex & operator=(const SMHZPVertex &) = delete;
99
100private:
101
109 Complex I1(double tau,double lambda) const;
110
114 Complex I2(double tau,double lambda) const;
115
119 Complex f(double tau) const;
120
124 Complex g(double tau) const;
126
127private:
128
137
141 Energy2 _q2last;
143
147 tcHwSMPtr _theSM;
148
152 Energy _mw;
153
157 Energy _mz;
158
162 unsigned int _massopt;
163
168
173
174};
175
176}
177
178#endif /* Herwig_SMHZPVertex_H */
Here is the documentation of the SMHZPVertex class.
Definition: SMHZPVertex.h:20
Energy _mw
The mass of the boson.
Definition: SMHZPVertex.h:152
unsigned int _massopt
define quark mass scheme (fixed/running)
Definition: SMHZPVertex.h:162
Energy2 _q2last
The scale at which coupling was last evaluated.
Definition: SMHZPVertex.h:141
virtual IBPtr clone() const
Make a simple clone of this object.
tcHwSMPtr _theSM
Pointer to Standard Model object.
Definition: SMHZPVertex.h:147
int _minloop
The minimum flavour number in quark loops.
Definition: SMHZPVertex.h:167
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate couplings.
SMHZPVertex & operator=(const SMHZPVertex &)=delete
The assignment operator is private and must never be called.
static void Init()
The standard Init function used to initialize the interfaces.
Complex g(double tau) const
The function from PLB 276 350.
Complex I2(double tau, double lambda) const
The function from PLB 276 350.
Complex I1(double tau, double lambda) const
Functions for the loops from PLB 276 350.
Complex f(double tau) const
The function from PLB 276 350.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Energy _mz
The mass of the boson.
Definition: SMHZPVertex.h:157
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Complex _couplast
Storage of couplings.
Definition: SMHZPVertex.h:136
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
SMHZPVertex()
The default constructor.
int _maxloop
The maximum flavour number in quark loops.
Definition: SMHZPVertex.h:172
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr