8 from MuonSpacePointFormation.SpacePointFormationConfig
import MuonSpacePointFormationCfg
10 kwargs.setdefault(
"isMC", flags.Input.isMC)
11 from RngComps.RngCompsConfig
import AthRNGSvcCfg
12 kwargs.setdefault(
"RndmSvc", result.getPrimaryAndMerge(
AthRNGSvcCfg(flags)))
14 if flags.Detector.GeometryMDT
or flags.Detector.GeometryRPC
or flags.Detector.GeometryTGC:
15 spCont+=[
"MuonSpacePoints"]
16 if flags.Detector.GeometryMM
or flags.Detector.GeometrysTGC:
17 spCont+=[
"NswSpacePoints"]
19 kwargs.setdefault(
"SpacePointKeys", spCont)
22 the_alg = CompFactory.MuonR4.BucketDumperAlg(name=name, **kwargs)
23 result.addEventAlgo(the_alg, primary =
True)