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

Minor improvements #120

Closed tomalin closed 2 years ago

tomalin commented 2 years ago

PR description:

1) Added truncation of TrackBuilder output at 108 clock cycles. 2) Code no longer calls KF track fit for tracklets identified as duplicates by PurgeDuplicates. This saves CPU. 3) Cosmetic code change to TrackFit.cc to make it more obvious that it doesn't call HybridFit if the "merge" duplicate algo is enabled. 4) Added some comments to code.

Checked tracking performance and summer chain txt files unchanged.

tomalin commented 2 years ago

Rebased to latest master

tomalin commented 2 years ago

@aehart Thanks for your review. I believe I've now addressed all your comments.