|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Provides electromagnetic coupling values at requested energy scales. More...
#include <QEDProvider.h>


Public Member Functions | |
| double | operator() (AlphasConfig) |
Computes the electromagnetic coupling ![]() | |
Public Member Functions inherited from IDataProvider< QEDProvider > | |
| virtual | ~IDataProvider ()=default |
| double | operator() (Args &&... args) |
| bool | exists (Args &&... args) const |
Provides electromagnetic coupling values at requested energy scales.
QEDProvider is a thin convenience wrapper around EWHelper, offering a callable interface for computing the electromagnetic coupling 
Typical usage:
Definition at line 42 of file QEDProvider.h.
| double QEDProvider::operator() | ( | AlphasConfig | config | ) |
Computes the electromagnetic coupling 
Delegates to EWHelper::alpha_em using the renormalization scale stored in the supplied configuration.
| config | AlphasConfig object containing the target scale. |

Definition at line 3 of file QEDProvider.cpp.