|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Abstract interface for accessing QCD constants. More...
#include <IQCDProvider.h>

Public Member Functions | |
| virtual | ~IQCDProvider ()=default |
| Virtual destructor for interface. | |
| virtual QCDConstants * | get_constants ()=0 |
| Retrieves the QCD constants used by the implementing provider. | |
Abstract interface for accessing QCD constants.
Implementations of this interface provide read access to the internal QCDConstants used to compute:

It is intentionally small and focused, and is usually combined with a more feature-complete data provider (e.g. QCDProvider).
Definition at line 36 of file IQCDProvider.h.
|
virtualdefault |
Virtual destructor for interface.
|
pure virtual |
Retrieves the QCD constants used by the implementing provider.
The returned pointer is expected to remain valid for the lifetime of the implementing object (typically it points to QCDHelper::constants).
Implemented in QCDProvider.