![]() |
Project
|
#include "Framework/WorkflowSpec.h"#include "Framework/ConfigParamSpec.h"#include "CommonUtils/ConfigurableParam.h"#include "Framework/CallbacksPolicy.h"#include <string>#include <stdexcept>#include <unordered_map>#include "Framework/runDataProcessing.h"#include "CTPWorkflow/RawDecoderSpec.h"#include "CTPWorkflowIO/DigitWriterSpec.h"Go to the source code of this file.
Functions | |
| void | customize (std::vector< o2::framework::ConfigParamSpec > &workflowOptions) |
| o2::framework::WorkflowSpec | defineDataProcessing (o2::framework::ConfigContext const &cfgc) |
| void customize | ( | std::vector< o2::framework::ConfigParamSpec > & | workflowOptions | ) |
Definition at line 26 of file ctp-raw-decoder.cxx.
| o2::framework::WorkflowSpec defineDataProcessing | ( | o2::framework::ConfigContext const & | cfgc | ) |
The workflow executable for the stand alone CTP reconstruction workflow
Definition at line 44 of file ctp-raw-decoder.cxx.