Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Apr 2, 2024
1 parent 573b4c4 commit 505d640
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ struct qaLamMomResolution {
o2::base::Propagator::Instance()->propagateToDCABxByBz(mVtx, mTrackParCovNeg, 2.f, matCorr, &mDcaInfoCovNeg);
}


template <typename TCollision>
void fillTable(TCollision const& collision)
{
Expand Down Expand Up @@ -307,8 +306,8 @@ struct qaLamMomResolution {
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});
std::array{pNeg[0], pNeg[1], pNeg[2]}},
std::array{o2::constants::physics::MassProton, o2::constants::physics::MassPionCharged});
}

// fill table
Expand Down Expand Up @@ -367,9 +366,9 @@ struct qaLamMomResolution {
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{pNeg[0], pNeg[1], pNeg[2]}},
std::array{o2::constants::physics::MassPionCharged, o2::constants::physics::MassProton});
}
}

// fill table
fillTable(collision);
Expand Down

0 comments on commit 505d640

Please sign in to comment.