|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <2HDMC.h>


Public Member Functions | |
| void | calculateSpectrum (const std::string &inputFilePath, const std::string &outputFilePath) override |
| Performs the spectrum calculation. | |
Public Member Functions inherited from ICalculator | |
| virtual | ~ICalculator ()=default |
| Virtual destructor. | |
Concrete spectrum calculator backed by the vendored 2HDMC sources.
2HDMC is part of Hyperiso's ExternalIntegration module and is therefore always available in the standard build.
|
overridevirtual |
Performs the spectrum calculation.
Implementations should:
inputFilePath,outputFilePath.| inputFilePath | Path to the input LHA file (or equivalent format). |
| outputFilePath | Path where the calculated spectrum must be stored. |
Implements ICalculator.