#include <IObsQCDProxy.h>
Definition at line 31 of file IObsQCDProxy.h.
◆ ~IObsQCDProxy()
| virtual IObsQCDProxy::~IObsQCDProxy |
( |
| ) |
|
|
virtualdefault |
◆ get_constants()
Returns a pointer to the internal QCD constants.
This is intended for advanced use cases. Most clients should prefer calling the operator() overloads.
- Returns
- Pointer to an internal constants container (lifetime owned by implementation).
Implemented in ObsQCDProxy.
◆ operator()() [1/2]
| virtual double IObsQCDProxy::operator() |
( |
AlphasConfig |
config | ) |
|
|
pure virtual |
Computes / retrieves alpha_s according to the given configuration.
- Parameters
-
| config | Configuration describing scale, scheme, thresholds, etc. |
- Returns
- Requested strong coupling value.
Implemented in ObsQCDProxy.
◆ operator()() [2/2]
| virtual double IObsQCDProxy::operator() |
( |
MassConfig |
config | ) |
|
|
pure virtual |
Computes / retrieves a (running) quark mass according to the given configuration.
- Parameters
-
| config | Configuration describing flavor, scale, scheme, etc. |
- Returns
- Requested mass value.
Implemented in ObsQCDProxy.
The documentation for this class was generated from the following file:
- /home/runner/work/Hyperiso/Hyperiso/Hyperiso/Hyperiso/core/src/BusinessLogic/ports/IObsQCDProxy.h