Skip to content

Commit 9f40fb9

Browse files
authored
Merge pull request #15 from alibuild/alibot-cleanup-16379
Please consider the following formatting changes to #16379
2 parents 3e4fcd8 + 7382b80 commit 9f40fb9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PWGLF/Tasks/GlobalEventProperties/PseudorapidityDensityMFT.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,14 +2190,14 @@ struct PseudorapidityDensityMFT {
21902190
continue;
21912191
}
21922192
fillGenRecoCut(GenRecoCutBin::HasMcCollision);
2193-
2193+
21942194
if (useRctMFT && !myChecker(collision)) {
21952195
continue;
21962196
}
21972197
fillGenRecoCut(GenRecoCutBin::RctMFT);
2198-
2198+
21992199
if (useGoodItsLayersAll &&
2200-
!collision.selection_bit(o2::aod::evsel::kIsGoodITSLayersAll)) {
2200+
!collision.selection_bit(o2::aod::evsel::kIsGoodITSLayersAll)) {
22012201
continue;
22022202
}
22032203
fillGenRecoCut(GenRecoCutBin::UseGoodItsLayersAll);
@@ -2494,9 +2494,9 @@ struct PseudorapidityDensityMFT {
24942494
continue;
24952495
}
24962496
fillGenRecoCut(GenRecoCutBin::RctMFT);
2497-
2497+
24982498
if (useGoodItsLayersAll &&
2499-
!collision.selection_bit(o2::aod::evsel::kIsGoodITSLayersAll)) {
2499+
!collision.selection_bit(o2::aod::evsel::kIsGoodITSLayersAll)) {
25002500
continue;
25012501
}
25022502
fillGenRecoCut(GenRecoCutBin::UseGoodItsLayersAll);

0 commit comments

Comments
 (0)