Skip to content
Snippets Groups Projects
Commit f7cfa813 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'master-muonLRTRoISizeUpdate-Apr2021' into 'master'

update muonLRT RoI size

See merge request atlas/athena!42212
parents 2f9d565e 9cd04bff
No related branches found
No related tags found
No related merge requests found
...@@ -246,12 +246,14 @@ def muCombSequence(): ...@@ -246,12 +246,14 @@ def muCombSequence():
HypoToolGen = TrigmuCombHypoToolFromDict ) HypoToolGen = TrigmuCombHypoToolFromDict )
def muCombLRTAlgSequence(ConfigFlags): def muCombLRTAlgSequence(ConfigFlags):
### set the EVCreator ### ### set the EVCreator ###
l2muCombLRTViewsMaker = EventViewCreatorAlgorithm("IMl2muCombLRT") l2muCombLRTViewsMaker = EventViewCreatorAlgorithm("IMl2muCombLRT")
newRoITool = ViewCreatorFetchFromViewROITool() newRoITool = ViewCreatorCentredOnIParticleROITool()
newRoITool.RoIEtaWidth=0.2
newRoITool.RoIPhiWidth=0.4
newRoITool.RoisWriteHandleKey = recordable("HLT_Roi_L2SAMuon_LRT") #RoI collection recorded to EDM newRoITool.RoisWriteHandleKey = recordable("HLT_Roi_L2SAMuon_LRT") #RoI collection recorded to EDM
newRoITool.InViewRoIs = muNames.L2forIDName #input RoIs from L2 SA views
# #
l2muCombLRTViewsMaker.RoIsLink = "initialRoI" # ROI for merging is still from L1, we get exactly one L2 SA muon per L1 ROI l2muCombLRTViewsMaker.RoIsLink = "initialRoI" # ROI for merging is still from L1, we get exactly one L2 SA muon per L1 ROI
......
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