Analysis Software
Documentation for sPHENIX simulation software
|
Functions | |
def | dir_empty |
Variables | |
tuple | parser OptionParser(usage="usage: %prog ver [options -h]") |
isdata opt.isdata | |
infiledir opt.infiledir | |
outfiledir opt.outfiledir | |
tuple | dphicut float(opt.dphicut) |
tuple | nJob int(opt.nJob) |
submitcondor opt.submitcondor | |
tuple | username pwd.getpwuid(os.getuid()) |
string | finaloutfiledir '/sphenix/user/{}/TrackletAna/minitree/INTT/{}' |
string | condorFileName "submitCondor_BeamspotReco_{}.job" |
tuple | condorFile open("{}".format(condorFileName), "w") |
string | cmd 'condor_submit ' |
def runCondor_beamspot.dir_empty | ( | dir_path | ) |
Definition at line 8 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 8 of file runCondor_beamspot.py
string runCondor_beamspot.cmd 'condor_submit ' |
Definition at line 62 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 62 of file runCondor_beamspot.py
Referenced by OnCalServer.add_calibrator_to_statustable(), PktSizeDBodbc.AddRow(), OnlMonDBodbc.AddRow(), OnlMonClient.CacheRunDB(), OnlMonServer.CacheRunDB(), OnCalServer.check_calibrator_in_statustable(), OnCalServer.check_create_subsystable(), OnCalServer.check_create_successtable(), PktSizeDBodbc.CheckAndAddColumns(), OnlMonStatusDB.CheckAndCreateMonitor(), OnlMonStatusDB.CheckAndCreateTable(), PktSizeDBodbc.CheckAndCreateTable(), OnlMonDBodbc.CheckAndCreateTable(), OnCalServer.ClosestGoodRun(), ConstructGeometry(), OnCalServer.CreateCalibration(), OnlMonDBodbc.CreateTable(), DisplayOn(), do_ssi_exec(), OnlMonDBodbc.DropTable(), OnlMonDBodbc.Dump(), OnlMonStatusDB.FindAndInsertRunNum(), OnCalServer.FindClosestCalibratedRun(), OnlMonStatusDB.findRunNumInDB(), OnCalServer.findRunNumInDB(), OnCalServer.FixMissingCalibration(), OnCalServer.GetCalibStatus(), OnCalDBodbc.GetLastCalibratedRun(), OnCalServer.GetLastGoodRunTS(), PktSizeDBodbc.GetPacketContent(), RunToTimePg.getRunNumber(), RunDBodbc.GetRunNumbers(), RunToTimePg.getTime(), OnlMonDBodbc.GetVar(), OnlMonDBodbc.Info(), PHG4ScoringManager.InitRun(), Jetscape::TrentoInitial.InitTask(), OnCalServer.insertRunNumInDB(), matscan(), parse_mqtt(), RunDBodbc.RunType(), OnCalServer.SyncCalibTimeStampsToOnCal(), OnCalServer.SyncOncalTimeStampsToRunDB(), OnCalServer.updateDB(), and OnlMonStatusDB.UpdateStatus().
tuple runCondor_beamspot.condorFile open("{}".format(condorFileName), "w") |
Definition at line 43 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 43 of file runCondor_beamspot.py
string runCondor_beamspot.condorFileName "submitCondor_BeamspotReco_{}.job" |
Definition at line 42 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 42 of file runCondor_beamspot.py
tuple runCondor_beamspot.dphicut float(opt.dphicut) |
Definition at line 28 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 28 of file runCondor_beamspot.py
string runCondor_beamspot.finaloutfiledir '/sphenix/user/{}/TrackletAna/minitree/INTT/{}' |
Definition at line 34 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 34 of file runCondor_beamspot.py
runCondor_beamspot.infiledir opt.infiledir |
Definition at line 26 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 26 of file runCondor_beamspot.py
runCondor_beamspot.isdata opt.isdata |
Definition at line 25 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 25 of file runCondor_beamspot.py
tuple runCondor_beamspot.nJob int(opt.nJob) |
Definition at line 29 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 29 of file runCondor_beamspot.py
runCondor_beamspot.outfiledir opt.outfiledir |
Definition at line 27 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 27 of file runCondor_beamspot.py
Definition at line 14 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 14 of file runCondor_beamspot.py
runCondor_beamspot.submitcondor opt.submitcondor |
Definition at line 30 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 30 of file runCondor_beamspot.py
tuple runCondor_beamspot.username pwd.getpwuid(os.getuid()) |
Definition at line 31 of file runCondor_beamspot.py.
View newest version in sPHENIX GitHub at line 31 of file runCondor_beamspot.py
Referenced by TPCPedestalCalibration.InsertCDBTTree().