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

Channel Assignment TrackBuilder output Tracks + Stubs and InputRouter input Stubs #110

Closed tschuh closed 2 years ago

tschuh commented 2 years ago

This PR does:

tschuh commented 2 years ago

Renamed TrackBuilderChannel to ChannelAssignment. One can now run any reduced chains by manipulating ChannelAssignment_cfi.py SeedTypes, MaxNumProjectionLayers, SeedTypesSeedLayers, SeedTypesProjectionLayers and IRChannelsIn.

tschuh commented 2 years ago

I renamed the config parameter so to make clear that those are subsets of other parameter. I added a consistency check so that one cannot invent new seed types are projection layer within these subsets.

tomalin commented 2 years ago

@tschuh Please check that you have responded to all comments, so this PR can be approved.