Print

Print


Commit in SlacMCPrj/scripts on MAIN
cvs-calice.sh+5added 1.1
cvs-gear.sh+3added 1.1
cvs-marlin.sh+3added 1.1
cvs-marlinreco.sh+3added 1.1
setup-clhep.sh+5added 1.1
run-ced.sh+3-21.2 -> 1.3
setup-marlin.sh+3-151.2 -> 1.3
setup-mesa.sh+11.1 -> 1.2
+26-17
5 added + 3 modified, total 8 files
JM: Script updates and additions

SlacMCPrj/scripts
cvs-calice.sh added at 1.1
diff -N cvs-calice.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cvs-calice.sh	22 Mar 2006 23:50:12 -0000	1.1
@@ -0,0 +1,5 @@
+#!/bin/sh
+export CVS_RSH=ccvssh                                       
+export CVSROOT=:ext:[log in to unmask]:/calice      
+ccvssh login
+#cvs co -r v03-05 calice_userlib

SlacMCPrj/scripts
cvs-gear.sh added at 1.1
diff -N cvs-gear.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cvs-gear.sh	22 Mar 2006 23:50:12 -0000	1.1
@@ -0,0 +1,3 @@
+#!/bin/sh
+export CVS_RSH=ccvssh
+export CVSROOT=:ext:[log in to unmask]:/gear

SlacMCPrj/scripts
cvs-marlin.sh added at 1.1
diff -N cvs-marlin.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cvs-marlin.sh	22 Mar 2006 23:50:12 -0000	1.1
@@ -0,0 +1,3 @@
+#!/bin/sh
+export CVS_RSH=ccvssh
+export CVSROOT=:ext:[log in to unmask]:/marlin

SlacMCPrj/scripts
cvs-marlinreco.sh added at 1.1
diff -N cvs-marlinreco.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cvs-marlinreco.sh	22 Mar 2006 23:50:12 -0000	1.1
@@ -0,0 +1,3 @@
+#!/bin/sh
+export CVS_RSH=ccvssh 
+export CVSROOT=:ext:[log in to unmask]:/marlinreco

SlacMCPrj/scripts
setup-clhep.sh added at 1.1
diff -N setup-clhep.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ setup-clhep.sh	22 Mar 2006 23:50:12 -0000	1.1
@@ -0,0 +1,5 @@
+#!/bin/sh
+export CLHEP_BASE_DIR=$PRJ_EXTERN/clhep/pro
+export CLHEP=$CLHEP_BASE_DIR
+export CLHEP_LIB_DIR=$CLHEP_BASE_DIR/lib
+export CLHEP_INCLUDE_DIR=$CLHEP_BASE_DIR/include

SlacMCPrj/scripts
run-ced.sh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- run-ced.sh	1 Mar 2006 01:09:28 -0000	1.2
+++ run-ced.sh	22 Mar 2006 23:50:12 -0000	1.3
@@ -1,4 +1,5 @@
 #!/bin/sh
-CED=$PRJ_DIST/MarlinReco/pro/linux/CED
-export LD_LIBRARY_PATH=$CED
+source setup-mesa.sh
+CED=$PRJ_DIST/MarlinReco/pro/CED
+export LD_LIBRARY_PATH=$CED:$LD_LIBRARY_PATH
 $CED/glced &

SlacMCPrj/scripts
setup-marlin.sh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- setup-marlin.sh	1 Mar 2006 01:09:28 -0000	1.2
+++ setup-marlin.sh	22 Mar 2006 23:50:12 -0000	1.3
@@ -1,19 +1,7 @@
 #!/bin/sh
 
-export MARLIN=$PRJ_DIST/MarlinReco/pro/linux/marlin/0.9.1
+export MARLIN=$PRJ_DIST/MarlinReco/pro/Marlin
+
 cd $MARLIN
-source env.sh_ORG
+source env.sh
 cd -
-
-source setup-root.sh
-
-echo "LCIO=$LCIO"
-echo "MARLINDEBUG=$MARLINDEBUG"
-echo "CLHEP=$CLHEP"
-echo "LCDD=$LCDD"
-echo "GEAR=$GEAR"
-echo "MARLIN_USE_AIDA=$MARLIN_USE_AIDA"
-echo "JDK_HOME=$JDK_HOME"
-echo "JAIDA_HOME=$JAIDA_HOME"
-echo "AIDAJNI_HOME=$AIDAJNI_HOME"
-echo "ROOTSYS=$ROOTSYS"

SlacMCPrj/scripts
setup-mesa.sh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- setup-mesa.sh	20 Mar 2006 07:51:25 -0000	1.1
+++ setup-mesa.sh	22 Mar 2006 23:50:12 -0000	1.2
@@ -1,4 +1,5 @@
 #!/bin/sh
 export OGLHOME=$PRJ_EXTERN/mesa/pro/
+export MESA=$OGLHOME
 export PATH=$OGLHOME/bin:$PATH
 export LD_LIBRARY_PATH=$OGLHOME/lib:$LD_LIBRARY_PATH
CVSspam 0.2.8