#include <vector>
#include <string>
#include <Framework/WorkflowSpec.h>
#include <Framework/DataProcessorSpec.h>
Go to the source code of this file.
|
| o2::quality_control::core |
| These methods can be used to build a complex processing topology. It spawns 3 separate dummy processing chains.
|
|
|
framework::WorkflowSpec | o2::quality_control::generateStandaloneInfrastructure (std::string configurationSource) |
|
void | o2::quality_control::generateStandaloneInfrastructure (framework::WorkflowSpec &workflow, std::string configurationSource) |
|
framework::WorkflowSpec | o2::quality_control::generateLocalInfrastructure (std::string configurationSource, std::string host) |
|
void | o2::quality_control::generateLocalInfrastructure (framework::WorkflowSpec &workflow, std::string configurationSource, std::string host) |
|
framework::WorkflowSpec | o2::quality_control::generateRemoteInfrastructure (std::string configurationSource) |
|
void | o2::quality_control::generateRemoteInfrastructure (framework::WorkflowSpec &workflow, std::string configurationSource) |
|
void | o2::quality_control::customizeInfrastructure (std::vector< framework::CompletionPolicy > &policies) |
|