Commit in SimDist/scripts on MAIN
slic.sh.in+6-21.13 -> 1.14
add particle table switch by default to avoid strange problems when running stdhep files with extended SM or SUSY particles if the table is not given

SimDist/scripts
slic.sh.in 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- slic.sh.in	8 Oct 2008 18:23:32 -0000	1.13
+++ slic.sh.in	15 Dec 2009 23:50:03 -0000	1.14
@@ -61,5 +61,9 @@
 
 echo "GDML_SCHEMA_DIR=${GDML_SCHEMA_DIR}"
 
-# run slic with CL args
-${SLIC_BASE}/bin/@G4SYSTEM@/${slicbin} $@
+PARTICLE_TBL=${SIM_HOME}/packages/slic/@[log in to unmask]
+
+echo "PARTICLE_TBL=${PARTICLE_TBL}"
+
+# Run slic with command line arguments.  Automatically loads extended particle set.
+${SLIC_BASE}/bin/@G4SYSTEM@/${slicbin} -P ${PARTICLE_TBL} $@
\ No newline at end of file
CVSspam 0.2.8