EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
run_study.py File Reference

Go to the source code of this file.

Namespaces

namespace  run_study
 

Functions

def run_study.LoadParamsTcl
 
def run_study.LoadParamsPythia
 
def run_study.WriteTclFile
 
def run_study.WritePythiaFile
 
def run_study.TransferTclFile
 

Variables

dictionary run_study.tclparams {}
 
dictionary run_study.pythiaparams {}
 
tuple run_study.parser argparse.ArgumentParser()
 
string run_study.help "name for this study set (e.g. bfield)"
 
tuple run_study.args parser.parse_args()
 
string run_study.SLURM_ARRAY_TASK_ID "0"
 
tuple run_study.value_index int(SLURM_ARRAY_TASK_ID)
 
int run_study.random_seed 0
 
string run_study.taskdir "%s/%d"
 
string run_study.tclfile "%s/customizations.tcl"
 
string run_study.cmndfile "%s/%s"
 
list run_study.copy_files [args.template]
 
tuple run_study.rndm_file open(taskdir+"/random_seed.dat", "w")