ATLAS Offline Software
PhysicsAnalysis
DerivationFramework
DerivationFrameworkConfiguration
python
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
5
from
AthenaConfiguration.AthConfigFlags
import
AthConfigFlags
6
7
def
createDerivationConfigFlags
():
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
python.DerivationConfigFlags.createDerivationConfigFlags
def createDerivationConfigFlags()
Definition:
DerivationConfigFlags.py:7
Generated on Mon Sep 1 2025 21:09:05 for ATLAS Offline Software by
1.8.18