Go to the source code of this file.
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::framework |
| Defining PrimaryVertex explicitly as messageable.
|
|
|
void | o2::framework::dumpDeviceSpec2O2Control (std::string workflowName, std::vector< DeviceSpec > const &specs, std::vector< DeviceExecution > const &executions, CommandInfo const &commandInfo) |
| Dumps the AliECS compatible workflow and task templates for a DPL workflow.
|
|
void | o2::framework::dumpWorkflow (std::ostream &dumpOut, const std::vector< DeviceSpec > &specs, const std::vector< DeviceExecution > &executions, const CommandInfo &commandInfo, std::string workflowName, std::string indLevel) |
| Dumps only the workflow file.
|
|
void | o2::framework::dumpTask (std::ostream &dumpOut, const DeviceSpec &spec, const DeviceExecution &execution, std::string taskName, std::string indLevel) |
| Dumps only one task.
|
|