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
ad694174
Commit
ad694174
authored
5 years ago
by
Mark Andrew Owen
Browse files
Options
Downloads
Patches
Plain Diff
Minor python fixes in MuonSetup
parent
250e2026
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
Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/MuonSetup.py
+1
-2
1 addition, 2 deletions
...mmon/TriggerMenuMT/python/HLTMenuConfig/Muon/MuonSetup.py
with
1 addition
and
2 deletions
Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/MuonSetup.py
+
1
−
2
View file @
ad694174
...
@@ -421,7 +421,6 @@ def muEFSARecoSequence( RoIs, name ):
...
@@ -421,7 +421,6 @@ def muEFSARecoSequence( RoIs, name ):
(
eventAlgs_MuonPRD
,
viewAlgs_MuonPRD
)
=
makeMuonPrepDataAlgs
(
name
==
'
FS
'
)
(
eventAlgs_MuonPRD
,
viewAlgs_MuonPRD
)
=
makeMuonPrepDataAlgs
(
name
==
'
FS
'
)
# setup RDO preparator algorithms
# setup RDO preparator algorithms
from
AthenaCommon
import
CfgMgr
if
name
!=
'
FS
'
:
if
name
!=
'
FS
'
:
# we now try to share the MDT data preparation algorithm with L2, so we tell the view that it should expect the MDT PRDs to be available
# we now try to share the MDT data preparation algorithm with L2, so we tell the view that it should expect the MDT PRDs to be available
efAlgs
.
append
(
CfgMgr
.
AthViews__ViewDataVerifier
(
name
=
"
EFMuonViewDataVerifier
"
,
efAlgs
.
append
(
CfgMgr
.
AthViews__ViewDataVerifier
(
name
=
"
EFMuonViewDataVerifier
"
,
...
@@ -430,7 +429,7 @@ def muEFSARecoSequence( RoIs, name ):
...
@@ -430,7 +429,7 @@ def muEFSARecoSequence( RoIs, name ):
for
viewAlg_MuonPRD
in
viewAlgs_MuonPRD
:
for
viewAlg_MuonPRD
in
viewAlgs_MuonPRD
:
# we now try to share the MDT data preparation algorithm with L2, so only add the MDT algo if we are running full-scane
# we now try to share the MDT data preparation algorithm with L2, so only add the MDT algo if we are running full-scane
# this is slightly ugly, should be improved in new JO setup
# this is slightly ugly, should be improved in new JO setup
if
not
'
Mdt
'
in
viewAlg_MuonPRD
.
name
()
or
name
==
'
FS
'
:
if
'
Mdt
'
not
in
viewAlg_MuonPRD
.
name
()
or
name
==
'
FS
'
:
efAlgs
.
append
(
viewAlg_MuonPRD
)
efAlgs
.
append
(
viewAlg_MuonPRD
)
from
TrkDetDescrSvc.TrkDetDescrSvcConf
import
Trk__TrackingVolumesSvc
from
TrkDetDescrSvc.TrkDetDescrSvcConf
import
Trk__TrackingVolumesSvc
...
...
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