Skip to content

Commit 3ecdc71

Browse files
authored
Merge pull request #17 from alibuild/alibot-cleanup-10975
Please consider the following formatting changes to #10975
2 parents 0b9da35 + 2bb1a31 commit 3ecdc71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/Strangeness/derivedupcanalysis.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ struct Derivedupcanalysis {
19381938
histos.fill(HIST("eventQA/mc/hFakeEvents"), 0); // no assoc. MC collisions
19391939
return;
19401940
}
1941-
1941+
19421942
const auto& mcCollision = collision.straMCCollision_as<StraMCCollisionsFull>(); // take gen. collision associated to the rec. collision
19431943

19441944
if (std::find(generatorIds->begin(), generatorIds->end(), mcCollision.generatorsID()) == generatorIds->end()) {
@@ -2055,7 +2055,7 @@ struct Derivedupcanalysis {
20552055
histos.fill(HIST("eventQA/mc/hFakeEvents"), 0); // no assoc. MC collisions
20562056
return;
20572057
}
2058-
2058+
20592059
const auto& mcCollision = collision.straMCCollision_as<StraMCCollisionsFull>(); // take gen. collision associated to the rec. collision
20602060

20612061
if (std::find(generatorIds->begin(), generatorIds->end(), mcCollision.generatorsID()) == generatorIds->end()) {
@@ -2097,7 +2097,7 @@ struct Derivedupcanalysis {
20972097
selGapSide = 0;
20982098
break;
20992099
}
2100-
}
2100+
}
21012101
}
21022102

21032103
if (evSels.studyUPConly && (selGapSide < -0.5))

0 commit comments

Comments
 (0)