![]() |
Project
|
#include "AODProducerWorkflow/AODProducerWorkflowSpec.h"
#include "Framework/CompletionPolicy.h"
#include "ReconstructionDataFormats/GlobalTrackID.h"
#include "CommonUtils/ConfigurableParam.h"
#include "GlobalTrackingWorkflowHelpers/InputHelper.h"
#include "DetectorsCommonDataFormats/DetID.h"
#include "DetectorsRaw/HBFUtilsInitializer.h"
#include "Framework/CallbacksPolicy.h"
#include "DetectorsBase/DPLWorkflowUtils.h"
#include "Framework/runDataProcessing.h"
Go to the source code of this file.
Typedefs | |
using | GID = o2::dataformats::GlobalTrackID |
using | DetID = o2::detectors::DetID |
Functions | |
void | customize (std::vector< o2::framework::CallbacksPolicy > &policies) |
void | customize (std::vector< ConfigParamSpec > &workflowOptions) |
WorkflowSpec | defineDataProcessing (ConfigContext const &configcontext) |
using DetID = o2::detectors::DetID |
Definition at line 24 of file aod-producer-workflow.cxx.
using GID = o2::dataformats::GlobalTrackID |
Definition at line 23 of file aod-producer-workflow.cxx.
void customize | ( | std::vector< ConfigParamSpec > & | workflowOptions | ) |
Definition at line 31 of file aod-producer-workflow.cxx.
void customize | ( | std::vector< o2::framework::CallbacksPolicy > & | policies | ) |
Definition at line 26 of file aod-producer-workflow.cxx.
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.
Definition at line 51 of file aod-producer-workflow.cxx.