Belle II Software  release-08-01-10
ModuleParamInfoPython Class Reference

Class to store basic information about a parameter. More...

#include <ModuleParamInfoPython.h>

Collaboration diagram for ModuleParamInfoPython:

Static Public Member Functions

static void exposePythonAPI ()
 Exposes methods of the ModuleParam class to Python.
 

Public Attributes

std::string m_name
 The name of the parameter.
 
std::string m_typeName
 The name of the type of the parameter.
 
boost::python::list m_defaultValues
 The default values of the parameter as a python list.
 
boost::python::list m_values
 The values of the parameter as a python list.
 
std::string m_description
 The description of the parameter.
 
bool m_forceInSteering
 If true the parameter has to be set by the user in the steering file.
 
bool m_setInSteering
 True if the parameter was set in the steering file.
 

Detailed Description

Class to store basic information about a parameter.

This class is used in the Python API to provide the user with information about a parameter.

Definition at line 24 of file ModuleParamInfoPython.h.


The documentation for this class was generated from the following files: