11#include <framework/core/Module.h>
void initialize() override
Define backends.
std::vector< std::tuple< std::string, std::string, std::string > > m_multipleOverrides
overrides to override the value and unit of many parameters
std::string m_fileName
The toplevel filename for the parameters.
std::vector< std::tuple< std::string, std::string, std::string > > m_unitOverrides
overrides to override the value and unit of a parameter
void beginRun() override
Load the (possibly rundependent) parameters from the chosen backends.
std::string m_overridePrefix
common prefix for all value overrides
std::vector< std::string > m_backends
The backend specifier.
Abstract base class for different kinds of events.