Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /geant4/examples/extended/radioactivedecay/rdecay02/macros/runall was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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