ATLAS Offline Software
Loading...
Searching...
No Matches
ExternalONCRPCServerSvcConfig.py
Go to the documentation of this file.
1# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4from AthenaConfiguration.ComponentFactory import CompFactory
5
7
8 acc = ComponentAccumulator()
9
10 serverService = CompFactory.JiveXML.ExternalONCRPCServerSvc(name="ExternalONCRPCServerSvc", Hostname = "pc-tdq-mon-29")
11
12 acc.addService(serverService)
13
14 return acc