Hyperiso
1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
2HDMC.h
Go to the documentation of this file.
1
#ifndef TWO_HDMC_CALCULATOR_H
2
#define TWO_HDMC_CALCULATOR_H
3
4
#include "
Interface.h
"
5
12
class
TwoHDMCalculator
:
public
ICalculator
{
13
public
:
14
void
calculateSpectrum
(
const
std::string& inputFilePath,
const
std::string& outputFilePath)
override
;
15
};
16
17
#endif
// TWO_HDMC_CALCULATOR_H
Interface.h
Declares generic calculator interfaces and the general calculator factory.
ICalculator
Interface for calculator classes.
Definition
Interface.h:54
TwoHDMCalculator
Definition
2HDMC.h:12
TwoHDMCalculator::calculateSpectrum
void calculateSpectrum(const std::string &inputFilePath, const std::string &outputFilePath) override
Performs the spectrum calculation.
Definition
2HDMC.cpp:10
Hyperiso
core
src
ExternalIntegration
2HDMC.h
Generated by
1.9.8