Project
Loading...
Searching...
No Matches
cpv-reco-workflow.cxx File Reference

Basic DPL workflow for CPV reconstruction starting from digits. More...

Go to the source code of this file.

Functions

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

Detailed Description

Basic DPL workflow for CPV reconstruction starting from digits.

Author
Dmitri Peresunko after Markus Fasel
Since
2019-12-14

Definition in file cpv-reco-workflow.cxx.

Function Documentation

◆ customize() [1/3]

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

Definition at line 32 of file cpv-reco-workflow.cxx.

◆ customize() [2/3]

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

Definition at line 37 of file cpv-reco-workflow.cxx.

◆ customize() [3/3]

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

Definition at line 45 of file cpv-reco-workflow.cxx.

◆ defineDataProcessing()

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

The workflow executable for the stand alone CPV reconstruction workflow The basic workflow for CPV reconstruction is defined in RecoWorkflow.cxx and contains the following default processors

  • digit reader
  • clusterer

The default workflow can be customized by specifying input and output types e.g. digits, raw, tracks.

MC info is processed by default, disabled by using command line option --disable-mc

This function hooks up the the workflow specifications into the DPL driver.

Definition at line 76 of file cpv-reco-workflow.cxx.