Project
Loading...
Searching...
No Matches
digits-writer-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
17
18
#include "
Framework/WorkflowSpec.h
"
19
#include "
Framework/DataSpecUtils.h
"
20
#include "
Framework/CallbackService.h
"
21
#include "
Framework/ControlService.h
"
22
#include "
Framework/Task.h
"
23
#include "
Framework/CompletionPolicy.h
"
24
#include "
Framework/CompletionPolicyHelpers.h
"
25
#include "
Framework/DispatchPolicy.h
"
26
#include "
Framework/ConfigParamSpec.h
"
27
#include "
Framework/Variant.h
"
28
#include "
CommonUtils/ConfigurableParam.h
"
29
#include "
CommonUtils/NameConf.h
"
30
#include "
DetectorsRaw/HBFUtilsInitializer.h
"
31
#include "
Framework/CallbacksPolicy.h
"
32
33
void
customize
(std::vector<o2::framework::CallbacksPolicy>& policies)
34
{
35
o2::raw::HBFUtilsInitializer::addNewTimeSliceCallback
(policies);
36
}
37
38
void
customize
(std::vector<o2::framework::CompletionPolicy>& policies)
39
{
40
// ordered policies for the writers
41
policies.push_back(
o2::framework::CompletionPolicyHelpers::consumeWhenAllOrdered
(
".*HMP-DigitsToRoot.*"
));
42
}
43
44
// we need to add workflow options before including Framework/runDataProcessing
45
void
customize
(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
46
{
47
std::string keyvaluehelp(
"Semicolon separated key=value strings ..."
);
48
workflowOptions.push_back(
o2::framework::ConfigParamSpec
{
"configKeyValues"
,
o2::framework::VariantType::String
,
""
, {keyvaluehelp}});
49
o2::raw::HBFUtilsInitializer::addConfigOption
(workflowOptions);
50
}
51
52
#include "
Framework/runDataProcessing.h
"
53
#include "
HMPIDWorkflow/DigitsWriterSpec.h
"
54
55
using namespace
o2
;
56
using namespace
o2::framework
;
57
58
WorkflowSpec
defineDataProcessing
(
const
ConfigContext
& configcontext)
59
{
60
WorkflowSpec
specs;
61
o2::conf::ConfigurableParam::updateFromString
(configcontext.
options
().
get
<std::string>(
"configKeyValues"
));
62
DataProcessorSpec
consumer =
o2::hmpid::getDigitsToRootSpec
();
63
specs.push_back(consumer);
64
65
// configure dpl timer to inject correct firstTForbit: start from the 1st orbit of TF containing 1st sampled orbit
66
o2::raw::HBFUtilsInitializer
hbfIni(configcontext, specs);
67
68
return
specs;
69
}
CallbackService.h
CallbacksPolicy.h
CompletionPolicyHelpers.h
CompletionPolicy.h
ConfigParamSpec.h
ConfigurableParam.h
ControlService.h
DataSpecUtils.h
DigitsWriterSpec.h
DispatchPolicy.h
HBFUtilsInitializer.h
defineDataProcessing
WorkflowSpec defineDataProcessing(const ConfigContext &configcontext)
Definition
digits-writer-workflow.cxx:58
customize
void customize(std::vector< o2::framework::CallbacksPolicy > &policies)
Definition
digits-writer-workflow.cxx:33
NameConf.h
Definition of the Names Generator class.
Task.h
Variant.h
WorkflowSpec.h
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::VariantType::String
@ String
o2::framework::WorkflowSpec
std::vector< DataProcessorSpec > WorkflowSpec
Definition
HBFUtilsInitializer.h:39
o2::hmpid::getDigitsToRootSpec
o2::framework::DataProcessorSpec getDigitsToRootSpec(std::string inputSpec="HMP/DIGITS")
Definition
DigitsWriterSpec.cxx:132
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
runDataProcessing.h
o2::framework::CompletionPolicyHelpers::consumeWhenAllOrdered
static CompletionPolicy consumeWhenAllOrdered(const char *name, CompletionPolicy::Matcher matcher)
as consumeWhenAll, but ensures that records are processed with incremental timeSlice (DataHeader::sta...
Definition
CompletionPolicyHelpers.cxx:177
o2::framework::ConfigParamSpec
Definition
ConfigParamSpec.h:31
o2::framework::DataProcessorSpec
Definition
DataProcessorSpec.h:41
o2::raw::HBFUtilsInitializer
Definition
HBFUtilsInitializer.h:45
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
Detectors
HMPID
workflow
src
digits-writer-workflow.cxx
Generated on Fri Apr 11 2025 11:41:23 for Project by
1.9.8