Skip to content
Snippets Groups Projects

Adapted IDPVM config to run on r21.9 AOD without the extrapolator

Merged Thomas Strebler requested to merge tstreble/athena:IDPVM_r22_ITk_21.9 into master
5 files
+ 13
7
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -44,7 +44,7 @@ def canAddDecorator(flags):
if not (flags.Detector.GeometryID or flags.Detector.GeometryITk):
return False
return "StreamESD" in flags.Input.ProcessingTags or "StreamAOD" in flags.Input.ProcessingTags
return ("StreamESD" in flags.Input.ProcessingTags or "StreamAOD" in flags.Input.ProcessingTags) and flags.IDPVM.runDecoration
'''
if rec.readTAG:
Loading