Skip to content

Commit de81db0

Browse files
authored
Remove unused variable pt2 from flowCorrelationsUpc.cxx
1 parent b30fcfd commit de81db0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGUD/Tasks/flowCorrelationsUpc.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ struct FlowCorrelationsUpc {
280280

281281
auto momentum1 = std::array<double, 3>{track1.px(), track1.py(), track1.pz()};
282282
auto momentum2 = std::array<double, 3>{track2.px(), track2.py(), track2.pz()};
283-
double pt2 = RecoDecay::pt(momentum2);
284283
double phi1 = RecoDecay::phi(momentum1);
285284
double phi2 = RecoDecay::phi(momentum2);
286285
float deltaPhi = RecoDecay::constrainAngle(phi1 - phi2, -PIHalf);

0 commit comments

Comments
 (0)