Make Rndm::Numbers methods const
Trying to use Rndm::Numbers
in a Gaudi::Functional
algorithm I found that the methods are non-const while the underlying corresponding methods (in GaudiSvc) are const.
To be noted that all those const qualifiers are not actually ensuring any level of thread safety, as all the const-ness is nicely swiped away by the fact the we use the PIMPL pattern via pointers.
Merge request reports
Activity
changed milestone to %v36r6
added lhcb-gaudi-head label
- [2022-05-25 00:07] Validation started with lhcb-gaudi-head#3245
- [2022-05-25 00:57] Validation started with lhcb-run2-gaudi-head#329
- [2022-05-26 00:05] Validation started with lhcb-gaudi-head#3246
- [2022-05-26 00:36] Validation started with lhcb-run2-gaudi-head#330
- [2022-05-27 00:06] Validation started with lhcb-gaudi-head#3247
- [2022-05-27 00:43] Validation started with lhcb-run2-gaudi-head#331
- [2022-05-28 00:04] Validation started with lhcb-gaudi-head#3248
- [2022-05-29 00:04] Validation started with lhcb-gaudi-head#3249
- [2022-05-30 00:03] Validation started with lhcb-gaudi-head#3250
- [2022-05-31 00:05] Validation started with lhcb-gaudi-head#3251
- [2022-05-31 00:26] Validation started with lhcb-run2-gaudi-head#332
Edited by Software for LHCbassigned to @clemenci
mentioned in commit 5981808a
mentioned in merge request lhcb/Boole!389 (merged)
mentioned in merge request atlas/athena!55604 (closed)
Please register or sign in to reply