Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
LHCb
Commits
39ed8198
Commit
39ed8198
authored
2 years ago
by
Rosen Matev
Browse files
Options
Downloads
Patches
Plain Diff
Prepare LHCb v54r1
parent
e5b1ce0c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3838
Prepare LHCb v54r1
Pipeline
#4678057
passed
2 years ago
Stage: test
Stage: .post
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ReleaseNotes/v54r1.md
+54
-0
54 additions, 0 deletions
ReleaseNotes/v54r1.md
with
55 additions
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
39ed8198
...
...
@@ -11,7 +11,7 @@
cmake_minimum_required
(
VERSION 3.15
)
option
(
CMAKE_EXPORT_COMPILE_COMMANDS
"Enable/Disable output of compile_commands.json"
ON
)
project
(
LHCb VERSION 54.
0
project
(
LHCb VERSION 54.
1
LANGUAGES CXX
)
# Enable testing with CTest/CDash
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes/v54r1.md
0 → 100644
+
54
−
0
View file @
39ed8198
2022-10-26 LHCb v54r1
===
This version uses
Gaudi
[
v36r8
](
../../../../Gaudi/-/tags/v36r8
)
,
Detector
[
v1r5
](
../../../../Detector/-/tags/v1r5
)
and
This version uses LCG
[
101a
](
http://lcginfo.cern.ch/release/101a_LHCB_7/
)
with ROOT 6.24.08.
This version is released on
`master`
branch.
Built relative to LHCb
[
v54r0
](
/../../tags/v54r0
)
, with the following changes:
### New features ~"new feature"
-
~Tracking | PrSciFiHits add method to check if empty, !3814 (@gunther)
### Fixes ~"bug fix" ~workaround
-
~Core | Make sure barriers do not think they depend on themselves, !3819 (@graven)
### Enhancements ~enhancement
-
~Decoding ~Muon | Protect the muon decoding from unexpected data, !3736 (@rmatev) [#242]
-
~Conditions | Add Condition conversion to JSON and improve conversion to YAML, !3768 (@clemenci) [#241]
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
-
~Decoding ~RICH | Clean up how RICH DAQ helper initialisation status codes are set, !3821 (@jonrob)
-
~Decoding ~RICH | Add RICH decode-and-spacepoints test using 2022 data, !3820 (@jonrob)
-
~Calo | Modernize CaloFutureFillRawBuffer, !3744 (@jmarchan)
-
~Persistency | Do not write keys imported from file into git, !3804 (@graven)
-
~Build | Speed up projectenv.sh generation and execution, !3824 (@rmatev)
-
Added missing std::pair
<int
,
LHCb::GenFSR::CrossValues
>
to XML dict, !3835 (@bcouturi)
-
Do not hardcode value for default field current in DD4hepSvc, !3828 (@jonrob)
-
Do not use minus in Plume channel string representation, !3798 (@rmatev)
-
Dropped compilation of DetDesc in DD4hep mode and adapted code, !3789 (@sponce)
-
Make MuonChamberLayout error message more explicit, !3815 (@samarian)
### Other
-
~Tracking ~Persistency | Increase version number of PackedTrack to reflect change in the definition of LHCbID, !3810 (@graven)
-
~RICH | Add defines for VerboseCounter and DebugCounter to RichCommonBase, !3813 (@jonrob)
-
~RICH ~Conditions | Rich Conditions - Use nlohmann::json, !3818 (@jonrob)
-
~"Event model" ~Persistency | SOA persistency, !3581 (@sesen)
-
~Luminosity | Update V2 of lumi summary rawbank to use correct counter sizes, !3803 (@sxian)
-
Fix use of Gaudi::Accumulators::Counter, !3830 (@clemenci)
-
Unify packing code further, pack multiple types with a single packer, !3805 (@graven)
-
Extend HltLumiSummary decoding to Run 3 format, !3518 (@dcraik)
-
Add an is_barrier property to the PyConf algorithm wrapper, !3809 (@graven)
-
Update References for: LHCb!3808 based on lhcb-master-mr/5862, !3812 (@lhcbsoft)
-
IOSvc info print number of processed files, !3808 (@gunther)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment