SND@LHC Software
|
Variables | |
str | path = '../' |
dict | nevents = {1:100000,10:1000000,100:10000000} |
int | ecut = 100. |
str | logfile = 'log'+str(run)+'_'+str(ecut) |
str | cmd = 'python g4Ex_thisProduction.py '+str(run)+' '+str(int(nevents[ecut]))+' '+str(ecut)+' > '+logfile+' &' |
str submitPyG4prod.cmd = 'python g4Ex_thisProduction.py '+str(run)+' '+str(int(nevents[ecut]))+' '+str(ecut)+' > '+logfile+' &' |
Definition at line 10 of file submitPyG4prod.py.
int submitPyG4prod.ecut = 100. |
Definition at line 6 of file submitPyG4prod.py.
Definition at line 8 of file submitPyG4prod.py.
dict submitPyG4prod.nevents = {1:100000,10:1000000,100:10000000} |
Definition at line 5 of file submitPyG4prod.py.
submitPyG4prod.path = '../' |
Definition at line 2 of file submitPyG4prod.py.