From dd928dc02a1ffd2ad8686c3dd8232a756aa515f0 Mon Sep 17 00:00:00 2001 From: P-A Loizeau <p.-a.loizeau@gsi.de> Date: Fri, 9 Sep 2022 15:11:18 +0200 Subject: [PATCH] [TOF unp] Fix missing det. type in mapping in par class, forgotten/lost during mcbm merging --- core/detectors/tof/CbmMcbm2018TofPar.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/core/detectors/tof/CbmMcbm2018TofPar.cxx b/core/detectors/tof/CbmMcbm2018TofPar.cxx index f4cdc38972..5dbed233f0 100644 --- a/core/detectors/tof/CbmMcbm2018TofPar.cxx +++ b/core/detectors/tof/CbmMcbm2018TofPar.cxx @@ -251,6 +251,7 @@ void CbmMcbm2018TofPar::BuildChannelsUidMap() } case 4: // intended fallthrough [[fallthrough]]; + case 7: [[fallthrough]]; case 9: // Star2 boxes { BuildChannelsUidMapStar2(uCh, uGbtx); -- GitLab