Skip to content
Snippets Groups Projects

Do not create views at offline level but only RoIs

Merged Carlo Varni requested to merge cvarni/athena:DoNotCreateViews into main
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -13,13 +13,13 @@ def actsAloneWorkflowFlags(flags):
def actsWorkflowFlags(flags):
"""flags for Reco_tf with CA used in CI tests: add Acts workflow to reco sequence"""
# flags.DQ.useTrigger = False
# flags.Acts.doAnalysis = True
# flags.Acts.doMonitoring = True
flags.DQ.useTrigger = False
flags.Acts.doAnalysis = True
flags.Acts.doMonitoring = True
flags.Acts.doAmbiguityResolution = True
flags.Tracking.recoChain = [TrackingComponent.AthenaChain,
TrackingComponent.ActsChain]
# flags.Output.HISTFileName = "ActsMonitoringOutput.root"
flags.Output.HISTFileName = "ActsMonitoringOutput.root"
def actsValidateClustersFlags(flags):
"""flags for Reco_tf with CA used in CI tests: use cluster conversion [xAOD -> InDet] with both Athena and Acts sequences"""
Loading