Project
Loading...
Searching...
No Matches
o2::framework::ConfigContext Class Reference

#include <ConfigContext.h>

Public Member Functions

 ConfigContext (ConfigParamRegistry &options, ServiceRegistryRef services, int argc, char **argv)
 
ConfigParamRegistryoptions () const
 
ServiceRegistryRef services () const
 
bool helpOnCommandLine () const
 
int argc () const
 
char *const * argv () const
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ConfigContext()

o2::framework::ConfigContext::ConfigContext ( ConfigParamRegistry options,
ServiceRegistryRef  services,
int  argc,
char **  argv 
)

Definition at line 17 of file ConfigContext.cxx.

Member Function Documentation

◆ argc()

int o2::framework::ConfigContext::argc ( ) const
inline

Definition at line 33 of file ConfigContext.h.

◆ argv()

char *const * o2::framework::ConfigContext::argv ( ) const
inline

Definition at line 34 of file ConfigContext.h.

◆ helpOnCommandLine()

bool o2::framework::ConfigContext::helpOnCommandLine ( ) const

Definition at line 20 of file ConfigContext.cxx.

◆ options()

ConfigParamRegistry & o2::framework::ConfigContext::options ( ) const
inline

Definition at line 28 of file ConfigContext.h.

◆ services()

ServiceRegistryRef o2::framework::ConfigContext::services ( ) const
inline

Definition at line 29 of file ConfigContext.h.


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