ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
DeMoSetup | |
Variables | |
string | DeMoSetup.runListDir = "./YearStats-common" |
DeMoSetup.parser = argparse.ArgumentParser(description='') | |
DeMoSetup.dest | |
DeMoSetup.default | |
DeMoSetup.help | |
DeMoSetup.action | |
DeMoSetup.args = parser.parse_args() | |
list | DeMoSetup.systems = [] |
bool | DeMoSetup.b_createDeMoConfig = True |
string | DeMoSetup.configFilename = "%s/%s/DeMoConfig-%s-%s.dat"%(runListDir,args.parser_year,args.parser_year,args.parser_tag) |
DeMoSetup.confirm = input("Please type OK to agree and proceed with the creation of missing system directories: ") | |
DeMoSetup.config = open(configFilename, 'w') | |
DeMoSetup.tmp_d = args.parser_tag | |
string | DeMoSetup.direct = "YearStats-%s"%iSystem |
string | DeMoSetup.newRunListName = "%s/%s/runlist-%s-%s.dat"%(runListDir,args.parser_year,args.parser_year,args.parser_tag) |
DeMoSetup.file_xmlGRL = open("%s/%s"%(runListDir,args.parser_xmlGRL.split("/")[-1])) | |
DeMoSetup.newRunList = open(newRunListName, 'w') | |
tuple | DeMoSetup.runNumber = (iline.split("<Run>")[1]).split("</Run>")[0] |