Skip to content

Commit 597c306

Browse files
committed
Remove unused variable
1 parent 72286ff commit 597c306

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

PWGLF/TableProducer/Strangeness/lambdaspincorrelation.cxx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -571,15 +571,8 @@ struct lambdaspincorrelation {
571571
continue;
572572
}
573573

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-
}*/
574+
// auto mcPos = postrack1.mcParticle();
575+
// auto mcNeg = negtrack1.mcParticle();
583576

584577
histos.fill(HIST("hEvtSelInfo"), 6.5); // rejected: no MC label
585578

0 commit comments

Comments
 (0)