ATLAS Offline Software
Loading...
Searching...
No Matches
python.LLPDFConfigFlags Namespace Reference

Functions

 createLLPDFConfigFlags ()

Function Documentation

◆ createLLPDFConfigFlags()

python.LLPDFConfigFlags.createLLPDFConfigFlags ( )

Definition at line 8 of file LLPDFConfigFlags.py.

8def createLLPDFConfigFlags():
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