thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
StandardModel
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
15
namespace
ThePEG
{
16
27
class
AlphaEMBase
:
public
RunningCoupling
{
28
29
public
:
30
34
static
void
Init
();
35
36
private
:
37
41
static
AbstractNoPIOClassDescription<AlphaEMBase>
initAlphaEMBase
;
42
46
AlphaEMBase
&
operator=
(
const
AlphaEMBase
&) =
delete
;
47
48
};
49
54
template
<>
55
struct
BaseClassTrait
<
AlphaEMBase
,1>:
public
ClassTraitsType
{
57
typedef
RunningCoupling
NthBase
;
58
};
59
62
template
<>
63
struct
ClassTraits<AlphaEMBase>:
public
ClassTraitsBase<AlphaEMBase> {
65
static
string
className
() {
return
"ThePEG::AlphaEMBase"
; }
66
};
67
70
}
71
72
#endif
/* ThePEG_AlphaEMBase_H */
ThePEG::AbstractNoPIOClassDescription
A concreate implementation of ClassDescriptionBase describing an abstract class without persistent da...
Definition:
ClassDescription.h:417
ThePEG::AlphaEMBase
AlphaEMBase an abstract base class used by the StandardModelBase class to implement the electro-magne...
Definition:
AlphaEMBase.h:27
ThePEG::AlphaEMBase::operator=
AlphaEMBase & operator=(const AlphaEMBase &)=delete
Private and non-existent assignment operator.
ThePEG::AlphaEMBase::initAlphaEMBase
static AbstractNoPIOClassDescription< AlphaEMBase > initAlphaEMBase
Describe an abstract class without persistent data.
Definition:
AlphaEMBase.h:41
ThePEG::AlphaEMBase::Init
static void Init()
Standard Init function used to initialize the interface.
ThePEG::RunningCoupling
RunningCoupling an abstract base class unifying the treatment of running couplings in ThePEG.
Definition:
RunningCoupling.h:27
ThePEG
This is the main namespace within which all identifiers in ThePEG are declared.
Definition:
FactoryBase.h:28
ThePEG::BaseClassTrait
BaseClassTraits describes the base classes of the templated class.
Definition:
ClassTraits.h:156
ThePEG::BaseClassTrait::NthBase
int NthBase
The type of the BaseN'th base class (int means there are no further base classes).
Definition:
ClassTraits.h:161
ThePEG::ClassTraitsBase::className
static string className()
Return the name of class T.
Definition:
ClassTraits.h:66
ThePEG::ClassTraitsType
ClassTraitsType is an empty, non-polymorphic, base class.
Definition:
ClassTraits.h:30
Generated on Thu Jun 20 2024 14:47:00 for ThePEG by
1.9.6