2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
6 the_alg = CompFactory.MuonGMR4.MuonChamberToolTest(name, **kwargs)
7 result.addEventAlgo(the_alg, primary =
True)
10 if __name__==
"__main__":
11 from MuonGeoModelTestR4.testGeoModel
import setupGeoR4TestCfg, SetupArgParser, executeTest
14 args = parser.parse_args()
18 cfg.getService(
"MessageSvc").verboseLimit = 100000