File: AlphaEMBase.h
Description:
See
also:
namespace Pythia7
CLASS
AlphaEMBase:
Base class:
Public members:
inline AlphaEMBase();
inline AlphaEMBase(const AlphaEMBase &);
virtual ~AlphaEMBase();
Standard ctors and dtor
virtual double value(Energy2 scale, const StandardModelBase &) const = 0;
Return the value of the coupling at a given scale using the given
standard model object.
static void Init();
Standard Init function used to initialize the interface.
Private members:
static AbstractNoPIOClassDescription<AlphaEMBase> initAlphaEMBase;
AlphaEMBase & operator=(const AlphaEMBase &);
Private and non-existent assignment operator.
template <>
STRUCT
BaseClassTrait<AlphaEMBase,1>
Public members:
typedef Interfaced NthBase;
template <>
STRUCT
ClassTraits<AlphaEMBase>:
Public members:
static string className() { return "/Pythia7/AlphaEMBase"; }
DEFINED MACROS
INCLUDED FILES
Pythia7/Interface/Interfaced.h
StandardModelBase.fh
AlphaEMBase.icc