9#ifndef ANA_ALGORITHM__PYTHON_CONFIG_BASE_H
10#define ANA_ALGORITHM__PYTHON_CONFIG_BASE_H
14#error only include this header in AnalysisBase
PythonConfigBase()
standard constructor
void setComponentType(const std::string &val_componentType)
const std::string & componentType() const noexcept
the actual component type to create
std::string m_componentType
the value of componentType
virtual ~PythonConfigBase()=default
Virtual destructor, to make PyROOT happy.
an object that stores the configuration for an AsgComponent and is able to create one from it
This module defines the arguments passed from the BATCH driver to the BATCH worker.
all the external components an algorithm needs before initialization (in EventLoop)