We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb7fa1 commit 7b0f900Copy full SHA for 7b0f900
PWGHF/D2H/Tasks/taskLc.cxx
@@ -673,10 +673,9 @@ struct HfTaskLc {
673
for (const auto& collision : collisions) {
674
// MC Rec.
675
fillHistosMcRec<fillMl>(collision, candidates, mcParticles);
676
- // MC gen.
677
- auto mcParticlesPerColl = mcParticles.sliceBy(perMcCollision, collision.globalIndex());
678
- fillHistosMcGen(mcParticlesPerColl);
679
}
+ // MC gen.
+ fillHistosMcGen(mcParticles);
680
681
682
void processDataStd(Collisions const& collisions,
0 commit comments