Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MUON] fix data sources when only MFT and MCH are available (#2263)
The case where only MFT and MCH tracks are available was not correctly handled by the TracksTask, since the standalone MFT and MCH tracks were not added to the list of requested data sources for the reco container. This led to fatal exceptions like this during the processing: ``` stderr: what(): [MuonTrack(GlobalFwdTrack)] bad MFT track index: iMFT=1417 tracksMFT.size()=0 ```
- Loading branch information