herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
AlphaEM.h
1// -*- C++ -*-
2//
3// AlphaEM.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_AlphaEM_H
10#define HERWIG_AlphaEM_H
11//
12// This is the declaration of the AlphaEM class.
13//
14
15#include "ThePEG/StandardModel/AlphaEMBase.h"
16
17namespace Herwig {
18
19using namespace ThePEG;
20
21
31class AlphaEM: public AlphaEMBase {
32
33public:
34
38 AlphaEM() : _me(),_mmu(),_mtau(), _mtop() {}
39
44 virtual double value(Energy2 scale, const StandardModelBase &) const;
45
46public:
47
55
61 void persistentInput(PersistentIStream & is, int version);
63
70 static void Init();
71
72protected:
73
79 double realPi(double ratio) const;
80
81protected:
82
89 virtual IBPtr clone() const;
90
95 virtual IBPtr fullclone() const;
97
98protected:
99
107 virtual void doinit();
109
110private:
111
116 AlphaEM & operator=(const AlphaEM &) = delete;
117
118
119private:
120
129 Energy2 _me;
130
134 Energy2 _mmu;
135
139 Energy2 _mtau;
140
144 Energy2 _mtop;
146};
147
148}
149
150#endif /* HERWIG_AlphaEM_H */
The AlphaEM class is an exact reimplementation of the electromagentic coupling in FORTRAN HERWIG and ...
Definition: AlphaEM.h:31
virtual double value(Energy2 scale, const StandardModelBase &) const
The .
double realPi(double ratio) const
The real part of the photon self-energy.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Energy2 _mtau
Tau mass squared.
Definition: AlphaEM.h:139
virtual IBPtr clone() const
Make a simple clone of this object.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
AlphaEM()
The default constructor.
Definition: AlphaEM.h:38
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Energy2 _mtop
Top mass squared.
Definition: AlphaEM.h:144
AlphaEM & operator=(const AlphaEM &)=delete
The assignment operator is private and must never be called.
Energy2 _mmu
Muon mass squared.
Definition: AlphaEM.h:134
static void Init()
The standard Init function used to initialize the interfaces.
Energy2 _me
Masses of the Standard Model fermions we need for the self-energies.
Definition: AlphaEM.h:129
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr