 |
Belle II Software
release-05-02-19
|
13 #include <boost/python/list.hpp>
26 class ModuleParamInfoPython {
std::string m_description
The description of the parameter.
std::string m_name
The name of the parameter.
std::string m_typeName
The name of the type of the parameter.
bool m_setInSteering
True if the parameter was set in the steering file.
static void exposePythonAPI()
Exposes methods of the ModuleParam class to Python.
Abstract base class for different kinds of events.
bool m_forceInSteering
If true the parameter has to be set by the user in the steering file.
boost::python::list m_values
The values of the parameter as a python list.
boost::python::list m_defaultValues
The default values of the parameter as a python list.