Skip to content

Commit 5f83484

Browse files
authored
Merge pull request #4 from alibuild/alibot-cleanup-13043
Please consider the following formatting changes to AliceO2Group#13043
2 parents 6ef69fe + 5eb0153 commit 5f83484

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGDQ/Tasks/tableReader_withAssoc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ struct AnalysisEventSelection {
456456
// loop over the BC map, get the collision vectors and make in-bunch and out of bunch 2-event correlations
457457
for (auto bc1It = fBCCollMap.begin(); bc1It != fBCCollMap.end(); ++bc1It) {
458458
uint64_t bc1 = bc1It->first;
459-
auto &bc1Events = bc1It->second;
459+
auto& bc1Events = bc1It->second;
460460

461461
// same bunch event correlations, if more than 1 collisions in this bunch
462462
if (bc1Events.size() > 1) {
@@ -483,7 +483,7 @@ struct AnalysisEventSelection {
483483
if ((bc2 > bc1 ? bc2 - bc1 : bc1 - bc2) > fConfigSplitCollisionsDeltaBC) {
484484
break;
485485
}
486-
auto &bc2Events = bc2It->second;
486+
auto& bc2Events = bc2It->second;
487487

488488
// loop over events in the first BC
489489
for (auto ev1It : bc1Events) {

0 commit comments

Comments
 (0)