Skip to content

Commit

Permalink
style correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalin committed Jul 13, 2020
1 parent 217013b commit 2a2f808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/L1TrackTrigger/interface/TTTrack.h
Expand Up @@ -212,7 +212,7 @@ TTTrack<T>::TTTrack(double aRinv,
double thePT = std::abs(MagConstant / aRinv * aBfield / 100.0); // Rinv is in cm-1
theMomentum_ = GlobalVector(GlobalVector::Cylindrical(thePT, aphi0, thePT * aTanlambda));
theRInv_ = aRinv;
thePOCA_ = GlobalPoint(ad0 * sin(aphi0), - ad0 * cos(aphi0), az0);
thePOCA_ = GlobalPoint(ad0 * sin(aphi0), -ad0 * cos(aphi0), az0);
theD0_ = ad0;
theZ0_ = az0;
thePhi_ = aphi0;
Expand Down

0 comments on commit 2a2f808

Please sign in to comment.