Skip to content
Snippets Groups Projects

Prepare LHCb v54r9

Merged Rosen Matev requested to merge release-v54r9 into master
2 files
+ 56
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 55
0
2023-06-12 LHCb v54r9
===
This version uses
Detector [v1r13](../../../../Detector/-/tags/v1r13),
Gaudi [v36r12](../../../../Gaudi/-/tags/v36r12) and
LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00.
This version is released on the `master` branch.
Built relative to LHCb [v54r8](/../../tags/v54r8), with the following changes:
### New features ~"new feature"
### Fixes ~"bug fix" ~workaround
- ~UT | Fix out-of-bound access in UT GeomCache constructor, !4121 (@gunther) [#305]
- ~Build | Temporary port of gaudi/Gaudi!1465, !4154 (@rmatev)
- Avoid using &vector[0], prefer vector.data(), !4128 (@graven) [#310]
### Enhancements ~enhancement
- ~Configuration | Modify computation of component hash ID, !4116 (@graven)
- ~Luminosity | Round non-integer lumi counter values rather than truncating them, !4152 (@dcraik) [MooreOnline#32]
- Use more precise approximation of atan2, !4139 (@ahennequ)
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
- ~Persistency | Remove detector geometry from unpackers, !4137 (@sesen)
- Remove warning from FT readout map (follow !4129), !4145 (@rmatev)
- Remove broken link to doxygen, !4144 (@rmatev)
- Corrections in somes includes, !4142 (@obuon)
- Fix SourceID-based selection for empty input (follow !4119), !4141 (@rmatev)
- Small tweaks/simplifications to AddressKillerAlg, !4133 (@graven)
### Documentation ~Documentation
- Clean up CONTRIBUTING.md following obsoletion of stripping24-patches branch, !4148 (@cattanem)
### Other
- ~Decoding ~FT | Reshape a bit the readout map to allow for errors, !4129 (@lohenry)
- ~Decoding ~FT | Rewrite the FTReadoutMap in order to get deactivated links from Conditions, !4096 (@lohenry)
- ~Tuples | Update the Run3 DTF: Add extra output and v2 PVs support, !4007 (@jzhuo)
- Update References for: LHCb!4116, MooreOnline!251, DaVinci!904 based on lhcb-master-mr/8181, !4146 (@lhcbsoft)
- Remove redundant mutable from RelationsTable, !4131 (@graven)
- Add option to explicitly by-pass check for identically configured components with different names, !4126 (@graven)
- Various streamlining and simplifications for the UT code used for tracking, !4124 (@decianm)
- Add algorithm to select subview of RawBank view, !4119 (@sstahl)
- Change ReserveDetDescForEvent to use LHCb::Algorithm, !4082 (@clemenci)
- Make AddressKillerAlg functional, !4125 (@sponce)
Loading