![]() |
Project
|
Basic DPL workflow for PHOS reconstruction starting from digits. More...
#include "Framework/WorkflowSpec.h"
#include "Framework/ConfigParamSpec.h"
#include "PHOSWorkflow/RecoWorkflow.h"
#include "Algorithm/RangeTokenizer.h"
#include "CommonUtils/ConfigurableParam.h"
#include "DetectorsRaw/HBFUtilsInitializer.h"
#include "Framework/CallbacksPolicy.h"
#include "Framework/CompletionPolicyHelpers.h"
#include <string>
#include <stdexcept>
#include <unordered_map>
#include "Framework/runDataProcessing.h"
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) |
Basic DPL workflow for PHOS reconstruction starting from digits.
Definition in file phos-reco-workflow.cxx.
void customize | ( | std::vector< o2::framework::CallbacksPolicy > & | policies | ) |
Definition at line 32 of file phos-reco-workflow.cxx.
void customize | ( | std::vector< o2::framework::CompletionPolicy > & | policies | ) |
Definition at line 37 of file phos-reco-workflow.cxx.
void customize | ( | std::vector< o2::framework::ConfigParamSpec > & | workflowOptions | ) |
Definition at line 45 of file phos-reco-workflow.cxx.
o2::framework::WorkflowSpec defineDataProcessing | ( | o2::framework::ConfigContext const & | cfgc | ) |
The workflow executable for the stand alone PHOS reconstruction workflow The basic workflow for PHOS reconstruction is defined in RecoWorkflow.cxx and contains the following default processors
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 phos-reco-workflow.cxx.