4from AthenaConfiguration.AllConfigFlags
import initConfigFlags
5from AthenaConfiguration.MainServicesConfig
import MainServicesCfg
6from AthenaCommon.Logging
import log
9flags = initConfigFlags()
10flags.Input.isMC =
True
14flags.IOVDb.GlobalTag =
"OFLCOND-SIM-00-00-00"
15flags.GeoModel.AtlasVersion =
"ATLAS-R2-2016-01-00-01"
16flags.Detector.GeometryBpipe =
True
17flags.Detector.GeometryID =
True
18flags.Detector.GeometryPixel =
True
19flags.Detector.GeometrySCT =
True
21flags.Detector.GeometryTRT =
False
22flags.Detector.GeometryCalo =
False
23flags.Detector.GeometryMuon =
False
26flags.Concurrency.NumThreads = 1
27flags.Concurrency.NumConcurrentEvents = 1
29log.debug(
'Lock config flags now.')
32log.debug(
'dumping config flags now.')
35cfg=MainServicesCfg(flags)
37from TrkExUnitTests.TrkExUnitTestsConfig
import ExtrapolationEngineTestCfg
38topoAcc=ExtrapolationEngineTestCfg(flags,
39 NumberOfTestsPerEvent = 100,
43 BackExtrapolation =
False,
46 SimgaOriginD0 = 2./3.,
55 CollectSensitive =
True,
56 CollectPassive =
True,
57 CollectBoundary =
True,
58 CollectMaterial =
True,