Skip to content

Commit

Permalink
Please consider the following formatting changes (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Nov 15, 2023
1 parent 49db039 commit 2552c05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PWGEM/PhotonMeson/TableProducer/createPCM.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ struct createPCM {
float v0radius = RecoDecay::sqrtSumOfSquares(svpos[0], svpos[1]);
float dcaV0toPV = calculateDCAStraightToPV(svpos[0], svpos[1], svpos[2], pvxyz[0], pvxyz[1], pvxyz[2], pVtx[0], pVtx[1], pVtx[2]);

if (v0dca > maxdcav0dau)
{
if (v0dca > maxdcav0dau) {
return;
}
if (v0CosinePA < minv0cospa) {
Expand Down

0 comments on commit 2552c05

Please sign in to comment.