3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
8 if not flags.Detector.GeometrysTGC:
10 the_alg = CompFactory.MuonR4.sTgcMeasViewAlg(name, **kwargs)
11 result.addEventAlgo(the_alg, primary =
True)
16 if not flags.Detector.GeometryRPC:
18 the_alg = CompFactory.MuonR4.RpcMeasViewAlg(name, **kwargs)
19 result.addEventAlgo(the_alg, primary =
True)
24 if not flags.Detector.GeometryMDT:
26 the_alg = CompFactory.MuonR4.MdtMeasViewAlg(name, **kwargs)
27 result.addEventAlgo(the_alg, primary =
True)
32 the_alg = CompFactory.MuonR4.SegmentViewAlg(name, **kwargs)
33 result.addEventAlgo(the_alg, primary =
True)