Print

Print


Commit in LCDetectors/detectors on MAIN
convertAll.sh+6added 1.1
Add script to convert all compact descriptions to LCDD.  (Conv script loc is specific to noric @ SLAC.)

LCDetectors/detectors
convertAll.sh added at 1.1
diff -N convertAll.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ convertAll.sh	20 Jul 2005 01:11:28 -0000	1.1
@@ -0,0 +1,6 @@
+#!/bin/sh
+for f in `ls */compact.xml`; do
+  d=`dirname $f`
+  echo "converting $d"
+  compact2lcdd $f $d.lcdd
+done
CVSspam 0.2.8