ThePEG
1.8.0
|
SimpleAlphaEM inherits from AlphaEMBase and implements a simple running of the electromagnetic coupling as parameterized by H. More...
#include <SimpleAlphaEM.h>
Public Member Functions | |
virtual double | value (Energy2 scale, const StandardModelBase &) const |
The ![]() | |
virtual unsigned int | nloops () const |
Return the number of loops contributing to the running this coupling. |
Static Public Member Functions | |
static void | Init () |
Standard Init function used to initialize the interface. |
Protected Member Functions | |
Clone Methods. | |
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. |
Private Member Functions | |
SimpleAlphaEM & | operator= (const SimpleAlphaEM &) |
Private and non-existent assignment operator. |
Static Private Attributes | |
static NoPIOClassDescription < SimpleAlphaEM > | initSimpleAlphaEM |
Describe a concrete class without persistent data. |
SimpleAlphaEM inherits from AlphaEMBase and implements a simple running of the electromagnetic coupling as parameterized by H.
~Buckhardt et al.
Definition at line 25 of file SimpleAlphaEM.h.
|
protectedvirtual |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
|
protectedvirtual |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
|
virtual |
The .
Return the value of the coupling at a given scale using the given standard model object, sm.
Implements ThePEG::RunningCoupling.