3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
9 the_tool = CompFactory.JiveXML.MdtPrepDataRetriever(name=
"MdtPrepDataRetriever")
10 result.addPublicTool(the_tool, primary=
True)
15 the_tool = CompFactory.JiveXML.TgcPrepDataRetriever(name=
"TgcPrepDataRetriever")
16 result.addPublicTool(the_tool, primary=
True)
21 the_tool = CompFactory.JiveXML.sTgcPrepDataRetriever(name=
"sTgcPrepDataRetriever")
22 result.addPublicTool(the_tool, primary=
True)
27 the_tool = CompFactory.JiveXML.RpcPrepDataRetriever(name=
"RpcPrepDataRetriever")
28 result.addPublicTool(the_tool, primary=
True)
33 the_tool = CompFactory.JiveXML.CSCClusterRetriever(name=
"CSCClusterRetriever")
34 result.addPublicTool(the_tool, primary=
True)
39 the_tool = CompFactory.JiveXML.CscPrepDataRetriever(name=
"CscPrepDataRetriever")
40 result.addPublicTool(the_tool, primary=
True)
45 the_tool = CompFactory.JiveXML.MMPrepDataRetriever(name=
"MMPrepDataRetriever")
46 result.addPublicTool(the_tool, primary=
True)
55 if flags.Detector.EnableMuon
and flags.Detector.GeometryMuon:
57 if flags.Detector.EnableMDT
and flags.Detector.GeometryMDT:
60 if flags.Detector.EnableTGC
and flags.Detector.GeometryTGC:
64 if flags.Detector.EnableRPC
and flags.Detector.GeometryRPC:
67 if flags.Detector.EnableCSC
and flags.Detector.GeometryCSC:
71 if flags.Detector.EnableMM
and flags.Detector.GeometryMM: