thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
AlphaEMBase.h
1// -*- C++ -*-
2//
3// AlphaEMBase.h is a part of ThePEG - Toolkit for HEP Event Generation
4// Copyright (C) 1999-2019 Leif Lonnblad
5//
6// ThePEG 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 ThePEG_AlphaEMBase_H
10#define ThePEG_AlphaEMBase_H
11// This is the declaration of the AlphaEMBase class.
12
13#include "RunningCoupling.h"
14
15namespace ThePEG {
16
28
29public:
30
34 static void Init();
35
36private:
37
42
46 AlphaEMBase & operator=(const AlphaEMBase &) = delete;
47
48};
49
54template <>
58};
59
62template <>
63struct ClassTraits<AlphaEMBase>: public ClassTraitsBase<AlphaEMBase> {
65 static string className() { return "ThePEG::AlphaEMBase"; }
66};
67
70}
71
72#endif /* ThePEG_AlphaEMBase_H */
A concreate implementation of ClassDescriptionBase describing an abstract class without persistent da...
AlphaEMBase an abstract base class used by the StandardModelBase class to implement the electro-magne...
Definition: AlphaEMBase.h:27
AlphaEMBase & operator=(const AlphaEMBase &)=delete
Private and non-existent assignment operator.
static AbstractNoPIOClassDescription< AlphaEMBase > initAlphaEMBase
Describe an abstract class without persistent data.
Definition: AlphaEMBase.h:41
static void Init()
Standard Init function used to initialize the interface.
RunningCoupling an abstract base class unifying the treatment of running couplings in ThePEG.
This is the main namespace within which all identifiers in ThePEG are declared.
Definition: FactoryBase.h:28
BaseClassTraits describes the base classes of the templated class.
Definition: ClassTraits.h:156
int NthBase
The type of the BaseN'th base class (int means there are no further base classes).
Definition: ClassTraits.h:161
static string className()
Return the name of class T.
Definition: ClassTraits.h:66
ClassTraitsType is an empty, non-polymorphic, base class.
Definition: ClassTraits.h:30