Project
Loading...
Searching...
No Matches
test_MergerTopologyHistosIntegrating.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
16
17
#include "
histosTopologyCommon.h
"
18
19
o2::framework::WorkflowSpec
defineDataProcessing
(
o2::framework::ConfigContext
const
&)
20
{
21
constexpr
size_t
producersCount = 2;
22
23
constexpr
size_t
binsCount = 10;
24
constexpr
double
min
= 0;
25
constexpr
double
max
= 10;
26
27
o2::framework::WorkflowSpec
specs;
28
29
o2::framework::HistosMergerTestGenerator
generator(std::array<float, 12>{0., 0., 1., 1., 0., 0., 2., 0., 0., 0., 0., 0.}, binsCount,
min
,
max
);
30
31
const
auto
mergersInputs = generator.
generateHistoProducers
(specs, producersCount);
32
33
generator.generateMergers(specs, mergersInputs,
o2::mergers::InputObjectsTimespan::LastDifference
);
34
35
generator.generateChecker(specs);
36
37
return
specs;
38
}
o2::framework::ConfigContext
Definition
ConfigContext.h:24
o2::framework::HistosMergerTestGenerator
Definition
histosTopologyCommon.h:48
o2::framework::HistosMergerTestGenerator::generateHistoProducers
Inputs generateHistoProducers(WorkflowSpec &specs, size_t numberOfProducers)
Definition
histosTopologyCommon.h:58
histosTopologyCommon.h
o2::framework::WorkflowSpec
std::vector< DataProcessorSpec > WorkflowSpec
Definition
HBFUtilsInitializer.h:39
o2::mergers::InputObjectsTimespan::LastDifference
@ LastDifference
min
constexpr size_t min
Definition
test_Algorithm.cxx:48
max
constexpr size_t max
Definition
test_Algorithm.cxx:49
defineDataProcessing
o2::framework::WorkflowSpec defineDataProcessing(o2::framework::ConfigContext const &)
This function hooks up the the workflow specifications into the DPL driver.
Definition
test_MergerTopologyHistosIntegrating.cxx:19
Utilities
Mergers
test
test_MergerTopologyHistosIntegrating.cxx
Generated on Tue Feb 25 2025 17:03:28 for Project by
1.9.8