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 21 of file DeMoSetup.py.
DeMoSetup.args = parser.parse_args() |
Definition at line 31 of file DeMoSetup.py.
bool DeMoSetup.b_createDeMoConfig = True |
Definition at line 40 of file DeMoSetup.py.
DeMoSetup.config = open(configFilename, 'w') |
Definition at line 55 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 42 of file DeMoSetup.py.
DeMoSetup.confirm = input("Please type OK to agree and proceed with the creation of missing system directories: ") |
Definition at line 46 of file DeMoSetup.py.
DeMoSetup.default |
Definition at line 21 of file DeMoSetup.py.
DeMoSetup.dest |
Definition at line 21 of file DeMoSetup.py.
string DeMoSetup.direct = "YearStats-%s"%iSystem |
Definition at line 115 of file DeMoSetup.py.
DeMoSetup.file_xmlGRL = open("%s/%s"%(runListDir,args.parser_xmlGRL.split("/")[-1])) |
Definition at line 140 of file DeMoSetup.py.
DeMoSetup.help |
Definition at line 21 of file DeMoSetup.py.
DeMoSetup.newRunList = open(newRunListName, 'w') |
Definition at line 144 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 135 of file DeMoSetup.py.
DeMoSetup.parser = argparse.ArgumentParser(description='') |
Definition at line 20 of file DeMoSetup.py.
string DeMoSetup.runListDir = "./YearStats-common" |
Definition at line 18 of file DeMoSetup.py.
tuple DeMoSetup.runNumber = (iline.split("<Run>")[1]).split("</Run>")[0] |
Definition at line 148 of file DeMoSetup.py.
list DeMoSetup.systems = [] |
Definition at line 34 of file DeMoSetup.py.
DeMoSetup.tmp_d = args.parser_tag |
Definition at line 58 of file DeMoSetup.py.