Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IQCDProvider.h
Go to the documentation of this file.
1#ifndef IQCDPROVIDER_H
2#define IQCDPROVIDER_H
3
4#include "AbstractConfig.h"
5#include "QCDHelper.h"
6
37public:
39 virtual ~IQCDProvider() = default;
40
50};
51
52#endif // IQCDPROVIDER_H
Base type for lightweight configuration structures.
Core QCD utilities for α_s running and quark mass evolution.
Abstract interface for accessing QCD constants.
virtual QCDConstants * get_constants()=0
Retrieves the QCD constants used by the implementing provider.
virtual ~IQCDProvider()=default
Virtual destructor for interface.
Collection of QCD-specific constants and coefficients.
Definition QCDHelper.h:41