File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments