4 if __name__==
"__main__":
5 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
7 flags.addFlag(
'RecExRecoTest.doMC',
False, help=
'custom option for RexExRecoText to run data or MC test')
11 from AthenaConfiguration.TestDefaults
import defaultTestFiles, defaultConditionsTags, defaultGeometryTags
12 if flags.RecExRecoTest.doMC:
17 flags.Input.Files = [
"/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecExRecoTest/ESD.16747874._000011_100events.pool.root"]
18 from AthenaConfiguration.DetectorConfigFlags
import setupDetectorFlags
22 flags.Input.Files = defaultTestFiles.RAW_RUN3_DATA24
23 flags.IOVDb.GlobalTag = defaultConditionsTags.RUN3_DATA
24 flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN3
27 from MuonConfig.MuonReconstructionConfig
import MuonReconstructionConfigTest