Skip to content

Commit e0b9d14

Browse files
committed
Please consider the following formatting changes
1 parent 316f3c2 commit e0b9d14

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)