Project
Loading...
Searching...
No Matches
tpc-apply-ccdb-calib.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/WorkflowSpec.h
"
13
#include "
Framework/ConfigParamSpec.h
"
14
#include "
Framework/CompletionPolicy.h
"
15
#include "
Framework/CompletionPolicyHelpers.h
"
16
17
#include "
TPCWorkflow/ApplyCCDBCalibSpec.h
"
18
19
using namespace
o2::framework
;
20
22
//void customize(std::vector<o2::framework::CompletionPolicy>& policies)
23
//{
24
//using o2::framework::CompletionPolicy;
25
//policies.push_back(CompletionPolicyHelpers::defineByName("tpc-apply-ccdb-calib", CompletionPolicy::CompletionOp::Consume));
26
//}
27
29
//void customize(std::vector<ConfigParamSpec>& workflowOptions)
30
//{
31
//std::vector<ConfigParamSpec> options{
33
//};
34
35
//std::swap(workflowOptions, options);
36
//}
37
#include "
Framework/runDataProcessing.h
"
38
39
WorkflowSpec
defineDataProcessing
(
ConfigContext
const
& config)
40
{
41
42
using namespace
o2::tpc
;
43
44
WorkflowSpec
workflow;
45
workflow.emplace_back(getApplyCCDBCalibSpec());
46
47
return
workflow;
48
}
ApplyCCDBCalibSpec.h
Device to apply calibrations loaded from CCDB.
CompletionPolicyHelpers.h
CompletionPolicy.h
ConfigParamSpec.h
WorkflowSpec.h
o2::framework::ConfigContext
Definition
ConfigContext.h:24
o2::framework
Defining PrimaryVertex explicitly as messageable.
Definition
TFIDInfo.h:20
o2::framework::WorkflowSpec
std::vector< DataProcessorSpec > WorkflowSpec
Definition
HBFUtilsInitializer.h:39
o2::tpc
Global TPC definitions and constants.
Definition
SimTraits.h:167
runDataProcessing.h
defineDataProcessing
WorkflowSpec defineDataProcessing(ConfigContext const &config)
This function hooks up the the workflow specifications into the DPL driver.
Definition
tpc-apply-ccdb-calib.cxx:39
Detectors
TPC
workflow
src
tpc-apply-ccdb-calib.cxx
Generated on Tue Feb 25 2025 23:16:31 for Project by
1.9.8