Skip to content
Snippets Groups Projects
Commit 8b2e12c5 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'MO_master_enableMuonTrigRpcSeededDecode_Sep18' into 'master'

Enable decoding by RoIs for RPCs for EF muon (ATR-18497)

See merge request atlas/athena!14534

Former-commit-id: cb8ae016
parents a0178ebf 9f843376
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,9 @@ def makeMuonPrepDataAlgs( doL2SA, doEFSA ):
from MuonByteStream.MuonByteStreamConf import Muon__RpcRawDataProvider
RpcRawDataProvider = Muon__RpcRawDataProvider(name = "RpcRawDataProvider",
ProviderTool = MuonRpcRawDataProviderTool )
ProviderTool = MuonRpcRawDataProviderTool,
DoSeededDecoding = True,
RoIs = "MURoIs")
#OutputLevel = INFO)
if doEFSA == True:
viewAlgs_MuEFSA.append( RpcRawDataProvider )
......
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