Project
Loading...
Searching...
No Matches
aod-mc-producer-workflow.cxx File Reference

Go to the source code of this file.

Functions

void customize (std::vector< o2::framework::CallbacksPolicy > &policies)
 
void customize (std::vector< ConfigParamSpec > &workflowOptions)
 
WorkflowSpec defineDataProcessing (ConfigContext const &configcontext)
 

Function Documentation

◆ customize() [1/2]

void customize ( std::vector< ConfigParamSpec > &  workflowOptions)

Definition at line 25 of file aod-mc-producer-workflow.cxx.

◆ customize() [2/2]

void customize ( std::vector< o2::framework::CallbacksPolicy > &  policies)

Definition at line 20 of file aod-mc-producer-workflow.cxx.

◆ defineDataProcessing()

WorkflowSpec defineDataProcessing ( o2::framework::ConfigContext const &  context)

To be implemented by the user to specify one or more DataProcessorSpec.

Use the ConfigContext context in input to get the value of global configuration properties like command line options, number of available CPUs or whatever can affect the creation of the actual workflow.

Returns
a std::vector of DataProcessorSpec which represents the actual workflow to be executed

Definition at line 37 of file aod-mc-producer-workflow.cxx.