![]() |
Project
|
#include "CommonUtils/ConfigurableParam.h"
#include "CommonUtils/NameConf.h"
#include "DetectorsCalibration/Utils.h"
#include "Framework/CompletionPolicyHelpers.h"
#include "Framework/ConfigParamSpec.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/WorkflowSpec.h"
#include "BadChannelCalibrationDevice.h"
#include "Framework/runDataProcessing.h"
Go to the source code of this file.
Functions | |
void | customize (std::vector< o2::framework::ConfigParamSpec > &workflowOptions) |
DataProcessorSpec | getBadChannelCalibratorSpec (const char *specName, const std::string inputSpec) |
WorkflowSpec | defineDataProcessing (ConfigContext const &configcontext) |
Variables | |
const char * | specName = "mch-badchannel-calibrator" |
void customize | ( | std::vector< o2::framework::ConfigParamSpec > & | workflowOptions | ) |
Definition at line 26 of file badchannel-calib-workflow.cxx.
WorkflowSpec defineDataProcessing | ( | ConfigContext const & | configcontext | ) |
To be implemented by the user to specify one or more DataProcessorSpec.
Use the ConfigContext context in input to get the value of global configuration properties like command line options, number of available CPUs or whatever can affect the creation of the actual workflow.
The workflow executable for the stand alone CPV reconstruction workflow The basic workflow for CPV 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.
The workflow executable for the stand alone CTP reconstruction workflow
The workflow executable for the stand alone EMCAL reconstruction workflow The basic workflow for EMCAL 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.
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.
DPL Workflow to process MCH or MID DCS data points.
The expected input is a vector of DataPointCompositeObject containing only MCH (or only MID) data points.
Those datapoints are accumulated into DPMAPs (map from alias names to vector of DataPointValue).
The accumulated DPMAPs are sent to the output whenever :
DPL workflow which generates fake random MCH DCS data points.
Data points are generated for HV (currents and voltages) as well as for LV (DualSampa analog and digital voltages, and SOLAR voltages).
DPL workflow which generates fake random MID DCS data points.
Data points are generated for HV (currents and voltages).
Definition at line 62 of file badchannel-calib-workflow.cxx.
DataProcessorSpec getBadChannelCalibratorSpec | ( | const char * | specName, |
const std::string | inputSpec | ||
) |
Definition at line 35 of file badchannel-calib-workflow.cxx.
const char* specName = "mch-badchannel-calibrator" |
Definition at line 23 of file badchannel-calib-workflow.cxx.