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