Skip to content
Snippets Groups Projects
Commit 8d1036c2 authored by Liaoshan Shi's avatar Liaoshan Shi
Browse files

Add LumiBlockMuTool to fix AveIntPerXDecor error

Details in ATLASRECTS-5544, ATLASRECTS-5496
parent b1fb0189
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!34926Update online Event Displays configuration for rel22
......@@ -311,6 +311,17 @@ from AthenaCommon.GlobalFlags import globalflags
#globalflags.DatabaseInstance = "CONDBR2"
globalflags.DatabaseInstance.set_Value_and_Lock("CONDBR2")
from LumiBlockComps.LuminosityCondAlgDefault import LuminosityCondAlgOnlineDefault
LuminosityCondAlgOnlineDefault()
from LumiBlockComps.LumiBlockMuWriterDefault import LumiBlockMuWriterDefault
LumiBlockMuWriterDefault()
from AthenaCommon.AppMgr import ToolSvc
from AthenaCommon import CfgMgr
if not hasattr(ToolSvc, "LumiBlockMuTool"):
ToolSvc += CfgMgr.LumiBlockMuTool("LumiBlockMuTool")
## Another Problem with LAR offline databases
from LArConditionsCommon.LArCondFlags import larCondFlags
#larCondFlags.SingleVersion.set_Value_and_Lock(True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment