3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
8 from MuonSpacePointFormation.SpacePointFormationConfig
import MuonSpacePointFormationCfg
10 kwargs.setdefault(
"isMC", flags.Input.isMC)
11 from RngComps.RngCompsConfig
import AthRNGSvcCfg
13 kwargs.setdefault(
"RndmSvc", acc.getPrimaryAndMerge(
AthRNGSvcCfg(flags)))
14 the_alg = CompFactory.MuonR4.BucketDumperAlg(name=name, **kwargs)
15 result.addEventAlgo(the_alg, primary =
True)