Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
+3
View File
@@ -2,6 +2,9 @@
examples/novice/N03/visTutor/History
====================================
24th November 2008 Laurent Garnier
- exNo3Vis14.mac,exNo3Vis15.mac : Change OGLSQT by OGLSQt
3rd May 2005 John Allison (examples-V07-00-03)
- Replaced vis manager with G4VisExecutive.
+2 -2
View File
@@ -47,8 +47,8 @@
# with the OGLSQT (OpenGL Stored QT) driver
###########################################
# Invoke the OGLSQT driver
/vis/open OGLSQT
# Invoke the OGLSQt driver
/vis/open OGLSQt
# Bird's-eye view of the detector geometry
#
+1 -1
View File
@@ -31,7 +31,7 @@
/vis/scene/create
# Invoke the OpenInventor driver
/vis/sceneHandler/create OGLIQT
/vis/sceneHandler/create OGLIQt
/vis/viewer/create
# Add the world volume to the current scene
+2 -2
View File
@@ -32,8 +32,8 @@
/gui/addButton vis Vis2(OGLSX) "/control/execute visTutor/exN03Vis2.mac"
/gui/addButton vis Vis3(OGLSX) "/control/execute visTutor/exN03Vis3.mac"
/gui/addButton vis Vis4(OGLIX) "/control/execute visTutor/exN03Vis4.mac"
/gui/addButton vis Vis15(OGLIQT) "/control/execute visTutor/exN03Vis15.mac"
/gui/addButton vis Vis14(OGLSQT) "/control/execute visTutor/exN03Vis14.mac"
/gui/addButton vis Vis15(OGLIQt) "/control/execute visTutor/exN03Vis15.mac"
/gui/addButton vis Vis14(OGLSQt) "/control/execute visTutor/exN03Vis14.mac"
/gui/addButton vis Vis5(OIX) "/control/execute visTutor/exN03Vis5.mac"
/gui/addButton vis Vis6(VRML2FILE) "/control/execute visTutor/exN03Vis6.mac"
/gui/addButton vis Vis7(DAWNFILE) "/control/execute visTutor/exN03Vis7.mac"