4 if __name__==
"__main__":
6 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
8 flags.addFlag(
'RecExRecoTest.doMC',
False, help=
'custom option for RexExRecoText to run data or MC test')
12 from AthenaConfiguration.TestDefaults
import defaultTestFiles, defaultConditionsTags, defaultGeometryTags
13 if flags.RecExRecoTest.doMC:
14 flags.Input.Files = defaultTestFiles.RDO_RUN3
15 flags.IOVDb.GlobalTag = defaultConditionsTags.RUN3_MC
17 flags.Input.Files = defaultTestFiles.RAW_RUN3_DATA24
18 flags.IOVDb.GlobalTag = defaultConditionsTags.RUN3_DATA
19 flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN3
21 from egammaConfig.ConfigurationHelpers
import egammaOnlyFromRaw
25 from egammaConfig.egammaSteeringConfig
import egammaSteeringConfigTest