Skip to content

Commit 36b9a81

Browse files
authored
Merge pull request #39 from alibuild/alibot-cleanup-13220
[PWGCF] Please consider the following formatting changes to AliceO2Group#13220
2 parents 2422b47 + a915ca1 commit 36b9a81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", fal
12421242
for (auto const& storedEvent : pool.events) {
12431243
const uint64_t collIdxHyp = storedEvent.collisionId;
12441244
if (settingSaferME) {
1245-
if (collIdxHyp > collisions.size()) {
1245+
if (collIdxHyp > collisions.size()) {
12461246
mQaRegistry.fill(HIST("hSkipReasons"), 4);
12471247
continue;
12481248
}
@@ -1254,12 +1254,12 @@ PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", fal
12541254
mQaRegistry.fill(HIST("hSkipReasons"), 1);
12551255
continue;
12561256
}
1257-
1257+
12581258
auto firstHyp = hypdTablepreviousCollision.iteratorAt(0);
12591259
int poolIndexHyp = where_pool(firstHyp.zPrimVtx(), firstHyp.centralityFT0C());
12601260
if (poolIndexHyp != poolIndexPi) {
1261-
mQaRegistry.fill(HIST("hSkipReasons"), 2);
1262-
continue;
1261+
mQaRegistry.fill(HIST("hSkipReasons"), 2);
1262+
continue;
12631263
}
12641264
mQaRegistry.fill(HIST("hNHypsPerPrevColl"), collIdxHyp, hypdTablepreviousCollision.size());
12651265

@@ -1270,7 +1270,7 @@ PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", fal
12701270
pool.events.pop_front();
12711271
}
12721272
pool.events.push_back({collIdxPi});
1273-
}
1273+
}
12741274
fillPairsHyper(collisions, pitracks, V0Hypers, /*isMixedEvent*/ true);
12751275
}
12761276
fillPairsHyper(collisions, pitracks, V0Hypers, /*isMixedEvent*/ true);

0 commit comments

Comments
 (0)