ATLAS Offline Software
Loading...
Searching...
No Matches
graphics
JiveXML
python
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
6
def
ExternalONCRPCServerSvcCfg
(flags):
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
ExternalONCRPCServerSvcConfig.ExternalONCRPCServerSvcCfg
ExternalONCRPCServerSvcCfg(flags)
Definition
ExternalONCRPCServerSvcConfig.py:6
Generated on
for ATLAS Offline Software by
1.14.0