Print

Print


Commit in LCDetectors/detectors on MAIN
lcdd.sh-241.2 removed
JM: Remove old LCDD script.

LCDetectors/detectors
lcdd.sh removed after 1.2
diff -N lcdd.sh
--- lcdd.sh	5 Jun 2006 18:12:09 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-#
-# Script to convert all detectors from compact to LCDD.
-#
-# Make sure you have Java 1.5.0 setup before running this.
-#
-
-# What is your geom cnv dir?
-mygeom="${PRJ_DIST}/GeomConverter/pro/bin/GeomConverter"
-
-# Conversion script location with arg.
-cnvscript="${mygeom} -o lcdd"
-
-# Convert to LCDD.
-for f in `ls */compact.xml`; do
-  d=`dirname $f`
-  echo "Converting $d ..."
-  $cnvscript $f $d.lcdd
-  echo "DONE with $d."
-  mv $d.lcdd $d
-done
-
-ls */*.lcdd
CVSspam 0.2.8