Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena-acts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Dimitra Amperiadou
athena-acts
Commits
0b437ab5
Commit
0b437ab5
authored
9 years ago
by
Eric Torrence
Committed by
Graeme Stewart
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Move ExpressProcessing flag to trunk (LumiBlockComps-01-00-16)
parent
db421f43
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LumiBlock/LumiBlockComps/cmt/requirements
+1
-0
1 addition, 0 deletions
LumiBlock/LumiBlockComps/cmt/requirements
LumiBlock/LumiBlockComps/python/LuminosityToolDefault.py
+4
-4
4 additions, 4 deletions
LumiBlock/LumiBlockComps/python/LuminosityToolDefault.py
with
5 additions
and
4 deletions
LumiBlock/LumiBlockComps/cmt/requirements
+
1
−
0
View file @
0b437ab5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
LumiBlock/LumiBlockComps/python/LuminosityToolDefault.py
+
4
−
4
View file @
0b437ab5
...
...
@@ -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
.
useBeamConstra
in
t
():
if
rec
.
doExpressProcess
in
g
():
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
.
useBeamConstra
in
t
():
if
rec
.
doExpressProcess
in
g
():
lumiFolder
=
"
/TRIGGER/LUMI/OnlPrefLumi
"
if
not
conddb
.
folderRequested
(
lumiFolder
):
conddb
.
addFolder
(
'
TRIGGER_ONL
'
,
lumiFolder
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment