2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
6 from ActsConfig.ActsGeometryConfig
import ActsTrackingGeometrySvcCfg
8 the_alg = CompFactory.MuonGMR4.MuonChamberToolTest(name, **kwargs)
9 result.addEventAlgo(the_alg, primary =
True)
12 if __name__==
"__main__":
13 from MuonGeoModelTestR4.testGeoModel
import setupGeoR4TestCfg, SetupArgParser, executeTest
16 args = parser.parse_args()
19 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
21 flags.Acts.TrackingGeometry.UseBlueprint=
True
25 cfg.getService(
"MessageSvc").verboseLimit = 100000