Skip to content

Commit 41baac6

Browse files
authored
Merge pull request #58 from alibuild/alibot-cleanup-14594
[PWGLF] Please consider the following formatting changes to #14594
2 parents 2b746c8 + dce63b9 commit 41baac6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ struct hyperRecoTask {
380380
continue;
381381
}
382382
hEvents->Fill(2.);
383-
}
383+
}
384384

385385
if (cfgEvSelkIsGoodZvtxFT0vsPV) {
386386
if (!collision.selection_bit(aod::evsel::kIsGoodZvtxFT0vsPV)) {
@@ -409,23 +409,23 @@ struct hyperRecoTask {
409409
}
410410
if (!collision.selection_bit(aod::evsel::kIsTriggerTVX) || !collision.selection_bit(aod::evsel::kNoTimeFrameBorder) || std::abs(collision.posZ()) > 10)
411411
continue;
412-
412+
413413
hEvents->Fill(1.);
414-
414+
415415
if (cfgEvSelkNoSameBunchPileup) {
416416
if (!collision.selection_bit(aod::evsel::kNoSameBunchPileup)) {
417417
continue;
418418
}
419419
hEvents->Fill(2.);
420-
}
420+
}
421421

422422
if (cfgEvSelkIsGoodZvtxFT0vsPV) {
423423
if (!collision.selection_bit(aod::evsel::kIsGoodZvtxFT0vsPV)) {
424424
continue;
425425
}
426426
hEvents->Fill(3.);
427427
}
428-
428+
429429
if (collision.has_mcCollision()) {
430430
isSurvEvSelCollision[collision.mcCollisionId()] = true;
431431
}

0 commit comments

Comments
 (0)