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
4
template
<
typename
FFType>
5
class
IFFCalculator
{
6
public
:
7
virtual
~IFFCalculator
() =
default
;
8
virtual
double
get
(FFType,
double
) = 0;
9
};
10
11
#endif
// __IFFCALCULATOR_H__
IFFCalculator
Definition
IFFCalculator.h:5
IFFCalculator::~IFFCalculator
virtual ~IFFCalculator()=default
IFFCalculator::get
virtual double get(FFType, double)=0
Hyperiso
core
src
BusinessLogic
domain
Calculators
IFFCalculator.h
Generated by
1.9.8