ATLAS Offline Software
Loading...
Searching...
No Matches
DerivationConfigFlags.py
Go to the documentation of this file.
1# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3# Common derivation config flags
4
5from AthenaConfiguration.AthConfigFlags import AthConfigFlags
6
8 dfflags = AthConfigFlags()
9 dfflags.addFlag("Derivation.skimmingExpression", "", help="Expression for command-line skimming, SKIM format only")
10 dfflags.addFlag("Derivation.dynamicConsumers", [], help="List of containers for command-line skimming, SKIM format only")
11 return dfflags