ATLAS Offline Software
Variables
DeMoSetup Namespace Reference

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]
 

Variable Documentation

◆ action

DeMoSetup.action

Definition at line 21 of file DeMoSetup.py.

◆ args

DeMoSetup.args = parser.parse_args()

Definition at line 31 of file DeMoSetup.py.

◆ b_createDeMoConfig

bool DeMoSetup.b_createDeMoConfig = True

Definition at line 40 of file DeMoSetup.py.

◆ config

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

Definition at line 55 of file DeMoSetup.py.

◆ configFilename

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.

◆ confirm

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.

◆ default

DeMoSetup.default

Definition at line 21 of file DeMoSetup.py.

◆ dest

DeMoSetup.dest

Definition at line 21 of file DeMoSetup.py.

◆ direct

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

Definition at line 111 of file DeMoSetup.py.

◆ file_xmlGRL

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

Definition at line 136 of file DeMoSetup.py.

◆ help

DeMoSetup.help

Definition at line 21 of file DeMoSetup.py.

◆ newRunList

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

Definition at line 140 of file DeMoSetup.py.

◆ newRunListName

string DeMoSetup.newRunListName = "%s/%s/runlist-%s-%s.dat"%(runListDir,args.parser_year,args.parser_year,args.parser_tag)

Definition at line 131 of file DeMoSetup.py.

◆ parser

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

Definition at line 20 of file DeMoSetup.py.

◆ runListDir

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

Definition at line 18 of file DeMoSetup.py.

◆ runNumber

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

Definition at line 144 of file DeMoSetup.py.

◆ systems

list DeMoSetup.systems = []

Definition at line 34 of file DeMoSetup.py.

◆ tmp_d

DeMoSetup.tmp_d = args.parser_tag

Definition at line 58 of file DeMoSetup.py.