Skip to content
Snippets Groups Projects

Updates from the pit

Merged Christopher Rob Jones requested to merge updates-from-the-pit into master
Compare and
8 files
+ 642
130
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -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