Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
SpectrumCalculator.h
Go to the documentation of this file.
1#ifndef SPECTRUMCALCULATOR_H
2#define SPECTRUMCALCULATOR_H
3
5#include "Interface.h"
6
34public:
47 void calculate_spectrum(fs::path in_lha_path, fs::path out_spectrum_path, Model model) override;
48};
49
50
51#endif // SPECTRUMCALCULATOR_H
Model
Declares the interface for spectrum calculators.
Declares generic calculator interfaces and the general calculator factory.
Interface for spectrum calculators based on input LHA files.
Concrete implementation of ISpectrumCalculator.
void calculate_spectrum(fs::path in_lha_path, fs::path out_spectrum_path, Model model) override
Calculates the physics spectrum by calling the appropriate external calculator.