Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ISpectrumCalculator.h File Reference

Declares the interface for spectrum calculators. More...

#include <filesystem>
#include "Include.h"
Include dependency graph for ISpectrumCalculator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ISpectrumCalculator
 Interface for spectrum calculators based on input LHA files. More...
 

Detailed Description

Declares the interface for spectrum calculators.

This header defines the abstract interface ISpectrumCalculator, which encapsulates the notion of a “spectrum calculator” driven by an input LHA file and a chosen physics model.

Typical responsibilities:

  • read an input LHA file describing model parameters,
  • run an external spectrum generator,
  • write the resulting spectrum to an output LHA file.

Definition in file ISpectrumCalculator.h.