ATLAS Offline Software
Loading...
Searching...
No Matches
readTier0LARNOISE.py File Reference

Go to the source code of this file.

Namespaces

namespace  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()
str readTier0LARNOISE.passurl = 'https://%s@atlasdqm.cern.ch'%passwd
 readTier0LARNOISE.s = xmlrpclib.ServerProxy(passurl)
dict 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()