ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
DataQuality
DataQualityUtils
python
stompconfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
4
def
config
():
5
import
os
6
with
open(os.environ.get(
'DQU_MQINFO'
,
'/afs/cern.ch/user/a/atlasdqm/atlas/mqinfo'
))
as
f:
7
return
{
'username'
:
'atlasdqm'
,
8
'passcode'
: f.read().
strip
()}
9
raise
RuntimeError(
'Unable to read STOMP connection info'
)
SiliconTech::strip
@ strip
Definition
FPGATrackSimTypes.h:25
python.stompconfig.config
config()
Definition
stompconfig.py:4
Generated on
for ATLAS Offline Software by
1.17.0