![]() |
Project
|
Basic DPL workflow for TOF reconstruction starting from digits. More...
#include "DetectorsBase/Propagator.h"
#include "TOFWorkflowIO/DigitReaderSpec.h"
#include "TOFWorkflowIO/TOFDigitWriterSpec.h"
#include "TOFWorkflowIO/ClusterReaderSpec.h"
#include "TOFWorkflowUtils/TOFClusterizerSpec.h"
#include "TOFWorkflowIO/TOFClusterWriterSpec.h"
#include "TOFWorkflowIO/TOFRawWriterSpec.h"
#include "TOFWorkflowUtils/CompressedDecodingTask.h"
#include "TOFWorkflowUtils/EntropyEncoderSpec.h"
#include "TOFWorkflowUtils/EntropyDecoderSpec.h"
#include "Framework/WorkflowSpec.h"
#include "Framework/ConfigParamSpec.h"
#include <fairlogger/Logger.h>
#include "CommonUtils/ConfigurableParam.h"
#include "CommonUtils/NameConf.h"
#include "DetectorsRaw/HBFUtilsInitializer.h"
#include "Framework/CallbacksPolicy.h"
#include "Framework/CompletionPolicyHelpers.h"
#include "TOFWorkflowIO/TOFCalibWriterSpec.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) |
WorkflowSpec | defineDataProcessing (ConfigContext const &cfgc) |
Basic DPL workflow for TOF reconstruction starting from digits.
Definition in file tof-reco-workflow.cxx.
void customize | ( | std::vector< o2::framework::CallbacksPolicy > & | policies | ) |
Definition at line 41 of file tof-reco-workflow.cxx.
void customize | ( | std::vector< o2::framework::CompletionPolicy > & | policies | ) |
Definition at line 46 of file tof-reco-workflow.cxx.
void customize | ( | std::vector< o2::framework::ConfigParamSpec > & | workflowOptions | ) |
Definition at line 54 of file tof-reco-workflow.cxx.
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
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.