 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
54 class GearboxModule :
public Module {
76 std::vector<std::tuple<std::string, std::string, std::string>>
m_unitOverrides;
void beginRun() override
Load the (possibly rundependent) parameters from the chosen backends.
std::string m_overridePrefix
common prefix for all value overrides
void initialize() override
Define backends.
Abstract base class for different kinds of events.
std::vector< std::tuple< std::string, std::string, std::string > > m_multipleOverrides
overrides to override the value and unit of many parameters
std::vector< std::string > m_backends
The backend specifier.
std::vector< std::tuple< std::string, std::string, std::string > > m_unitOverrides
overrides to override the value and unit of a parameter
std::string m_fileName
The toplevel filename for the parameters.