Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Panoptes
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
4
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
Panoptes
Merge requests
!256
Updates from the pit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updates from the pit
updates-from-the-pit
into
master
Overview
7
Commits
18
Pipelines
22
Changes
3
Merged
Christopher Rob Jones
requested to merge
updates-from-the-pit
into
master
1 year ago
Overview
7
Commits
18
Pipelines
22
Changes
3
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 20
ea4e59c2
1 year ago
version 19
dbb35112
1 year ago
version 18
fcb8ca3c
1 year ago
version 17
bae78350
1 year ago
version 16
3262d444
1 year ago
version 15
f211649e
1 year ago
version 14
ba327112
1 year ago
version 13
e7889f32
1 year ago
version 12
e5624476
1 year ago
version 11
0e5af399
1 year ago
version 10
f9fa2ecd
1 year ago
version 9
b6674151
1 year ago
version 8
1b829296
1 year ago
version 7
e0312665
1 year ago
version 6
a3b2c717
1 year ago
version 5
46b735db
1 year ago
version 4
5f4ee441
1 year ago
version 3
ad68146d
1 year ago
version 2
adac8072
1 year ago
version 1
43a1ec32
1 year ago
master (base)
and
version 2
latest version
7c3b3d83
18 commits,
1 year ago
version 20
ea4e59c2
18 commits,
1 year ago
version 19
dbb35112
17 commits,
1 year ago
version 18
fcb8ca3c
17 commits,
1 year ago
version 17
bae78350
16 commits,
1 year ago
version 16
3262d444
15 commits,
1 year ago
version 15
f211649e
13 commits,
1 year ago
version 14
ba327112
13 commits,
1 year ago
version 13
e7889f32
13 commits,
1 year ago
version 12
e5624476
12 commits,
1 year ago
version 11
0e5af399
11 commits,
1 year ago
version 10
f9fa2ecd
10 commits,
1 year ago
version 9
b6674151
10 commits,
1 year ago
version 8
1b829296
9 commits,
1 year ago
version 7
e0312665
8 commits,
1 year ago
version 6
a3b2c717
8 commits,
1 year ago
version 5
46b735db
8 commits,
1 year ago
version 4
5f4ee441
8 commits,
1 year ago
version 3
ad68146d
7 commits,
1 year ago
version 2
adac8072
4 commits,
1 year ago
version 1
43a1ec32
3 commits,
1 year ago
3 files
+
25
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Rich/Panoptes/options/RichCommissioning-Online.py
+
2
−
2
Options
@@ -34,7 +34,7 @@ from Panoptes.commissioning import daq_commissioning
LHCbApp
().
DataType
=
"
Upgrade
"
options
.
output_level
=
Gaudi
.
WARNING
options
.
output_level
=
Gaudi
.
INFO
OnlineEnv
.
OutputLevel
=
options
.
output_level
nThreads
=
1
@@ -56,7 +56,7 @@ dd4hep = DD4hepSvc(DetectorList=["/world", "Magnet", "Rich1", "Rich2"])
# When running online directly access the primary checkout on disc instead
dd4hep
.
ConditionsLocation
=
'
file:/group/online/hlt/conditions.run3/lhcb-conditions-database
'
# Conditions that should also have an explicit run-by-run entry
#
dd4hep.LimitedIOVPaths = ["Conditions/LHCb/Online/Tell40Links.yml"]
dd4hep
.
LimitedIOVPaths
=
[
"
Conditions/LHCb/Online/Tell40Links.yml
"
]
run_reconstruction
(
options
,
daq_commissioning
)
Loading