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

Go to the source code of this file.

Namespaces

namespace  DeMoSetup

Variables

str 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
str 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
str DeMoSetup.direct = "YearStats-%s"%iSystem
str 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]