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
a2392dd3
Commit
a2392dd3
authored
4 years ago
by
Rafal Bielski
Browse files
Options
Downloads
Patches
Plain Diff
MTCalibPebConfig.py: call getHLTConfigSvc and always add it to svcMgr
parent
769f4e91
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HLT/Trigger/TrigControl/TrigExamples/TrigExPartialEB/python/MTCalibPebConfig.py
+4
-4
4 additions, 4 deletions
...l/TrigExamples/TrigExPartialEB/python/MTCalibPebConfig.py
with
4 additions
and
4 deletions
HLT/Trigger/TrigControl/TrigExamples/TrigExPartialEB/python/MTCalibPebConfig.py
+
4
−
4
View file @
a2392dd3
...
@@ -271,10 +271,10 @@ def configure_hlt_result(hypo_algs):
...
@@ -271,10 +271,10 @@ def configure_hlt_result(hypo_algs):
# Give the menu json name to HLTConfigSvc
# Give the menu json name to HLTConfigSvc
from
AthenaCommon.AppMgr
import
ServiceMgr
as
svcMgr
from
AthenaCommon.AppMgr
import
ServiceMgr
as
svcMgr
if
not
hasattr
(
svcMgr
,
'
HLTConfigSvc
'
):
from
TrigConfigSvc.TrigConfigSvcCfg
import
get
HLTConfigSvc
from
TrigConfigSvc.Trig
ConfigSvcConfig
import
HLTConfigSvc
hltConfigSvc
=
getHLT
ConfigSvc
(
Config
Flags
)
svcMgr
+=
HLTConfigSvc
()
hltConfigSvc
.
JsonFileName
=
menu_json
svcMgr
.
HLT
ConfigSvc
.
JsonFileName
=
menu_json
svcMgr
+=
hlt
ConfigSvc
# Tool adding stream tags to HLT result
# Tool adding stream tags to HLT result
stmaker
=
StreamTagMakerToolCfg
()
stmaker
=
StreamTagMakerToolCfg
()
...
...
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