Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IFFCalculator.h
Go to the documentation of this file.
1#ifndef IFFCALCULATOR_H
2#define IFFCALCULATOR_H
3
4template<typename FFType>
6public:
7 virtual ~IFFCalculator() = default;
8 virtual double get(FFType, double) = 0;
9};
10
11#endif // __IFFCALCULATOR_H__
virtual ~IFFCalculator()=default
virtual double get(FFType, double)=0