Skip to content

Commit 374c97e

Browse files
committed
Please consider the following formatting changes
1 parent 316cc3f commit 374c97e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,9 +2141,9 @@ struct forwardlambdakzeroanalysis {
21412141

21422142
// get decay vertex coordinates
21432143
Vec3D vtx = fitter.getPCACandidate();
2144-
pairInfo.X = vtx[0]-collision.posX();
2145-
pairInfo.Y = vtx[1]-collision.posY();
2146-
pairInfo.Z = vtx[2]-collision.posZ();
2144+
pairInfo.X = vtx[0] - collision.posX();
2145+
pairInfo.Y = vtx[1] - collision.posY();
2146+
pairInfo.Z = vtx[2] - collision.posZ();
21472147

21482148
// get daughter DCA to PV
21492149
pairInfo.dcaPosToPVxy = std::sqrt(dcaPosToPVx * dcaPosToPVx + dcaPosToPVy * dcaPosToPVy);

0 commit comments

Comments
 (0)