Skip to content

Commit 6235aee

Browse files
authored
Merge pull request #14 from alibuild/alibot-cleanup-3915
2 parents 316f3c2 + e0b9d14 commit 6235aee

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

PWGMM/Mult/Tasks/dndeta.cxx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,24 @@ struct MultiplicityCounter {
5959
"Common",
6060
{
6161
{BCSelection.data(), ";status;count", {HistType::kTH1F, {{3, 0.5, 3.5}}}} //
62-
}, //
63-
OutputObjHandlingPolicy::AnalysisObject, false, true //
62+
}, //
63+
OutputObjHandlingPolicy::AnalysisObject,
64+
false,
65+
true //
6466
};
6567

6668
HistogramRegistry inclusiveRegistry{
6769
InclusivePrefix.data(),
68-
{}, OutputObjHandlingPolicy::AnalysisObject, false, true};
70+
{},
71+
OutputObjHandlingPolicy::AnalysisObject,
72+
false,
73+
true};
6974
HistogramRegistry binnedRegistry{
7075
BinnedPrefix.data(),
71-
{}, OutputObjHandlingPolicy::AnalysisObject, false, true};
76+
{},
77+
OutputObjHandlingPolicy::AnalysisObject,
78+
false,
79+
true};
7280

7381
std::vector<int> usedTracksIds;
7482
std::vector<int> usedTracksIdsDF;

0 commit comments

Comments
 (0)