Project
Loading...
Searching...
No Matches
zdc-tdccalib-workflow.cxx
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
#include "
Framework/DataProcessorSpec.h
"
13
#include "
Framework/CallbacksPolicy.h
"
14
#include "
DetectorsRaw/HBFUtilsInitializer.h
"
15
#include "
ZDCCalib/TDCCalibSpec.h
"
16
17
using namespace
o2::framework
;
18
19
// ------------------------------------------------------------------
20
void
customize
(std::vector<o2::framework::CallbacksPolicy>& policies)
21
{
22
o2::raw::HBFUtilsInitializer::addNewTimeSliceCallback
(policies);
23
}
24
25
// we need to add workflow options before including Framework/runDataProcessing
26
void
customize
(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
27
{
28
// option allowing to set parameters
29
workflowOptions.push_back(
ConfigParamSpec
{
"configKeyValues"
, VariantType::String,
""
, {
"Semicolon separated key=value strings"
}});
30
o2::raw::HBFUtilsInitializer::addConfigOption
(workflowOptions);
31
}
32
33
// ------------------------------------------------------------------
34
35
#include "
Framework/runDataProcessing.h
"
36
37
WorkflowSpec
defineDataProcessing
(
ConfigContext
const
& configcontext)
38
{
39
o2::conf::ConfigurableParam::updateFromString
(configcontext.
options
().
get
<std::string>(
"configKeyValues"
));
40
WorkflowSpec
specs;
41
specs.emplace_back(
o2::zdc::getTDCCalibSpec
());
42
// configure dpl timer to inject correct firstTFOrbit: start from the 1st orbit of TF containing 1st sampled orbit
43
//o2::raw::HBFUtilsInitializer hbfIni(configcontext, specs);
44
return
specs;
45
}
CallbacksPolicy.h
DataProcessorSpec.h
HBFUtilsInitializer.h
TDCCalibSpec.h
ZDC TDC calibratin.
o2::conf::ConfigurableParam::updateFromString
static void updateFromString(std::string const &)
Definition
ConfigurableParam.cxx:433
o2::framework::ConfigContext
Definition
ConfigContext.h:24
o2::framework::ConfigContext::options
ConfigParamRegistry & options() const
Definition
ConfigContext.h:28
o2::framework::ConfigParamRegistry::get
T get(const char *key) const
Definition
ConfigParamRegistry.h:98
o2::framework
Defining PrimaryVertex explicitly as messageable.
Definition
TFIDInfo.h:20
o2::framework::WorkflowSpec
std::vector< DataProcessorSpec > WorkflowSpec
Definition
HBFUtilsInitializer.h:39
o2::zdc::getTDCCalibSpec
framework::DataProcessorSpec getTDCCalibSpec()
Definition
TDCCalibSpec.cxx:194
runDataProcessing.h
o2::framework::ConfigParamSpec
Definition
ConfigParamSpec.h:31
o2::raw::HBFUtilsInitializer::addNewTimeSliceCallback
static void addNewTimeSliceCallback(std::vector< o2::framework::CallbacksPolicy > &policies)
Definition
HBFUtilsInitializer.cxx:267
o2::raw::HBFUtilsInitializer::addConfigOption
static void addConfigOption(std::vector< o2::framework::ConfigParamSpec > &opts, const std::string &defOpt=std::string(o2::base::NameConf::DIGITIZATIONCONFIGFILE))
Definition
HBFUtilsInitializer.cxx:323
defineDataProcessing
WorkflowSpec defineDataProcessing(ConfigContext const &configcontext)
This function hooks up the the workflow specifications into the DPL driver.
Definition
zdc-tdccalib-workflow.cxx:37
customize
void customize(std::vector< o2::framework::CallbacksPolicy > &policies)
Definition
zdc-tdccalib-workflow.cxx:20
Detectors
ZDC
calib
src
zdc-tdccalib-workflow.cxx
Generated on Fri Apr 11 2025 11:41:46 for Project by
1.9.8