3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
9 if "OnlineEventDisplaysSvc" not in kwargs:
10 from EventDisplaysOnline.OnlineEventDisplaysSvcConfig
import OnlineEventDisplaysSvcCfg
12 kwargs.setdefault(
"OnlineEventDisplaysSvc", acc.getService(
"OnlineEventDisplaysSvc"))
14 serverService = CompFactory.JiveXML.ExternalONCRPCServerSvc(name=
"ExternalONCRPCServerSvc", Hostname =
"pc-tdq-mon-29")
15 acc.addService(serverService)
16 kwargs.setdefault(
"ServerService",serverService)
17 kwargs.setdefault(
"StreamName",
".Unknown")
18 the_tool = CompFactory.JiveXML.StreamToServerTool(name,**kwargs)
19 acc.setPrivateTools(the_tool)