Skip to content

Fix layer id mapping in OuterInnerTracker.

Karol Krizka requested to merge kk_fixmapping into main

Previous code assumed that MCC's OuterInnerTracker starts layer counting at 0. It starts the counting at 1. This is to be consistent with the original tracker description where Inner and OuterInner tracker are combined into one detector.

Merge request reports