Project
Loading...
Searching...
No Matches
aod-mc-producer-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 "
AODProducerWorkflow/AODMcProducerWorkflowSpec.h
"
13
#include "
Framework/CallbacksPolicy.h
"
14
#include "
Framework/CompletionPolicy.h
"
15
#include "
DetectorsRaw/HBFUtilsInitializer.h
"
16
#include "
DetectorsBase/DPLWorkflowUtils.h
"
17
18
using namespace
o2::framework
;
19
20
void
customize
(std::vector<o2::framework::CallbacksPolicy>& policies)
21
{
22
o2::raw::HBFUtilsInitializer::addNewTimeSliceCallback
(policies);
23
}
24
25
void
customize
(std::vector<ConfigParamSpec>& workflowOptions)
26
{
27
// option allowing to set parameters
28
std::vector<o2::framework::ConfigParamSpec> options{
29
{
"disable-root-input"
,
o2::framework::VariantType::Bool
,
false
, {
"disable root-files input reader"
}},
30
{
"disable-root-output"
,
o2::framework::VariantType::Bool
,
false
, {
"disable root-files output writer"
}},
31
{
"configKeyValues"
, VariantType::String,
""
, {
"Semicolon separated key=value strings ..."
}}};
32
std::swap(workflowOptions, options);
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
wf;
41
wf.emplace_back(
o2::aodmcproducer::getAODMcProducerWorkflowSpec
());
42
return
std::move(wf);
43
}
44
//
45
// EOF
46
//
AODMcProducerWorkflowSpec.h
CallbacksPolicy.h
CompletionPolicy.h
DPLWorkflowUtils.h
HBFUtilsInitializer.h
defineDataProcessing
WorkflowSpec defineDataProcessing(ConfigContext const &configcontext)
Definition
aod-mc-producer-workflow.cxx:37
customize
void customize(std::vector< o2::framework::CallbacksPolicy > &policies)
Definition
aod-mc-producer-workflow.cxx:20
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::aodmcproducer::getAODMcProducerWorkflowSpec
framework::DataProcessorSpec getAODMcProducerWorkflowSpec()
create a processor spec
Definition
AODMcProducerWorkflowSpec.cxx:287
o2::framework
Defining PrimaryVertex explicitly as messageable.
Definition
TFIDInfo.h:20
o2::framework::VariantType::Bool
@ Bool
o2::framework::WorkflowSpec
std::vector< DataProcessorSpec > WorkflowSpec
Definition
HBFUtilsInitializer.h:39
runDataProcessing.h
o2::raw::HBFUtilsInitializer::addNewTimeSliceCallback
static void addNewTimeSliceCallback(std::vector< o2::framework::CallbacksPolicy > &policies)
Definition
HBFUtilsInitializer.cxx:267
Detectors
AOD
src
aod-mc-producer-workflow.cxx
Generated on Tue Feb 25 2025 22:50:36 for Project by
1.9.8