ATLAS Offline Software
LLPDFConfigFlags.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 # configuration flags for the LLP derivations
4 
5 from AthenaConfiguration.AthConfigFlags import AthConfigFlags
6 
7 
9  llpdcf = AthConfigFlags()
10  llpdcf.addFlag("Derivation.LLP.saveFullTruth", False)
11  llpdcf.addFlag("Derivation.LLP.doTrackSystematics", False)
12  return llpdcf
13 
python.LLPDFConfigFlags.createLLPDFConfigFlags
def createLLPDFConfigFlags()
Definition: LLPDFConfigFlags.py:8