ATLAS Offline Software
LumiBlock
LumiCalc
python
TestEnviron.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
4
5
import
os
6
7
print
(
'Content-Type: text/html'
)
8
print
()
# Blank line, end of headers
9
print
(
'<html>'
)
10
for
key
in
os.environ:
11
print
(
'<p><b>'
,key,
':</b>'
,os.environ[key],
'<p>'
)
12
print
(
'</html>'
)
print
void print(char *figname, TCanvas *c1)
Definition:
TRTCalib_StrawStatusPlots.cxx:26
Generated on Wed Nov 19 2025 21:19:39 for ATLAS Offline Software by
1.8.18