ATLAS Offline Software
Loading...
Searching...
No Matches
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
5from AthenaConfiguration.AthConfigFlags import AthConfigFlags
6
7
9 llpdcf = AthConfigFlags()
10 llpdcf.addFlag("Derivation.LLP.saveFullTruth", False)
11 llpdcf.addFlag("Derivation.LLP.doTrackSystematics", False)
12 llpdcf.addFlag("Derivation.LLP.doMuSAValidation", False)
13 return llpdcf
14