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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Scott Snyder
athena
Commits
3c01eaec
Commit
3c01eaec
authored
6 years ago
by
Savanna Shaw
Browse files
Options
Downloads
Patches
Plain Diff
Final bug fixes to get muon tests running fine.
Former-commit-id:
296a5f56
parent
bdfffb7e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Trigger/TrigValidation/TrigUpgradeTest/python/MuonSetup.py
+4
-5
4 additions, 5 deletions
Trigger/TrigValidation/TrigUpgradeTest/python/MuonSetup.py
Trigger/TrigValidation/TrigUpgradeTest/python/muMenuDefs.py
+2
-5
2 additions, 5 deletions
Trigger/TrigValidation/TrigUpgradeTest/python/muMenuDefs.py
with
6 additions
and
10 deletions
Trigger/TrigValidation/TrigUpgradeTest/python/MuonSetup.py
+
4
−
5
View file @
3c01eaec
...
...
@@ -580,14 +580,14 @@ def muEFCBRecoSequence( RoIs, OutputLevel=INFO ):
from
AthenaCommon.CfgGetter
import
getPublicTool
,
getPublicToolClone
from
AthenaCommon
import
CfgMgr
efAlgs
=
[]
from
AthenaCommon.CFElements
import
parOR
,
seqAND
,
seqOR
,
stepSeq
efAlgs
=
[]
muEFCBRecoSequence
=
parOR
(
"
efcbViewNode
"
)
#Need ID tracking related objects and MS tracks from previous steps
ViewVerifyTrk
=
CfgMgr
.
AthViews__ViewDataVerifier
(
"
muonCBViewDataVerifier
"
)
ViewVerifyTrk
.
DataObjects
=
[(
'
xAOD::TrackParticleContainer
'
,
'
StoreGateSvc+xAODTracks
'
),(
'
SCT_FlaggedCondData
'
,
'
StoreGateSvc+SCT_FlaggedCondData
'
),
(
'
InDetBSErrContainer
'
,
'
StoreGateSvc+SCT_ByteStreamErrs
'
),
(
'
xAOD::EventInfo
'
,
'
StoreGateSvc+EventInfo
'
),(
'
xAOD::IParticleContainer
'
,
'
StoreGateSvc+xAODTracks
'
),(
'
SCT_ByteStreamFractionContainer
'
,
'
StoreGateSvc+SCT_ByteStreamFrac
'
),(
'
Muon::CscStripPrepDataContainer
'
,
'
StoreGateSvc+CSC_Measurements
'
),
(
'
Muon::MdtPrepDataContainer
'
,
'
StoreGateSvc+MDT_DriftCircles
'
),
(
'
xAOD::TrackParticleContainer
'
,
'
StoreGateSvc+MuonSpectrometerTrackParticles
'
)
]
efcbViewNode
+=
ViewVerifyTrk
muEFCBRecoSequence
+=
ViewVerify
muEFCBRecoSequence
+=
ViewVerifyTrk
#Make InDetCandidates
theIndetCandidateAlg
=
CfgMgr
.
MuonCombinedInDetCandidateAlg
(
"
TrigMuonCombinedInDetCandidateAlg
"
,
TrackSelector
=
getPublicTool
(
"
MuonCombinedInDetDetailedTrackSelectorTool
"
),
TrackParticleLocation
=
[
"
xAODTracks
"
],
ForwardParticleLocation
=
"
xAODTracks
"
,
OutputLevel
=
DEBUG
)
...
...
@@ -635,7 +635,6 @@ def muEFCBRecoSequence( RoIs, OutputLevel=INFO ):
themuoncbcreatoralg
.
ClusterContainerName
=
""
themuoncbcreatoralg
.
MuonContainerLocation
=
"
CBMuons
"
themuoncbcreatoralg
.
SegmentContainerName
=
"
CBSegments
"
themuoncbcreatoralg
.
CombinedTrackLocation
=
"
CBCombinedMuons
"
themuoncbcreatoralg
.
ExtrapolatedLocation
=
"
CBExtrapolatedMuons
"
themuoncbcreatoralg
.
MSOnlyExtrapolatedLocation
=
"
CBMSOnlyExtrapolatedMuons
"
themuoncbcreatoralg
.
CombinedLocation
=
"
CBCombinedMuon
"
...
...
This diff is collapsed.
Click to expand it.
Trigger/TrigValidation/TrigUpgradeTest/python/muMenuDefs.py
+
2
−
5
View file @
3c01eaec
...
...
@@ -207,17 +207,14 @@ def muEFCBStep():
from
TrigUpgradeTest.MuonSetup
import
muEFCBRecoSequence
muEFCBRecoSequence
,
sequenceOut
=
muEFCBRecoSequence
(
efcbViewsMaker
.
InViewRoIs
,
OutputLevel
=
DEBUG
)
ef
sa
ViewsMaker
.
ViewNodeName
=
muEF
SA
RecoSequence
.
name
()
ef
cb
ViewsMaker
.
ViewNodeName
=
muEF
CB
RecoSequence
.
name
()
# setup EFCB hypo
from
TrigMuonHypo.TrigMuonHypoConfigMT
import
TrigMuonEFCombinerHypoConfig
trigMuonEFCBHypo
=
TrigMuonEFCombinerHypoConfig
(
"
TrigMuonEFCombinerHypoAlg
"
)
trigMuonEFCBHypo
.
OutputLevel
=
DEBUG
print
"
muEFCBInfo
"
print
muEFCBInfo
trigMuonEFCBHypo
.
MuonDecisions
=
muEFCBInfo
print
trigMuonEFCBHypo
.
MuonDecisions
=
sequenceOut
muonEFCBSequence
=
seqAND
(
"
muonEFCBSequence
"
,
[
efcbViewsMaker
,
efcbViewNode
]
)
...
...
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