ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
hotSpotInHIST | |
Functions | |
def | hotSpotInHIST.lbStr (lb) |
def | hotSpotInHIST.getHistoInfo (objectType, runNumber) |
def | 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() | |
string | hotSpotInHIST.passurl = 'https://%s@atlasdqm.cern.ch'%passwd |
hotSpotInHIST.s = xmlrpclib.ServerProxy(passurl) | |
dictionary | 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 | |