Detect and handle stations w/o modules in Trd TrackingInterface
Needed to handle the mTRD v25a
geometry where the TRD1D station had only the gibbet
and no module
, see discussion in !2142 (comment 53383)
=> If not done a station is looped on which tries to access non-existing module(s) parameters.
=> This patch will however only work if the TRD station without module is the last one in index. Any other cannot be handled due to the straight mapping vector index = station index
, so the patch introduces a FATAL
to catch this case in a semi-clean way.
=> There is still a further blocking point before enabling the mTRD in the mCBM 2025 Iron and Bismuth setups: the TRD2D station was moved out of acceptance and disabled (it was not operated due to HV problems), therefore it has 0 %
efficiency and fails the QA
macro test
=> Somebody should try to find the right setting for the QA YAMl files of these setups
@s.zharko please do not hesitate to heavily modify and/or reject this MR if you feel that the proposed solution is too "hacky"
Of interest to: @e.clerkin @apuntke @a.bercuci
Merge request reports
Activity
added BugFix Geometry Parameters Tracking mCBM labels
requested review from @s.zharko
assigned to @s.zharko
added 1 commit
- 362af99f - Detect and handle stations w/o modules in Trd TrackingInterface
mentioned in merge request !2142 (merged)
mentioned in merge request CbmSoft/cbmroot_geometry!319 (merged)
added 7 commits
-
362af99f...bd8f97bb - 6 commits from branch
computing:master
- ee50b887 - Detect and handle stations w/o modules in Trd TrackingInterface
-
362af99f...bd8f97bb - 6 commits from branch
added 84 commits
-
ee50b887...643e9459 - 83 commits from branch
computing:master
- a97d6872 - Detect and handle stations w/o modules in Trd TrackingInterface
-
ee50b887...643e9459 - 83 commits from branch
added 1 commit
- a9c4746f - Detect and handle stations w/o modules in Trd TrackingInterface
Dear @a.bercuci, @p.kaehler,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label