Skip to content
Snippets Groups Projects

Add AccumulatorCache to FTF config

Merged Stewart Martin-Haugh requested to merge smh/athena:ftf_cache into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
from AthenaMonitoringKernel.GenericMonitoringTool import GenericMonitoringTool
from AthenaConfiguration.AccumulatorCache import AccumulatorCache
def TrigFastTrackFinderMonitoring(flags):
name = flags.Tracking.ActiveConfig.name
@@ -245,6 +246,7 @@ def TrigZFinderCfg(flags : AthConfigFlags, numberingTool) -> ComponentAccumulato
return acc
@AccumulatorCache
def TrigFastTrackFinderCfg(flags: AthConfigFlags, name: str, slice_name: str, RoIs: str, inputTracksName:str = None) -> ComponentAccumulator:
acc = ComponentAccumulator()
Loading