We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72286ff commit 597c306Copy full SHA for 597c306
1 file changed
PWGLF/TableProducer/Strangeness/lambdaspincorrelation.cxx
@@ -571,15 +571,8 @@ struct lambdaspincorrelation {
571
continue;
572
}
573
574
- auto mcPos = postrack1.mcParticle();
575
- auto mcNeg = negtrack1.mcParticle();
576
-
577
- /*
578
- // Reject gap/background-event daughters.
579
- if (mcPos.fromBackgroundEvent() || mcNeg.fromBackgroundEvent()) {
580
- histos.fill(HIST("hEvtSelInfo"), 5.5); // rejected: no MC label
581
- continue;
582
- }*/
+ // auto mcPos = postrack1.mcParticle();
+ // auto mcNeg = negtrack1.mcParticle();
583
584
histos.fill(HIST("hEvtSelInfo"), 6.5); // rejected: no MC label
585
0 commit comments