Skip to content

Commit 72015c0

Browse files
author
nkaratze
committed
Correction for unused variable
1 parent 85088ee commit 72015c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ struct V0PtInvMassPlots {
221221
double mK0shPDG = o2::constants::physics::MassK0Short;
222222
double mLambdaPDG = o2::constants::physics::MassLambda0;
223223
for (const auto& v0 : V0s) {
224-
const auto& posDaughterTrack = v0.posTrack_as<DaughterTracks>();
225-
const auto& negDaughterTrack = v0.negTrack_as<DaughterTracks>();
226224
// Armenteros-Podolandski Plot Values
227225
double pv0 = std::sqrt((v0.px() * v0.px()) + (v0.py() * v0.py()) + (v0.pz() * v0.pz()));
228226
double pposdauparallelv0 = ((v0.posTrack_as<DaughterTracks>().px() * v0.px()) + (v0.posTrack_as<DaughterTracks>().py() * v0.py()) + (v0.posTrack_as<DaughterTracks>().pz() * v0.pz())) / pv0;

0 commit comments

Comments
 (0)