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

Functions

def dir_empty
 

Variables

tuple parser OptionParser(usage="usage: %prog ver [options -h]")
 
 isdata opt.isdata
 
 filedesc opt.filedesc
 
tuple nevents int(opt.nevents)
 
tuple vtxx float(opt.vtxx)
 
tuple vtxy float(opt.vtxy)
 
tuple dphicut float(opt.dphicut)
 
tuple dcacut float(opt.dcacut)
 
 debug opt.debug
 
 makedemoplot opt.makedemoplot
 
tuple nJob int(opt.nJob)
 
 submitcondor opt.submitcondor
 
tuple username pwd.getpwuid(os.getuid())
 
string infiledir '/sphenix/user/{}/TrackletAna/data/INTT/{}'
 
string finaloutfiledir '/sphenix/user/{}/TrackletAna/minitree/INTT/VtxEvtMap_{}'
 
string condorFileName "submitCondor_recovtxz_{}.job"
 
tuple condorFile open("{}".format(condorFileName), "w")
 
string cmd 'condor_submit '
 

Function Documentation

def runCondor_recovtxz.dir_empty (   dir_path)

Definition at line 9 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 9 of file runCondor_recovtxz.py

Variable Documentation

string runCondor_recovtxz.cmd 'condor_submit '

Definition at line 80 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 80 of file runCondor_recovtxz.py

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

Definition at line 53 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 53 of file runCondor_recovtxz.py

string runCondor_recovtxz.condorFileName "submitCondor_recovtxz_{}.job"

Definition at line 52 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 52 of file runCondor_recovtxz.py

tuple runCondor_recovtxz.dcacut float(opt.dcacut)

Definition at line 36 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 36 of file runCondor_recovtxz.py

runCondor_recovtxz.debug opt.debug

Definition at line 37 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 37 of file runCondor_recovtxz.py

tuple runCondor_recovtxz.dphicut float(opt.dphicut)

Definition at line 35 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 35 of file runCondor_recovtxz.py

runCondor_recovtxz.filedesc opt.filedesc

Definition at line 31 of file runCondor_recovtxz.py.

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

string runCondor_recovtxz.finaloutfiledir '/sphenix/user/{}/TrackletAna/minitree/INTT/VtxEvtMap_{}'

Definition at line 44 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 44 of file runCondor_recovtxz.py

string runCondor_recovtxz.infiledir '/sphenix/user/{}/TrackletAna/data/INTT/{}'

Definition at line 43 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 43 of file runCondor_recovtxz.py

runCondor_recovtxz.isdata opt.isdata

Definition at line 30 of file runCondor_recovtxz.py.

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

runCondor_recovtxz.makedemoplot opt.makedemoplot

Definition at line 38 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 38 of file runCondor_recovtxz.py

Referenced by main().

tuple runCondor_recovtxz.nevents int(opt.nevents)

Definition at line 32 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 32 of file runCondor_recovtxz.py

tuple runCondor_recovtxz.nJob int(opt.nJob)

Definition at line 39 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 39 of file runCondor_recovtxz.py

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

Definition at line 14 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 14 of file runCondor_recovtxz.py

runCondor_recovtxz.submitcondor opt.submitcondor

Definition at line 40 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 40 of file runCondor_recovtxz.py

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

Definition at line 41 of file runCondor_recovtxz.py.

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

tuple runCondor_recovtxz.vtxx float(opt.vtxx)

Definition at line 33 of file runCondor_recovtxz.py.

View newest version in sPHENIX GitHub at line 33 of file runCondor_recovtxz.py

tuple runCondor_recovtxz.vtxy float(opt.vtxy)

Definition at line 34 of file runCondor_recovtxz.py.

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