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
auto groupedMCParticles = mcParticles.sliceBy(perMCCollision, mccol.globalIndex());
2737
-
if (confCollMCTruthOnlyReco && !mcColIds.contains(mccol.globalIndex())) {
2738
-
continue;
2737
+
if (confCollMCTruthOnlyReco && !mcColIds.contains(mccol.globalIndex())) {/// For strange particle correlation, one can consider all MC truth collisions i.e.
2738
+
continue;/// confCollMCTruthOnlyReco is false.
2739
2739
}
2740
2740
auto groupedCollisions = collisions.sliceBy(recoCollsPerMCColl, mccol.globalIndex());
2741
2741
fillMCTruthCollisions(groupedCollisions, groupedMCParticles); // fills the reco collisions for mc collision
0 commit comments