ATLAS Offline Software
Loading...
Searching...
No Matches
HIModeFlags.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2from AthenaConfiguration.Enums import HIMode
3
4
5def HImode(flags):
6 # set the mode and then any dedicated flags
7 flags.Reco.HIMode = HIMode.HI
8
9
10def HIPmode(flags):
11 # set the mode and then any dedicated flags
12 flags.Reco.HIMode = HIMode.HIP
13
14
15def UPCmode(flags):
16 flags.Reco.HIMode = HIMode.UPC