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 | nEvents int(opt.nEvents) |
tuple | drcut float(opt.drcut) |
tuple | nJob int(opt.nJob) |
submitcondor opt.submitcondor | |
tuple | username pwd.getpwuid(os.getuid()) |
string | finaloutfiledir '/sphenix/user/{}/TrackletAna/minitree/INTT/TrackletMinitree_{}/{}' |
string | condorFileName "submitCondor_recotracklet_{}.job" |
tuple | condorFile open("{}".format(condorFileName), "w") |
string | cmd 'condor_submit ' |
def runCondor_recotracklet.dir_empty | ( | dir_path | ) |
Definition at line 8 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 8 of file runCondor_recotracklet.py
def runCondor_recotracklet.replacetext | ( | filename, | |
search_text, | |||
replace_text | |||
) |
Definition at line 12 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 12 of file runCondor_recotracklet.py
References Acts.open.
string runCondor_recotracklet.cmd 'condor_submit ' |
Definition at line 72 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 72 of file runCondor_recotracklet.py
tuple runCondor_recotracklet.condorFile open("{}".format(condorFileName), "w") |
Definition at line 50 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 50 of file runCondor_recotracklet.py
string runCondor_recotracklet.condorFileName "submitCondor_recotracklet_{}.job" |
Definition at line 49 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 49 of file runCondor_recotracklet.py
tuple runCondor_recotracklet.drcut float(opt.drcut) |
Definition at line 37 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 37 of file runCondor_recotracklet.py
runCondor_recotracklet.filedesc opt.filedesc |
Definition at line 35 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 35 of file runCondor_recotracklet.py
string runCondor_recotracklet.finaloutfiledir '/sphenix/user/{}/TrackletAna/minitree/INTT/TrackletMinitree_{}/{}' |
Definition at line 42 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 42 of file runCondor_recotracklet.py
runCondor_recotracklet.isdata opt.isdata |
Definition at line 34 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 34 of file runCondor_recotracklet.py
tuple runCondor_recotracklet.nEvents int(opt.nEvents) |
Definition at line 36 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 36 of file runCondor_recotracklet.py
tuple runCondor_recotracklet.nJob int(opt.nJob) |
Definition at line 38 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 38 of file runCondor_recotracklet.py
Definition at line 23 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 23 of file runCondor_recotracklet.py
runCondor_recotracklet.submitcondor opt.submitcondor |
Definition at line 39 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 39 of file runCondor_recotracklet.py
tuple runCondor_recotracklet.username pwd.getpwuid(os.getuid()) |
Definition at line 40 of file runCondor_recotracklet.py.
View newest version in sPHENIX GitHub at line 40 of file runCondor_recotracklet.py