Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
Manage
Activity
Members
Labels
Plan
Issues
291
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
115
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
Rec
Merge requests
!1498
Backward compatible changes required to decommission COOL
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Backward compatible changes required to decommission COOL
marcocle/LHCBPS-1836
into
run2-patches
Overview
1
Commits
1
Pipelines
1
Changes
130
Merged
Marco Clemencic
requested to merge
marcocle/LHCBPS-1836
into
run2-patches
5 years ago
Overview
1
Commits
1
Pipelines
1
Changes
130
Expand
See merge request
!1324 (merged)
(cherry picked from commit
0956aa96
)
See
LHCBPS-1836
Edited
5 years ago
by
Marco Clemencic
👍
0
👎
0
Merge request reports
Compare
run2-patches
run2-patches (base)
and
latest version
latest version
94b57b23
1 commit,
5 years ago
130 files
+
2525
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
130
Search (e.g. *.vue) (Ctrl+P)
Rec/LumiAlgs/job/Lumi0Writer.py
+
1
−
1
Options
@@ -37,4 +37,4 @@ EventSelector().PrintFreq = 1000
#-- to test layer
from
Configurables
import
CondDB
CondDB
().
addLayer
(
dbFile
=
"
LHCBCOND_Lumi_IOV.db
"
,
dbName
=
"
LHCBCOND
"
)
CondDB
().
addLayer
(
os
.
environ
[
'
TEST_OVERLAY_ROOT
'
]
)
Loading