Skip to content

Commit 17b12fe

Browse files
authored
code format
1 parent 298b520 commit 17b12fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DataFormats/GeometryVector/src/TrackingJacobians.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ AlgebraicMatrix65 jacobianCurvilinearToCartesian(const GlobalVector& momentum, i
3636
R(5, 5) = 1.;
3737

3838
double p = pvec.mag(), p2 = p * p;
39-
double sinlambda = pvec.z()/p, coslambda = pt/p;
40-
double sinphi = pvec.y()/pt, cosphi = pvec.x()/pt;
41-
39+
double sinlambda = pvec.z() / p, coslambda = pt / p;
40+
double sinphi = pvec.y() / pt, cosphi = pvec.x() / pt;
41+
4242
theJacobian(1, 3) = 1.;
4343
theJacobian(2, 4) = 1.;
4444
theJacobian(3, 0) = -q * p2 * coslambda * cosphi;

0 commit comments

Comments
 (0)