Files
geant4/examples/extended/hadronic/Hadr00/run_single.csh
2016-06-09 17:01:34 +02:00

11 lines
256 B
Tcsh

#/bin/csh
#================================================
# Macro file for Hadr00 run over all Physics Lists
# 26.06.2009 V.Ivanchneko
#================================================
rm -f $1.out
$G4BIN/$G4SYSTEM/Hadr00 $2.in $1 >& $1.out
#