Project
Loading...
Searching...
No Matches
emc-channel-calib-workflow.cxx File Reference

Basic workflow for EMCAL bad channel calibration (adapted from tof-calib-workflow.cxx) More...

#include "EMCALChannelCalibratorSpec.h"
#include "Framework/WorkflowSpec.h"
#include "Framework/ConfigParamSpec.h"
#include "Algorithm/RangeTokenizer.h"
#include "CommonUtils/ConfigurableParam.h"
#include "Framework/Variant.h"
#include "DataFormatsEMCAL/Cell.h"
#include "DetectorsRaw/HBFUtilsInitializer.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< ConfigParamSpec > &workflowOptions)
 
WorkflowSpec defineDataProcessing (ConfigContext const &cfgc)
 

Detailed Description

Basic workflow for EMCAL bad channel calibration (adapted from tof-calib-workflow.cxx)

Basic workflow for EMCAL pedestal calibration.

Author
Hannah Bossi
Since
2020-12-01
Author
Joshua Koenig
Since
2024-03-25

Definition in file emc-channel-calib-workflow.cxx.

Function Documentation

◆ customize()

void customize ( std::vector< ConfigParamSpec > &  workflowOptions)

Definition at line 36 of file emc-channel-calib-workflow.cxx.

◆ defineDataProcessing()

WorkflowSpec defineDataProcessing ( ConfigContext const &  cfgc)

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.

Returns
a std::vector of DataProcessorSpec which represents the actual workflow to be executed

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

  • digit reader
  • clusterer

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

  • digit and lumi reader This function hooks up the the workflow specifications into the DPL driver.

Definition at line 52 of file emc-channel-calib-workflow.cxx.