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

Change assert to an if statement so that we can run with reduced conf… #220

Closed aryd closed 1 year ago

aryd commented 1 year ago

…igurations where not all stubs are routed

PR description:

Trivial change to replace an assert in VMRouterCM with an if statement. If we are running on a complete configuration all stubs will be routed to some VM memory. But in a reduced configuration this is not the case and the assert is not replaced with an if statement.

PR validation:

This code has been tested to generate all the combined module reduced configurations as well as running the full configuration.