![]() |
Project
|
#include <ConfigContext.h>
Public Member Functions | |
ConfigContext (ConfigParamRegistry &options, ServiceRegistryRef services, int argc, char **argv) | |
ConfigParamRegistry & | options () const |
ServiceRegistryRef | services () const |
bool | helpOnCommandLine () const |
int | argc () const |
char *const * | argv () const |
This is the context class for information which are available at (re)configuration of the topology. It's automatically filled by the data processing layer and passed to the user defineDataProcessing
function.
Definition at line 23 of file ConfigContext.h.
o2::framework::ConfigContext::ConfigContext | ( | ConfigParamRegistry & | options, |
ServiceRegistryRef | services, | ||
int | argc, | ||
char ** | argv | ||
) |
Definition at line 17 of file ConfigContext.cxx.
|
inline |
Definition at line 33 of file ConfigContext.h.
|
inline |
Definition at line 34 of file ConfigContext.h.
bool o2::framework::ConfigContext::helpOnCommandLine | ( | ) | const |
Definition at line 20 of file ConfigContext.cxx.
|
inline |
Definition at line 28 of file ConfigContext.h.
|
inline |
Definition at line 29 of file ConfigContext.h.