![]() |
Project
|
#include <DataProcessorInfo.h>
Public Attributes | |
std::string | name = "Unknown" |
Name of the associated DataProcessorSpec. | |
std::string | executable = "/bin/false" |
The executable name of the program which holds the DataProcessorSpec. | |
std::vector< std::string > | cmdLineArgs = {} |
The argument passed on the command line for this DataProcessorSpec. | |
std::vector< ConfigParamSpec > | workflowOptions = {} |
The workflow options which are available for the associated DataProcessorSpec. | |
std::vector< std::string > | channels = {} |
The channels for a given dataprocessor. | |
Runtime metadata about a data processor. Used to hold information like the actual executable name or the options passed to it.
Definition at line 24 of file DataProcessorInfo.h.
std::vector<std::string> o2::framework::DataProcessorInfo::channels = {} |
The channels for a given dataprocessor.
Definition at line 34 of file DataProcessorInfo.h.
std::vector<std::string> o2::framework::DataProcessorInfo::cmdLineArgs = {} |
The argument passed on the command line for this DataProcessorSpec.
Definition at line 30 of file DataProcessorInfo.h.
std::string o2::framework::DataProcessorInfo::executable = "/bin/false" |
The executable name of the program which holds the DataProcessorSpec.
Definition at line 28 of file DataProcessorInfo.h.
std::string o2::framework::DataProcessorInfo::name = "Unknown" |
Name of the associated DataProcessorSpec.
Definition at line 26 of file DataProcessorInfo.h.
std::vector<ConfigParamSpec> o2::framework::DataProcessorInfo::workflowOptions = {} |
The workflow options which are available for the associated DataProcessorSpec.
Definition at line 32 of file DataProcessorInfo.h.