Skip to content

Commit 9eccc42

Browse files
author
Mattia Faggin
committed
Remove unused variables.
1 parent 532c5fe commit 9eccc42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PWGHF/TableProducer/candidateSelectorDstarToD0Pi.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,6 @@ struct HfCandidateSelectorDstarToD0Pi {
365365
outputMlDstarToD0Pi.clear();
366366
auto ptCand = candDstar.pt();
367367

368-
auto prongPi = candDstar.prongPi_as<TracksSel>();
369-
auto prong0 = candDstar.prong0_as<TracksSel>();
370-
auto prong1 = candDstar.prong1_as<TracksSel>();
371-
372368
if (!TESTBIT(candDstar.hfflag(), aod::hf_cand_2prong::DecayType::D0ToPiK)) {
373369
hfSelDstarCandidate(statusDstar, statusD0Flag, statusTopol, statusCand, statusPID);
374370
if (applyMl) {

0 commit comments

Comments
 (0)