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