![]() |
Project
|
#include <DriverConfig.h>
Public Attributes | |
bool | batch = true |
Whether the driver was started in batch mode or not. | |
bool | driverHasGUI = false |
Definition at line 19 of file DriverConfig.h.
bool o2::framework::DriverConfig::batch = true |
Whether the driver was started in batch mode or not.
Definition at line 21 of file DriverConfig.h.
bool o2::framework::DriverConfig::driverHasGUI = false |
Whether or not the driver has an active GUI we need to feed with data.
Definition at line 24 of file DriverConfig.h.