Skip to content
Snippets Groups Projects

TrigL2MuonSA+TMMT: add AccumulatorCache for Muons

Merged Frank Winklmeier requested to merge fwinkl/athena:muoncache into 23.0
All threads resolved!
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,6 +7,7 @@
from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
from AthenaConfiguration.ComponentFactory import CompFactory
from AthenaConfiguration.AccumulatorCache import AccumulatorCache
# Get Rpc data decoder for MuFast data preparator
@@ -340,8 +341,8 @@ def AlignmentBarrelLUTSvcCfg( flags ):
return acc, alignmentBarrelLUTSvc
# In the future, above functions should be moved to TrigL2MuonSA package(?)
@AccumulatorCache
def l2MuFastAlgCfg( flags, roisKey, setup="", **kwargs ):
acc = ComponentAccumulator()
Loading