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

Go to the source code of this file.

Namespaces

namespace  hotSpotInHIST

Functions

 hotSpotInHIST.lbStr (lb)
 hotSpotInHIST.getHistoInfo (objectType, runNumber)
 hotSpotInHIST.main (args)

Variables

 hotSpotInHIST.parser = argparse.ArgumentParser(description='Process some integers.')
 hotSpotInHIST.type
 hotSpotInHIST.int
 hotSpotInHIST.dest
 hotSpotInHIST.default
 hotSpotInHIST.help
 hotSpotInHIST.action
 hotSpotInHIST.float
 hotSpotInHIST.args = parser.parse_args()
 hotSpotInHIST.passfile = open("atlasdqmpass.txt")
 hotSpotInHIST.passwd = passfile.read().strip(); passfile.close()
str hotSpotInHIST.passurl = 'https://%s@atlasdqm.cern.ch'%passwd
 hotSpotInHIST.s = xmlrpclib.ServerProxy(passurl)
dict hotSpotInHIST.run_spec = {'stream': 'physics_CosmicCalo', 'proc_ver': 1,'source': 'tier0', 'low_run': args.runNumber, 'high_run':args.runNumber}
 hotSpotInHIST.run_info = s.get_run_information(run_spec)
 hotSpotInHIST.tag