Skip to content

Commit

Permalink
Update Settings.h (cms-sw#89)
Browse files Browse the repository at this point in the history
TE truncation reduced from 108 to 107, as requested in cms-L1TK#85
  • Loading branch information
tomalin committed May 31, 2022
1 parent 4551938 commit 78b0fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/TrackFindingTracklet/interface/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ namespace trklet {
std::unordered_map<std::string, unsigned int> maxstep_{{"IR", 156}, //IR will run at a higher clock speed to handle
//input links running at 25 Gbits/s
{"VMR", 108},
{"TE", 108},
{"TE", 107},
{"TC", 108},
{"PR", 108},
{"ME", 108},
Expand Down

0 comments on commit 78b0fe0

Please sign in to comment.