Analysis Software
Documentation for sPHENIX simulation software
|
Functions | |
def | dir_empty |
def | replacetext |
Variables | |
tuple | parser OptionParser(usage="usage: %prog ver [options -n]") |
isdata opt.isdata | |
filedesc opt.filedesc | |
tuple | nJob int(opt.nJob) |
submitcondor opt.submitcondor | |
tuple | drcut float(opt.drcut) |
tuple | username pwd.getpwuid(os.getuid()) |
string | finaloutfiledir '/sphenix/user/{}/TrackletAna/analysis_INTT/plot/hists/{}/{}' |
string | condorFileName "submitCondor_plottracklet_{}.job" |
tuple | condorFile open("{}".format(condorFileName), "w") |
string | cmd 'condor_submit ' |
def runCondor_plotTracklet.dir_empty | ( | dir_path | ) |
Definition at line 8 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 8 of file runCondor_plotTracklet.py
def runCondor_plotTracklet.replacetext | ( | filename, | |
search_text, | |||
replace_text | |||
) |
Definition at line 12 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 12 of file runCondor_plotTracklet.py
References Acts.open.
string runCondor_plotTracklet.cmd 'condor_submit ' |
Definition at line 74 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 74 of file runCondor_plotTracklet.py
tuple runCondor_plotTracklet.condorFile open("{}".format(condorFileName), "w") |
Definition at line 55 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 55 of file runCondor_plotTracklet.py
string runCondor_plotTracklet.condorFileName "submitCondor_plottracklet_{}.job" |
Definition at line 54 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 54 of file runCondor_plotTracklet.py
tuple runCondor_plotTracklet.drcut float(opt.drcut) |
Definition at line 43 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 43 of file runCondor_plotTracklet.py
runCondor_plotTracklet.filedesc opt.filedesc |
Definition at line 38 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 38 of file runCondor_plotTracklet.py
string runCondor_plotTracklet.finaloutfiledir '/sphenix/user/{}/TrackletAna/analysis_INTT/plot/hists/{}/{}' |
Definition at line 47 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 47 of file runCondor_plotTracklet.py
runCondor_plotTracklet.isdata opt.isdata |
Definition at line 36 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 36 of file runCondor_plotTracklet.py
tuple runCondor_plotTracklet.nJob int(opt.nJob) |
Definition at line 41 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 41 of file runCondor_plotTracklet.py
Definition at line 23 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 23 of file runCondor_plotTracklet.py
runCondor_plotTracklet.submitcondor opt.submitcondor |
Definition at line 42 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 42 of file runCondor_plotTracklet.py
tuple runCondor_plotTracklet.username pwd.getpwuid(os.getuid()) |
Definition at line 44 of file runCondor_plotTracklet.py.
View newest version in sPHENIX GitHub at line 44 of file runCondor_plotTracklet.py