cms-L1TK / cmssw

Fork of CMSSW where improvements to L1 tracking code are developed.
http://cms-sw.github.io/
Apache License 2.0
4 stars 5 forks source link

Fixed the equation for eta in Track.h #238

Closed dally96 closed 1 year ago

dally96 commented 1 year ago

The equation for eta in Track.h is incorrect. This was noticed when printing out the eta of the tracks at the end of PurgeDuplicate.cc and comparing them to the eta of tracks printed out from the debug statements in L1TrackNtupleMaker.cc. Once the fix was made, the two values agreed.