4 Run ACTS geometry construction for Muon
6 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
9 from AthenaConfiguration.TestDefaults
import defaultGeometryTags, defaultConditionsTags
10 flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN4
11 flags.IOVDb.GlobalTag = defaultConditionsTags.RUN4_MC
12 flags.GeoModel.Align.Dynamic =
False
13 flags.Input.Files = [
'/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/SimCoreTests/valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.evgen.EVNT.e4993.EVNT.08166201._000012.pool.root.1']
15 flags.Detector.GeometryITkPixel =
False
16 flags.Detector.GeometryITkStrip =
False
17 flags.Detector.GeometryBpipe =
False
18 flags.Detector.GeometryCalo =
False
19 flags.Detector.GeometryMuon =
True
21 flags.Concurrency.NumThreads = 64
22 flags.Concurrency.NumConcurrentEvents = 64
24 flags.Exec.MaxEvents = 100
26 from MuonGeoModelTestR4.testGeoModel
import geoModelFileDefault, configureDefaultTagsCfg
29 flags.GeoModel.SQLiteDB =
True
34 from AthenaConfiguration.MainServicesConfig
import MainServicesCfg
37 from ActsConfig.ActsGeometryConfig
import ActsExtrapolationAlgCfg, ActsTrackingGeometrySvcCfg
42 RunConsistencyChecks=
False,
50 NParticlesPerEvent =
int(100),