Skip to content

Commit 87bf6e2

Browse files
committed
Remove unused variable
1 parent f723457 commit 87bf6e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,6 @@ struct HfTaskCharmPolarisation {
23442344
float const xQvec = (*qVecs).at(0);
23452345
float const yQvec = (*qVecs).at(1);
23462346
ROOT::Math::XYZVector const qVecNorm = ROOT::Math::XYZVector(yQvec, -xQvec, 0.f);
2347-
ROOT::Math::XYZVector const qVec = ROOT::Math::XYZVector(xQvec, yQvec, 0.);
23482347
float const phiStarBeam = std::atan2(threeVecDauCM.Y(), threeVecDauCM.X());
23492348
float const psiAngle = epHelper.GetEventPlane(xQvec, yQvec, 2);
23502349
float const deltaPhiStarEP = RecoDecay::constrainAngle(phiStarBeam - psiAngle, 0., 2);

0 commit comments

Comments
 (0)