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

Basic DPL workflow for TOF 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)
 
WorkflowSpec defineDataProcessing (ConfigContext const &cfgc)
 

Detailed Description

Basic DPL workflow for TOF reconstruction starting from digits.

Author
Francesco Noferini
Since
2019-05-22

Definition in file tof-reco-workflow.cxx.

Function Documentation

◆ customize() [1/3]

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

Definition at line 41 of file tof-reco-workflow.cxx.

◆ customize() [2/3]

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

Definition at line 46 of file tof-reco-workflow.cxx.

◆ customize() [3/3]

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

Definition at line 54 of file tof-reco-workflow.cxx.

◆ defineDataProcessing()

WorkflowSpec defineDataProcessing ( ConfigContext const &  cfgc)

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

  • digit reader
  • clusterer
  • cluster raw decoder
  • track-TOF matcher

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

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 99 of file tof-reco-workflow.cxx.