Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
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
Peter Sherwood
athena
Commits
132bee05
Commit
132bee05
authored
5 years ago
by
Joerg Stelzer
Browse files
Options
Downloads
Patches
Plain Diff
Fix configuration of prescaling with new JO
parent
f550b5b8
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
Trigger/TrigSteer/L1Decoder/python/L1DecoderConfig.py
+2
-1
2 additions, 1 deletion
Trigger/TrigSteer/L1Decoder/python/L1DecoderConfig.py
Trigger/TriggerCommon/TriggerJobOpts/python/TriggerConfigFlags.py
+3
-2
3 additions, 2 deletions
...TriggerCommon/TriggerJobOpts/python/TriggerConfigFlags.py
with
5 additions
and
3 deletions
Trigger/TrigSteer/L1Decoder/python/L1DecoderConfig.py
+
2
−
1
View file @
132bee05
...
@@ -163,8 +163,9 @@ def L1DecoderCfg(flags):
...
@@ -163,8 +163,9 @@ def L1DecoderCfg(flags):
decoderAlg
.
DoCostMonitoring
=
flags
.
Trigger
.
CostMonitoring
.
doCostMonitoring
decoderAlg
.
DoCostMonitoring
=
flags
.
Trigger
.
CostMonitoring
.
doCostMonitoring
decoderAlg
.
CostMonitoringChain
=
flags
.
Trigger
.
CostMonitoring
.
chain
decoderAlg
.
CostMonitoringChain
=
flags
.
Trigger
.
CostMonitoring
.
chain
from
TrigConfigSvc.TrigConfigSvcC
onfi
g
import
TrigConfigSvcCfg
from
TrigConfigSvc.TrigConfigSvcC
f
g
import
TrigConfigSvcCfg
,
HLTPrescaleCondAlgCfg
acc
.
merge
(
TrigConfigSvcCfg
(
flags
)
)
acc
.
merge
(
TrigConfigSvcCfg
(
flags
)
)
acc
.
merge
(
HLTPrescaleCondAlgCfg
(
flags
)
)
# Add the algorithm producing the input RoIBResult
# Add the algorithm producing the input RoIBResult
from
TrigT1ResultByteStream.TrigT1ResultByteStreamConfig
import
RoIBResultDecoderCfg
,
L1TriggerResultMakerCfg
from
TrigT1ResultByteStream.TrigT1ResultByteStreamConfig
import
RoIBResultDecoderCfg
,
L1TriggerResultMakerCfg
...
...
This diff is collapsed.
Click to expand it.
Trigger/TriggerCommon/TriggerJobOpts/python/TriggerConfigFlags.py
+
3
−
2
View file @
132bee05
...
@@ -89,8 +89,9 @@ def createTriggerFlags():
...
@@ -89,8 +89,9 @@ def createTriggerFlags():
# use or not frontier proxies
# use or not frontier proxies
flags
.
addFlag
(
'
Trigger.triggerUseFrontier
'
,
False
)
flags
.
addFlag
(
'
Trigger.triggerUseFrontier
'
,
False
)
# the configuration name, see TriggerFlags for full info
# the configuration source
flags
.
addFlag
(
'
Trigger.triggerConfig
'
,
'
MCRECO:DEFAULT
'
)
# see https://twiki.cern.ch/twiki/bin/view/Atlas/TriggerConfigFlag
flags
.
addFlag
(
'
Trigger.triggerConfig
'
,
'
FILE
'
)
# name of the trigger menu
# name of the trigger menu
flags
.
addFlag
(
'
Trigger.triggerMenuSetup
'
,
'
LS2_v1
'
)
flags
.
addFlag
(
'
Trigger.triggerMenuSetup
'
,
'
LS2_v1
'
)
...
...
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