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 groupedCollisions = collisions.sliceBy(recoCollsPerMCCollCentPbPb, mccol.globalIndex());
2368
+
for (constauto& col : groupedCollisions) {
2369
+
constauto colcheck = fillMCTruthCollisionsCentRun3(col); // fills the reco collisions for mc collision
2370
+
if (colcheck) {
2371
+
auto groupedMCParticles = mcParticles.sliceBy(perMCCollision, mccol.globalIndex());
2372
+
outputCollExtra(1.0, 1.0);
2373
+
fillParticles<decltype(groupedMCParticles), true, true>(groupedMCParticles, recoMcIds); // fills mc particles
2374
+
}
2375
+
}
2376
+
}
2377
+
}
2378
+
PROCESS_SWITCH(FemtoUniverseProducerTask, processTruthAndFullMCCentRun3Casc, "Provide both MC truth and reco for tracks and cascades with centrality", false);
0 commit comments