You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (constauto& [p1, p2] : combinations(CombinationsStrictlyUpperIndexPolicy(groupPartsTwo, groupPartsTwo)))
1284
-
pairProcessFunc(p1, p2);
1285
-
} else {
1286
-
for (constauto& [p1, p2] : combinations(CombinationsFullIndexPolicy(groupPartsTwo, groupPartsTwo)))
1287
-
pairProcessFunc(p1, p2);
1288
-
}
1282
+
if (confCascType1 == confCascType2) {
1283
+
for (constauto& [p1, p2] : combinations(CombinationsStrictlyUpperIndexPolicy(groupPartsTwo, groupPartsTwo)))
1284
+
pairProcessFunc(p1, p2);
1285
+
} else {
1286
+
for (constauto& [p1, p2] : combinations(CombinationsFullIndexPolicy(groupPartsTwo, groupPartsTwo)))
1287
+
pairProcessFunc(p1, p2);
1289
1288
}
1290
1289
}
1291
1290
PROCESS_SWITCH(femtoUniversePairTaskTrackCascadeExtended, processSameEventCascMCgen, "Enable processing same event MC truth for cascade - cascade", false);
0 commit comments