![]() |
ATLAS Offline Software
|
Variables | |
| string | runListDir = "./YearStats-common" |
| parser = argparse.ArgumentParser(description='') | |
| dest | |
| default | |
| help | |
| action | |
| args = parser.parse_args() | |
| list | systems = [] |
| bool | b_createDeMoConfig = True |
| string | configFilename = "%s/%s/DeMoConfig-%s-%s.dat"%(runListDir,args.parser_year,args.parser_year,args.parser_tag) |
| confirm = input("Please type OK to agree and proceed with the creation of missing system directories: ") | |
| config = open(configFilename, 'w') | |
| tmp_d = args.parser_tag | |
| string | direct = "YearStats-%s"%iSystem |
| string | newRunListName = "%s/%s/runlist-%s-%s.dat"%(runListDir,args.parser_year,args.parser_year,args.parser_tag) |
| file_xmlGRL = open("%s/%s"%(runListDir,args.parser_xmlGRL.split("/")[-1])) | |
| newRunList = open(newRunListName, 'w') | |
| tuple | runNumber = (iline.split("<Run>")[1]).split("</Run>")[0] |
| DeMoSetup.action |
Definition at line 20 of file DeMoSetup.py.
| DeMoSetup.args = parser.parse_args() |
Definition at line 30 of file DeMoSetup.py.
| bool DeMoSetup.b_createDeMoConfig = True |
Definition at line 39 of file DeMoSetup.py.
| DeMoSetup.config = open(configFilename, 'w') |
Definition at line 54 of file DeMoSetup.py.
| string DeMoSetup.configFilename = "%s/%s/DeMoConfig-%s-%s.dat"%(runListDir,args.parser_year,args.parser_year,args.parser_tag) |
Definition at line 41 of file DeMoSetup.py.
| DeMoSetup.confirm = input("Please type OK to agree and proceed with the creation of missing system directories: ") |
Definition at line 45 of file DeMoSetup.py.
| DeMoSetup.default |
Definition at line 20 of file DeMoSetup.py.
| DeMoSetup.dest |
Definition at line 20 of file DeMoSetup.py.
| string DeMoSetup.direct = "YearStats-%s"%iSystem |
Definition at line 114 of file DeMoSetup.py.
| DeMoSetup.file_xmlGRL = open("%s/%s"%(runListDir,args.parser_xmlGRL.split("/")[-1])) |
Definition at line 139 of file DeMoSetup.py.
| DeMoSetup.help |
Definition at line 20 of file DeMoSetup.py.
| DeMoSetup.newRunList = open(newRunListName, 'w') |
Definition at line 143 of file DeMoSetup.py.
| string DeMoSetup.newRunListName = "%s/%s/runlist-%s-%s.dat"%(runListDir,args.parser_year,args.parser_year,args.parser_tag) |
Definition at line 134 of file DeMoSetup.py.
| DeMoSetup.parser = argparse.ArgumentParser(description='') |
Definition at line 19 of file DeMoSetup.py.
| string DeMoSetup.runListDir = "./YearStats-common" |
Definition at line 17 of file DeMoSetup.py.
| tuple DeMoSetup.runNumber = (iline.split("<Run>")[1]).split("</Run>")[0] |
Definition at line 147 of file DeMoSetup.py.
| list DeMoSetup.systems = [] |
Definition at line 33 of file DeMoSetup.py.
| DeMoSetup.tmp_d = args.parser_tag |
Definition at line 57 of file DeMoSetup.py.
1.8.18