Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DataQuality
DataQualityUtils
scripts
Namespaces
|
Variables
readTier0LARNOISE.py File Reference
Go to the source code of this file.
Namespaces
readTier0LARNOISE
Variables
readTier0LARNOISE.parser
= argparse.ArgumentParser()
readTier0LARNOISE.type
readTier0LARNOISE.int
readTier0LARNOISE.dest
readTier0LARNOISE.default
readTier0LARNOISE.help
readTier0LARNOISE.action
readTier0LARNOISE.args
= parser.parse_args()
readTier0LARNOISE.runNumber
= args.runNumber
readTier0LARNOISE.stream
= args.stream
readTier0LARNOISE.tag
= args.tag
readTier0LARNOISE.passfile
= open("atlasdqmpass.txt")
readTier0LARNOISE.passwd
=
passfile.read
().strip(); passfile.close()
string
readTier0LARNOISE.passurl
= 'https://%s@atlasdqm.cern.ch'%passwd
readTier0LARNOISE.s
= xmlrpclib.ServerProxy(passurl)
dictionary
readTier0LARNOISE.run_spec
= {'stream': 'physics_CosmicCalo', 'proc_ver': 1,'source': 'tier0', 'low_run': runNumber, 'high_run':runNumber}
readTier0LARNOISE.run_info
= s.get_run_information(run_spec)
readTier0LARNOISE.amiTag
= args.amiTag
readTier0LARNOISE.listOfFiles
= pathExtract.returnEosLArNoisePath(runNumber,stream,amiTag,tag)
readTier0LARNOISE.tree
= TChain("CollectionTree")
readTier0LARNOISE.entries
=
tree.GetEntries
()
Generated on Tue May 6 2025 21:24:23 for ATLAS Offline Software by
1.8.18