QualityControl  1.5.1
O2 Data Quality Control Framework
InfrastructureGenerator.h File Reference
#include <vector>
#include <string>
#include <Framework/WorkflowSpec.h>
#include <Framework/DataProcessorSpec.h>
Include dependency graph for InfrastructureGenerator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  o2::quality_control::core::InfrastructureGenerator
 A factory class which can generate QC topologies given a configuration file. More...
 

Namespaces

 o2::quality_control::core
 These methods can be used to build a complex processing topology. It spawns 3 separate dummy processing chains.
 

Functions

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)
 

Detailed Description

Author
Piotr Konopka