Skip to content

Commit da6da58

Browse files
authored
Merge pull request AliceO2Group#7 from alibuild/alibot-cleanup-7641
Please consider the following formatting changes to AliceO2Group#7641
2 parents d26f3e8 + 9f22d6e commit da6da58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PWGLF/Tasks/Strangeness/strange-yield-pbpb.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,8 @@ struct strangeYieldPbPb {
13721372
} // event is accepted
13731373

13741374
int selGapSide = collision.isUPC() ? getGapSide(collision) : -1;
1375-
if (studyUPConly && selGapSide < -0.5) return;
1375+
if (studyUPConly && selGapSide < -0.5)
1376+
return;
13761377

13771378
for (auto& v0 : fullV0s) {
13781379
if (v0.v0Type() != v0cuts.v0TypeSelection && v0cuts.v0TypeSelection > 0)
@@ -1395,7 +1396,8 @@ struct strangeYieldPbPb {
13951396
} // event is accepted
13961397

13971398
int selGapSide = collision.isUPC() ? getGapSide(collision) : -1;
1398-
if (studyUPConly && selGapSide < -0.5) return;
1399+
if (studyUPConly && selGapSide < -0.5)
1400+
return;
13991401

14001402
for (auto& casc : fullCascades) {
14011403
std::bitset<selNum> selMap = computeBitmapCascade(casc, collision);

0 commit comments

Comments
 (0)