ATLAS Offline Software
Loading...
Searching...
No Matches
TrackOverlayConfigFlags.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2from AthenaConfiguration.AthConfigFlags import AthConfigFlags
3
5 mlcf = AthConfigFlags()
6 mlcf.addFlag("TrackOverlay.isTrackOverlaySeq", False)
7 mlcf.addFlag("TrackOverlay.MLThreshold", 0.74201)
8
9 return mlcf
10
11if __name__ == "__main__":
13 flags.dump()