@@ -615,11 +615,11 @@ struct femtoUniversePairTaskTrackTrack3DMultKtExtended {
615615 }
616616
617617 if (cfgProcessPP) {
618- doSameEvent<true >(thegroupPartsOne, thegroupPartsOne, parts, col.magField (), col.multV0M (), 2 , fillQA);
618+ doSameEvent<false >(thegroupPartsOne, thegroupPartsOne, parts, col.magField (), col.multV0M (), 2 , fillQA);
619619 }
620620
621621 if (cfgProcessMM) {
622- doSameEvent<true >(thegroupPartsTwo, thegroupPartsTwo, parts, col.magField (), col.multV0M (), 3 , fillQA);
622+ doSameEvent<false >(thegroupPartsTwo, thegroupPartsTwo, parts, col.magField (), col.multV0M (), 3 , fillQA);
623623 }
624624 delete randgen;
625625 }
@@ -794,17 +794,17 @@ struct femtoUniversePairTaskTrackTrack3DMultKtExtended {
794794 if (cfgProcessPM) {
795795 auto groupPartsOne = partsOneMC->sliceByCached (aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex (), cache);
796796 auto groupPartsTwo = partsTwoMC->sliceByCached (aod::femtouniverseparticle::fdCollisionId, collision2.globalIndex (), cache);
797- doMixedEvent<true >(groupPartsOne, groupPartsTwo, parts, magFieldTesla1, multiplicityCol, 1 );
797+ doMixedEvent<false >(groupPartsOne, groupPartsTwo, parts, magFieldTesla1, multiplicityCol, 1 );
798798 }
799799 if (cfgProcessPP) {
800800 auto groupPartsOne = partsOneMC->sliceByCached (aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex (), cache);
801801 auto groupPartsTwo = partsOneMC->sliceByCached (aod::femtouniverseparticle::fdCollisionId, collision2.globalIndex (), cache);
802- doMixedEvent<true >(groupPartsOne, groupPartsTwo, parts, magFieldTesla1, multiplicityCol, 2 );
802+ doMixedEvent<false >(groupPartsOne, groupPartsTwo, parts, magFieldTesla1, multiplicityCol, 2 );
803803 }
804804 if (cfgProcessMM) {
805805 auto groupPartsOne = partsTwoMC->sliceByCached (aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex (), cache);
806806 auto groupPartsTwo = partsTwoMC->sliceByCached (aod::femtouniverseparticle::fdCollisionId, collision2.globalIndex (), cache);
807- doMixedEvent<true >(groupPartsOne, groupPartsTwo, parts, magFieldTesla1, multiplicityCol, 3 );
807+ doMixedEvent<false >(groupPartsOne, groupPartsTwo, parts, magFieldTesla1, multiplicityCol, 3 );
808808 }
809809 }
810810 delete randgen;
0 commit comments