12#ifndef ESCONTROLLER_CONFIG_H
13#define ESCONTROLLER_CONFIG_H
31 Config(
const std::string& objname);
39 inline const std::string&
jobOptionsPath()
const {
return m_jobOptionsPath; }
41 inline const std::string&
messageSvcType()
const {
return m_messageSvcType; }
43 inline const std::string&
evtSel()
const {
return m_evtSel; }
45 inline const std::string&
dllName()
const {
return m_dllName; }
47 inline const std::string&
factoryName()
const {
return m_factoryName; }
53 std::string m_jobOptionsPath;
54 std::string m_messageSvcType;
56 std::string m_dllName;
57 std::string m_factoryName;
58 std::string m_pythonSetupFile;
Config(const std::string &objname)
const std::string & evtSel() const
const std::string & jobOptionsPath() const
const std::string & dllName() const
const std::string & factoryName() const
const std::string & messageSvcType() const
const std::string & pythonSetupFile() const
Pesa Steering Controller for Event Filter algorithms.