Commit in LCDetectors on MAIN
Makefile+6-11.14 -> 1.15
g4macros/oiv.mac+6added 1.1
+12-1
1 added + 1 modified, total 2 files
JM: Add OpenInventor vis target.

LCDetectors
Makefile 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- Makefile	5 Oct 2006 00:18:40 -0000	1.14
+++ Makefile	5 Oct 2006 19:31:16 -0000	1.15
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 2006/10/05 00:18:40 jeremy Exp $
+# $Id: Makefile,v 1.15 2006/10/05 19:31:16 jeremy Exp $
 
 #
 # Makefile using GeomConverter and shell tools to
@@ -219,6 +219,11 @@
 	@echo "Loading $(DETECTOR) into slic ..."; \
 	$(SLICBIN) -g ./detectors/$(DETECTOR)/$(DETECTOR).lcdd -m ./g4macros/opengl.mac -n;
 
+# Load the LCDD file into SLIC.
+oiv:
+	@echo "Loading $(DETECTOR) into Geant4/Inventor ..."; \
+	$(SLICBIN) -g ./detectors/$(DETECTOR)/$(DETECTOR).lcdd -m ./g4macros/oiv.mac -n;
+
 # Generate the prim file for DAWN.
 dawn:
 	@echo "Creating prim file for $(DETECTOR) ..."; \

LCDetectors/g4macros
oiv.mac added at 1.1
diff -N oiv.mac
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ oiv.mac	5 Oct 2006 19:31:17 -0000	1.1
@@ -0,0 +1,6 @@
+/vis/scene/create
+/vis/scene/add/volume
+/vis/scene/add/hits
+/vis/scene/add/trajectories
+/vis/open OIX
+/vis/viewer/update
CVSspam 0.2.8