Clean up UT code for tracking
The UT code contains several duplications and legacy parts. Idea is to reduce it to only what is needed and clean up old code.
-
Remove
UTHit
and everything connected with it such asUTHitHandler
. Move everything toPrUTHits
. #305 (closed) -
Clarify the use of the Geometry Caches, which exist here and here. Move it to
LHCb
? -
Clarify numbers here and later in the file. Are all still needed?
-
Find the best approach to go from a row-column pair to a global sector number (lookup table or computation as here ?) Connected with: Rec#147
-
Streamlinings and simplifications (started in Rec!3421 (merged) and in !4124 (merged))