Skip to content
Snippets Groups Projects
Commit d38494c7 authored by Mark Hodgkinson's avatar Mark Hodgkinson
Browse files

Update logic of track caching to ensure it runs in RAWtoESD.

parent eb2439ce
No related branches found
No related tags found
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!48467Bug fix for ATLASRECTS-6705
......@@ -120,7 +120,7 @@ def PFCfg(inputFlags,**kwargs):
from eflowRec.PFCfg import PFTrackSelectorAlgCfg
useCaching = True
#If reading ESD/AOD do not make use of caching of track extrapolations.
if (inputFlags.Input.Format == "POOL"):
if (inputFlags.Input.Format == "POOL" and not ('StreamRDO' in inputFlags.Input.ProcessingTags or 'OutputStreamRDO' in inputFlags.Input.ProcessingTags)):
useCaching = False
result.merge(PFTrackSelectorAlgCfg(inputFlags,"PFTrackSelector",useCaching))
......
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