17 if flags.Detector.GeometryMDT: truthContainers += [
"xMdtSimHits"]
18 if flags.Detector.GeometryRPC: truthContainers += [
"xMdtSimHits"]
19 if flags.Detector.GeometryTGC: truthContainers += [
"xTgcSimHits"]
20 if flags.Detector.GeometrysTGC: truthContainers += [
"xStgcSimHits"]
21 if flags.Detector.GeometryMM: truthContainers += [
"xMmSimHits"]
22 kwargs.setdefault(
"MuonSimHitKey", truthContainers)
23 the_alg = CompFactory.MuonR4.SimHitCsvDumperAlg(name = name, **kwargs)
24 result.addEventAlgo(the_alg, primary =
True)