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

Functions

def makeCondorJob
 

Variables

tuple parser argparse.ArgumentParser(description='sPHENIX MDC2 Reco Job Creator')
 
tuple args parser.parse_args()
 
tuple inputType args.inputType.upper()
 
dictionary types
 
list dstSets ['DST_TRACKS', 'DST_VERTEX']
 
tuple myShell str(environ['SHELL'])
 
list goodShells ['/bin/bash', '/bin/tcsh']
 
string catalogCommand "CreateFileList.pl -run {0} -type {1} {2}"
 
int memory 8
 

Function Documentation

def makeCondorJobs.makeCondorJob ( )

Definition at line 55 of file makeCondorJobs.py.

View newest version in sPHENIX GitHub at line 55 of file makeCondorJobs.py

References material_mapping_optimisation.format, join(), test_detectors.lower, Acts.open, and print().

+ Here is the call graph for this function:

Variable Documentation

tuple makeCondorJobs.args parser.parse_args()

Definition at line 19 of file makeCondorJobs.py.

View newest version in sPHENIX GitHub at line 19 of file makeCondorJobs.py

string makeCondorJobs.catalogCommand "CreateFileList.pl -run {0} -type {1} {2}"

Definition at line 102 of file makeCondorJobs.py.

View newest version in sPHENIX GitHub at line 102 of file makeCondorJobs.py

list makeCondorJobs.dstSets ['DST_TRACKS', 'DST_VERTEX']

Definition at line 30 of file makeCondorJobs.py.

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

list makeCondorJobs.goodShells ['/bin/bash', '/bin/tcsh']

Definition at line 49 of file makeCondorJobs.py.

View newest version in sPHENIX GitHub at line 49 of file makeCondorJobs.py

tuple makeCondorJobs.inputType args.inputType.upper()

Definition at line 21 of file makeCondorJobs.py.

View newest version in sPHENIX GitHub at line 21 of file makeCondorJobs.py

int makeCondorJobs.memory 8

Definition at line 56 of file makeCondorJobs.py.

View newest version in sPHENIX GitHub at line 56 of file makeCondorJobs.py

Referenced by cl::CommandQueue.enqueueUnmapMemObject().

tuple makeCondorJobs.myShell str(environ['SHELL'])

Definition at line 48 of file makeCondorJobs.py.

View newest version in sPHENIX GitHub at line 48 of file makeCondorJobs.py

tuple makeCondorJobs.parser argparse.ArgumentParser(description='sPHENIX MDC2 Reco Job Creator')

Definition at line 5 of file makeCondorJobs.py.

View newest version in sPHENIX GitHub at line 5 of file makeCondorJobs.py

dictionary makeCondorJobs.types
Initial value:
1 {'PYTHIA8_PP_MB' : 3, 'HIJING_0-20' : 4, 'HIJING_0-4P88' : 6, 'HF_CHARM' : 7, 'HF_BOTTOM' : 8, 'HF_CHARMD0' : 9, 'HF_BOTTOMD0' : 10
2  , 'JET_30GEV' : 11, 'JET_10GEV' : 12, 'JET_PHOTON' : 13, 'SINGLE_PARTICLE' : 14 , 'D0JETS' : 16, 'JET_40GEV' : 19, 'JET_20GEV': 21}

Definition at line 23 of file makeCondorJobs.py.

View newest version in sPHENIX GitHub at line 23 of file makeCondorJobs.py