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
13public:
14 void calculateSpectrum(const std::string& inputFilePath, const std::string& outputFilePath) override;
15};
16
17#endif // TWO_HDMC_CALCULATOR_H
Declares generic calculator interfaces and the general calculator factory.
Interface for calculator classes.
Definition Interface.h:54
void calculateSpectrum(const std::string &inputFilePath, const std::string &outputFilePath) override
Performs the spectrum calculation.
Definition 2HDMC.cpp:10