Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
creetz16 committed Apr 2, 2024
1 parent cbf72bd commit 573b4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ struct qaLamMomResolution {
tuneV0(v0data, protonTrackIU, pionTrackIU, mcparticles, bcs);
std::array<float, 3> pPos{0., 0., 0.};
std::array<float, 3> pNeg{0., 0., 0.};
mTrackParCovProton.getPxPyPzGlo(pPos);
mTrackParCovPion.getPxPyPzGlo(pNeg);
mTrackParCovPos.getPxPyPzGlo(pPos);
mTrackParCovNeg.getPxPyPzGlo(pNeg);
massLambda = RecoDecay::m(std::array{std::array{pPos[0], pPos[1], pPos[2]},
std::array{pNeg[0], pNeg[1], pNeg[2]}},
std::array{o2::constants::physics::MassProton, o2::constants::physics::MassPionCharged});
Expand Down

0 comments on commit 573b4c4

Please sign in to comment.