Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
runCondor Namespace Reference

Functions

def dir_empty
 

Variables

tuple parser OptionParser(usage="usage: %prog ver [options -h]")
 
 data opt.data
 
 generator opt.generator
 
tuple eventPerJob int(opt.eventPerJob)
 
tuple nJob int(opt.nJob)
 
 outputdir opt.outputdir
 
 softwareversion opt.softwareversion
 
 submitcondor opt.submitcondor
 
tuple username pwd.getpwuid(os.getuid())
 
string ntupledest '/sphenix/user/{}/TrackletAna/data/INTT/{}'
 
string condorFileName "submitCondor_process{}.job"
 
tuple condorFile open("{}".format(condorFileName), "w")
 
string cmd 'condor_submit '
 

Function Documentation

def runCondor.dir_empty (   dir_path)

Definition at line 8 of file runCondor.py.

View newest version in sPHENIX GitHub at line 8 of file runCondor.py

Variable Documentation

string runCondor.cmd 'condor_submit '

Definition at line 62 of file runCondor.py.

View newest version in sPHENIX GitHub at line 62 of file runCondor.py

tuple runCondor.condorFile open("{}".format(condorFileName), "w")

Definition at line 42 of file runCondor.py.

View newest version in sPHENIX GitHub at line 42 of file runCondor.py

string runCondor.condorFileName "submitCondor_process{}.job"

Definition at line 41 of file runCondor.py.

View newest version in sPHENIX GitHub at line 41 of file runCondor.py

runCondor.data opt.data

Definition at line 24 of file runCondor.py.

View newest version in sPHENIX GitHub at line 24 of file runCondor.py

tuple runCondor.eventPerJob int(opt.eventPerJob)

Definition at line 26 of file runCondor.py.

View newest version in sPHENIX GitHub at line 26 of file runCondor.py

runCondor.generator opt.generator

Definition at line 25 of file runCondor.py.

View newest version in sPHENIX GitHub at line 25 of file runCondor.py

tuple runCondor.nJob int(opt.nJob)

Definition at line 27 of file runCondor.py.

View newest version in sPHENIX GitHub at line 27 of file runCondor.py

string runCondor.ntupledest '/sphenix/user/{}/TrackletAna/data/INTT/{}'

Definition at line 34 of file runCondor.py.

View newest version in sPHENIX GitHub at line 34 of file runCondor.py

runCondor.outputdir opt.outputdir

Definition at line 28 of file runCondor.py.

View newest version in sPHENIX GitHub at line 28 of file runCondor.py

tuple runCondor.parser OptionParser(usage="usage: %prog ver [options -h]")

Definition at line 12 of file runCondor.py.

View newest version in sPHENIX GitHub at line 12 of file runCondor.py

runCondor.softwareversion opt.softwareversion

Definition at line 29 of file runCondor.py.

View newest version in sPHENIX GitHub at line 29 of file runCondor.py

runCondor.submitcondor opt.submitcondor

Definition at line 30 of file runCondor.py.

View newest version in sPHENIX GitHub at line 30 of file runCondor.py

tuple runCondor.username pwd.getpwuid(os.getuid())

Definition at line 31 of file runCondor.py.

View newest version in sPHENIX GitHub at line 31 of file runCondor.py