Skip to content
Snippets Groups Projects
Commit 05dd4c64 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'atr19897' into 'master'

Linking parent viewa in muon trigger CF test

Closes ATR-19897

See merge request atlas/athena!24218
parents 753b2c8a 98902a21
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,7 @@ if TriggerFlags.doMuon: ...@@ -159,6 +159,7 @@ if TriggerFlags.doMuon:
l2muCombViewsMaker.RoIsLink = "roi" # -||- l2muCombViewsMaker.RoIsLink = "roi" # -||-
l2muCombViewsMaker.InViewRoIs = "MUTrkRoIs" # contract with the consumer l2muCombViewsMaker.InViewRoIs = "MUTrkRoIs" # contract with the consumer
l2muCombViewsMaker.Views = "MUTrkViewRoIs" l2muCombViewsMaker.Views = "MUTrkViewRoIs"
l2muCombViewsMaker.RequireParentView = True
### get muComb reco sequence ### ### get muComb reco sequence ###
from TriggerMenuMT.HLTMenuConfig.Muon.MuonSetup import muCombRecoSequence from TriggerMenuMT.HLTMenuConfig.Muon.MuonSetup import muCombRecoSequence
...@@ -195,6 +196,7 @@ if TriggerFlags.doMuon: ...@@ -195,6 +196,7 @@ if TriggerFlags.doMuon:
### set the EVCreator ### ### set the EVCreator ###
efMuViewsMaker = EventViewCreatorAlgorithm("efMuViewsMaker") efMuViewsMaker = EventViewCreatorAlgorithm("efMuViewsMaker")
efMuViewsMaker.ViewFallThrough = True efMuViewsMaker.ViewFallThrough = True
efMuViewsMaker.RequireParentView = True
if doL2CB and doL2SA: if doL2CB and doL2SA:
filterEFSAAlg.Input = [trigmuCombHypo.HypoOutputDecisions] filterEFSAAlg.Input = [trigmuCombHypo.HypoOutputDecisions]
...@@ -257,6 +259,7 @@ if TriggerFlags.doMuon: ...@@ -257,6 +259,7 @@ if TriggerFlags.doMuon:
efCBMuViewsMaker.RoIsLink = "roi" # -||- efCBMuViewsMaker.RoIsLink = "roi" # -||-
efCBMuViewsMaker.InViewRoIs = "MUCBRoIs" # contract with the consumer efCBMuViewsMaker.InViewRoIs = "MUCBRoIs" # contract with the consumer
efCBMuViewsMaker.Views = "EFMUCBViewRoIs" efCBMuViewsMaker.Views = "EFMUCBViewRoIs"
efCBMuViewsMaker.RequireParentView = True
### get EF reco sequence ### ### get EF reco sequence ###
from TriggerMenuMT.HLTMenuConfig.Muon.MuonSetup import muEFCBRecoSequence from TriggerMenuMT.HLTMenuConfig.Muon.MuonSetup import muEFCBRecoSequence
...@@ -300,6 +303,7 @@ if TriggerFlags.doMuon: ...@@ -300,6 +303,7 @@ if TriggerFlags.doMuon:
l2muIsoViewsMaker.RoIsLink = "roi" # -||- l2muIsoViewsMaker.RoIsLink = "roi" # -||-
l2muIsoViewsMaker.InViewRoIs = "MUIsoRoIs" # contract with the consumer l2muIsoViewsMaker.InViewRoIs = "MUIsoRoIs" # contract with the consumer
l2muIsoViewsMaker.Views = "MUIsoViewRoIs" l2muIsoViewsMaker.Views = "MUIsoViewRoIs"
l2muIsoViewsMaker.RequireParentView = True
### get EF reco sequence ### ### get EF reco sequence ###
from TriggerMenuMT.HLTMenuConfig.Muon.MuonSetup import l2muisoRecoSequence from TriggerMenuMT.HLTMenuConfig.Muon.MuonSetup import l2muisoRecoSequence
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment