Skip to content
Snippets Groups Projects
Commit 7495cdf4 authored by Eric Torrence's avatar Eric Torrence Committed by Graeme Stewart
Browse files

Fix lumi block duration (LumiBlockComps-01-00-17)

	* Fix lumi block duration (by configuring LBLB again)
	* tag as LumiBlockComps-01-00-17
parent cdf6e1eb
No related merge requests found
...@@ -139,6 +139,14 @@ def LuminosityToolOfflineRun2(name="LuminosityTool"): ...@@ -139,6 +139,14 @@ def LuminosityToolOfflineRun2(name="LuminosityTool"):
else: else:
mlog.info("LuminosityToolOfflineRun2 found %s already defined!" % toolName) mlog.info("LuminosityToolOfflineRun2 found %s already defined!" % toolName)
# Other folders needed by LuminosityTool
folder = "/TRIGGER/LUMI/LBLB"
if not conddb.folderRequested( folder ):
conddb.addFolder('TRIGGER', folder)
mlog.info("LuminosityToolOfflineRun1 requested %s", folder)
lumiTool.LBLBFolderName = folder
# Other folder names are now blank by default # Other folder names are now blank by default
return lumiTool return lumiTool
......
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