ATLAS Offline Software
Loading...
Searching...
No Matches
UFOConfigFlags.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
3from AthenaConfiguration.AthConfigFlags import AthConfigFlags
4
6 flags = AthConfigFlags()
7
8 flags.addFlag("UFO.UseCov", True)
9 flags.addFlag("UFO.dR", 0.05)
10 return flags