ATLAS Offline Software
Loading...
Searching...
No Matches
DeMoSetup Namespace Reference

Variables

str runListDir = "./YearStats-common"
 parser = argparse.ArgumentParser(description='')
 dest
 default
 help
 action
 args = parser.parse_args()
list systems = []
bool b_createDeMoConfig = True
str 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
str direct = "YearStats-%s"%iSystem
str 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]

Variable Documentation

◆ action

DeMoSetup.action

Definition at line 20 of file DeMoSetup.py.

◆ args

DeMoSetup.args = parser.parse_args()

Definition at line 30 of file DeMoSetup.py.

◆ b_createDeMoConfig

bool DeMoSetup.b_createDeMoConfig = True

Definition at line 39 of file DeMoSetup.py.

◆ config

DeMoSetup.config = open(configFilename, 'w')

Definition at line 54 of file DeMoSetup.py.

◆ configFilename

str 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.

◆ confirm

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.

◆ default

DeMoSetup.default

Definition at line 20 of file DeMoSetup.py.

◆ dest

DeMoSetup.dest

Definition at line 20 of file DeMoSetup.py.

◆ direct

str DeMoSetup.direct = "YearStats-%s"%iSystem

Definition at line 114 of file DeMoSetup.py.

◆ file_xmlGRL

DeMoSetup.file_xmlGRL = open("%s/%s"%(runListDir,args.parser_xmlGRL.split("/")[-1]))

Definition at line 139 of file DeMoSetup.py.

◆ help

DeMoSetup.help

Definition at line 20 of file DeMoSetup.py.

◆ newRunList

DeMoSetup.newRunList = open(newRunListName, 'w')

Definition at line 143 of file DeMoSetup.py.

◆ newRunListName

str 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.

◆ parser

DeMoSetup.parser = argparse.ArgumentParser(description='')

Definition at line 19 of file DeMoSetup.py.

◆ runListDir

str DeMoSetup.runListDir = "./YearStats-common"

Definition at line 17 of file DeMoSetup.py.

◆ runNumber

tuple DeMoSetup.runNumber = (iline.split("<Run>")[1]).split("</Run>")[0]

Definition at line 147 of file DeMoSetup.py.

◆ systems

list DeMoSetup.systems = []

Definition at line 33 of file DeMoSetup.py.

◆ tmp_d

DeMoSetup.tmp_d = args.parser_tag

Definition at line 57 of file DeMoSetup.py.