ATLAS Offline Software
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 Sun Dec 22 2024 21:24:36 for ATLAS Offline Software by
1.8.18