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

Move ExpressProcessing flag to trunk (LumiBlockComps-01-00-16)

parent db421f43
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ use StoreGate StoreGate-* Control
use LumiCalc LumiCalc-* LumiBlock
use CoolLumiUtilities CoolLumiUtilities-* Database
use xAODLuminosity xAODLuminosity-* Event/xAOD
use LumiBlockData LumiBlockData-* LumiBlock
private
use AtlasCOOL AtlasCOOL-* External
......
......@@ -43,10 +43,10 @@ def LuminosityToolOfflineRun1(name="LuminosityTool"):
# Now configure DB based on the environment
from IOVDbSvc.CondDB import conddb
from InDetRecExample.InDetJobProperties import InDetFlags
from RecExConfig.RecFlags import rec
# Check if this is express stream or bulk
if not InDetFlags.useBeamConstraint():
if rec.doExpressProcessing():
lumiFolder = "/TRIGGER/LUMI/LBLESTONL"
if not conddb.folderRequested( lumiFolder ):
conddb.addFolder('TRIGGER_ONL', lumiFolder)
......@@ -109,12 +109,12 @@ def LuminosityToolOfflineRun2(name="LuminosityTool"):
# Set up DB configuration
from IOVDbSvc.CondDB import conddb
from InDetRecExample.InDetJobProperties import InDetFlags
from RecExConfig.RecFlags import rec
lumiTool = LuminosityTool(name)
# Check if this is express stream or bulk
if not InDetFlags.useBeamConstraint():
if rec.doExpressProcessing():
lumiFolder = "/TRIGGER/LUMI/OnlPrefLumi"
if not conddb.folderRequested( lumiFolder ):
conddb.addFolder('TRIGGER_ONL', lumiFolder)
......
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