Print

Print


Commit in LCDetectors/detectors on MAIN
make_heprep.sh-251.1 removed


LCDetectors/detectors
make_heprep.sh removed after 1.1
diff -N make_heprep.sh
--- make_heprep.sh	6 Sep 2006 18:20:52 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-#
-# Script to convert all detectors from compact to HepRep.
-#
-# Make sure you have Java 1.5.0 setup before running this.
-#
-
-# Where is your GeomConverter run script?
-if [ -z "$GEOMCONVERTER" ]; then
-    GEOMCONVERTER="${PRJ_DIST}/GeomConverter/pro/bin/GeomConverter"
-fi
-
-if [ -z "$1" ]; then
-  echo "ERROR: Missing detector to convert."
-  exit 1
-fi
-
-f=./$1/compact.xml
-
-d=$(dirname $f)
-
-$GEOMCONVERTER -o heprep $f detector.heprep
-
-mv detector.heprep $d
CVSspam 0.2.8