@@ -1242,7 +1242,7 @@ PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", fal
12421242 for (auto const & storedEvent : pool.events ) {
12431243 const uint64_t collIdxHyp = storedEvent.collisionId ;
12441244 if (settingSaferME) {
1245- if (collIdxHyp > collisions.size ()) {
1245+ if (collIdxHyp > collisions.size ()) {
12461246 mQaRegistry .fill (HIST (" hSkipReasons" ), 4 );
12471247 continue ;
12481248 }
@@ -1254,12 +1254,12 @@ PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", fal
12541254 mQaRegistry .fill (HIST (" hSkipReasons" ), 1 );
12551255 continue ;
12561256 }
1257-
1257+
12581258 auto firstHyp = hypdTablepreviousCollision.iteratorAt (0 );
12591259 int poolIndexHyp = where_pool (firstHyp.zPrimVtx (), firstHyp.centralityFT0C ());
12601260 if (poolIndexHyp != poolIndexPi) {
1261- mQaRegistry .fill (HIST (" hSkipReasons" ), 2 );
1262- continue ;
1261+ mQaRegistry .fill (HIST (" hSkipReasons" ), 2 );
1262+ continue ;
12631263 }
12641264 mQaRegistry .fill (HIST (" hNHypsPerPrevColl" ), collIdxHyp, hypdTablepreviousCollision.size ());
12651265
@@ -1270,7 +1270,7 @@ PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", fal
12701270 pool.events .pop_front ();
12711271 }
12721272 pool.events .push_back ({collIdxPi});
1273- }
1273+ }
12741274 fillPairsHyper (collisions, pitracks, V0Hypers, /* isMixedEvent*/ true );
12751275 }
12761276 fillPairsHyper (collisions, pitracks, V0Hypers, /* isMixedEvent*/ true );
0 commit comments