![]() |
Project
|
#include "DetectorsBase/Propagator.h"
#include "TOFWorkflowIO/CalibInfoReaderSpec.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 <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::ConfigParamSpec > &workflowOptions) |
WorkflowSpec | defineDataProcessing (ConfigContext const &cfgc) |
void customize | ( | std::vector< o2::framework::CallbacksPolicy > & | policies | ) |
Definition at line 31 of file tof-calibinfo-reader.cxx.
void customize | ( | std::vector< o2::framework::ConfigParamSpec > & | workflowOptions | ) |
Definition at line 38 of file tof-calibinfo-reader.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 65 of file tof-calibinfo-reader.cxx.