SND@LHC Software
Loading...
Searching...
No Matches
submitPyG4prod Namespace Reference

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+' &'
 

Variable Documentation

◆ cmd

str submitPyG4prod.cmd = 'python g4Ex_thisProduction.py '+str(run)+' '+str(int(nevents[ecut]))+' '+str(ecut)+' > '+logfile+' &'

Definition at line 10 of file submitPyG4prod.py.

◆ ecut

int submitPyG4prod.ecut = 100.

Definition at line 6 of file submitPyG4prod.py.

◆ logfile

str submitPyG4prod.logfile = 'log'+str(run)+'_'+str(ecut)

Definition at line 8 of file submitPyG4prod.py.

◆ nevents

dict submitPyG4prod.nevents = {1:100000,10:1000000,100:10000000}

Definition at line 5 of file submitPyG4prod.py.

◆ path

submitPyG4prod.path = '../'

Definition at line 2 of file submitPyG4prod.py.