2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
7 the_alg = CompFactory.MuonR4.SegmentMarkerAlg(name, **kwargs)
8 result.addEventAlgo(the_alg)
13 from MuonConfig.MuonDataPrepConfig
import PrimaryMeasContNamesCfg
15 the_alg = CompFactory.MuonR4.MeasurementMarkerAlg(name, **kwargs)
16 result.addEventAlgo(the_alg, primary =
True)
21 from MuonConfig.MuonDataPrepConfig
import PrimaryMeasContNamesCfg
23 kwargs.setdefault(
"SegmentLinkKey",
"truthSegLinks")
24 the_alg = CompFactory.MuonR4.TruthMeasMarkerAlg(name, **kwargs)
25 result.addEventAlgo(the_alg, primary =
True)
31 from ActsAlignmentAlgs.AlignmentAlgsConfig
import ActsGeometryContextAlgCfg
34 if not flags.Detector.GeometryMDT: kwargs.setdefault(
"MdtKey" ,
"")
35 if not flags.Detector.GeometryRPC: kwargs.setdefault(
"RpcKey" ,
"")
36 if not flags.Detector.GeometryTGC: kwargs.setdefault(
"TgcKey" ,
"")
37 if not flags.Detector.GeometryMM: kwargs.setdefault(
"MmKey" ,
"")
38 if not flags.Detector.GeometrysTGC: kwargs.setdefault(
"sTgcKey" ,
"")
39 the_alg = CompFactory.MuonR4.SegmentFitParDecorAlg(name, **kwargs)
40 result.addEventAlgo(the_alg, primary =
True)