Skip to content

Commit 4e0683c

Browse files
committed
[PWGHF} removing unused variable
1 parent d65a829 commit 4e0683c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/D2H/Tasks/taskXic.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,6 @@ struct HfTaskXic {
430430
// Get the corresponding MC particle.
431431
auto mcParticleProng0 = candidate.template prong0_as<aod::TracksWMc>().template mcParticle_as<soa::Join<aod::McParticles, aod::HfCand3ProngMcGen>>();
432432
auto pdgCodeProng0 = std::abs(mcParticleProng0.pdgCode());
433-
std::array<float, 3> ptProngs;
434-
std::array<float, 3> etaProngs;
435433
// Signal
436434
registry.fill(HIST("MC/reconstructed/signal/hPtRecSig"), ptCandidate); // rec. level pT
437435

0 commit comments

Comments
 (0)