herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SMHPPVertex.h
1// -*- C++ -*-
2//
3// SMHPPVertex.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_SMHPPVertex_H
10#define HERWIG_SMHPPVertex_H
11//
12// This is the declaration of the SMHPPVertex class.
13//
14
15#include "Herwig/Models/General/VVSLoopVertex.h"
16#include "Herwig/Models/StandardModel/StandardModel.h"
17#include "ThePEG/PDT/EnumParticles.h"
18
19namespace Herwig {
20using namespace ThePEG;
21
28
29public:
30
38
46
52 void persistentInput(PersistentIStream & is, int version);
54
61 static void Init();
62
70 virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2,
71 tcPDPtr part3);
72
73protected:
80 virtual IBPtr clone() const {return new_ptr(*this);}
81
86 virtual IBPtr fullclone() const {return new_ptr(*this);}
88
94 virtual void doinit();
95
96private:
101 SMHPPVertex & operator=(const SMHPPVertex &) = delete;
102
103private:
104
108 Complex Af(const double lambda) const;
109
113 Complex Aw(const double lambda) const;
114
118 Complex W2(double lambda) const;
119
120private:
121
130
134 Energy2 _q2last;
136
140 tcHwSMPtr _theSM;
141
145 Energy _mw;
146
150 unsigned int _massopt;
151
156
161
168
169};
170}
171
172
173#endif /* HERWIG_SMHPPVertex_H */
The SMHGGVertex class implements the setCoupling member for the Standard Model effective vertex Higgs...
Definition: SMHPPVertex.h:27
Complex W2(double lambda) const
Loop calculations: W2 function (see details in NPB297,221)
SMHPPVertex()
The default constructor.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition: SMHPPVertex.h:86
int _minloop
The minimum flavour number in quark loops.
Definition: SMHPPVertex.h:155
Energy2 _q2last
The scale at which coupling was last evaluated.
Definition: SMHPPVertex.h:134
unsigned int _massopt
define quark mass scheme (fixed/running)
Definition: SMHPPVertex.h:150
unsigned int _CoefRepresentation
Switch between two representations of coefficients (_a00,_a11,_a12,_a21,_a22,_aEp): suitable for the ...
Definition: SMHPPVertex.h:167
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate couplings.
Complex Aw(const double lambda) const
Loop calculations: A1 for spin-1 particles (see details in `‘Higgs Hunter's Guide’')
Complex _couplast
Storage of couplings.
Definition: SMHPPVertex.h:129
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
tcHwSMPtr _theSM
Pointer to Standard Model object.
Definition: SMHPPVertex.h:140
SMHPPVertex & operator=(const SMHPPVertex &)=delete
The assignment operator is private and must never be called.
Energy _mw
The mass of the boson.
Definition: SMHPPVertex.h:145
Complex Af(const double lambda) const
Loop calculations: A1 for spin-1/2 particles (see details in `‘Higgs Hunter's Guide’')
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
static void Init()
The standard Init function used to initialize the interfaces.
virtual IBPtr clone() const
Make a simple clone of this object.
Definition: SMHPPVertex.h:80
int _maxloop
The maximum flavour number in quark loops.
Definition: SMHPPVertex.h:160
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
The VVSLoopVertex is designed to calculate the coefficents for the terms in the Passarino-Veltman ten...
Definition: VVSLoopVertex.h:21
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr