Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 09:22:41

0001 #!/bin/csh -f
0002 \rm runall.log
0003 foreach i (`ls *.mac`)
0004     echo ' Runing ' $i
0005      time ../bin/$G4SYSTEM/rdecay02  $i >>& runall.log
0006 end
0007 
0008