4 LOG_DEBUG(
"Starting spectrum calculation...");
7 LOG_DEBUG(
"Spectrum calculation completed successfully");
@ TwoHDM
Use 2HDMC–based calculator.
@ Softsusy
Use SOFTSUSY–based calculator.
#define LOG_DEBUG(...)
Macro for logging debug messages.
Concrete spectrum calculator using external tools.
static void executeCommand(CalculatorType type, const std::string &commandName, const std::string &inputFilePath, const std::string &outputFilePath)
Executes a named command on a chosen calculator type.
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.