Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
+100 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 2.55 1998/12/16 20:25:27 allison Exp $
$Id: History,v 1.23 1999/07/03 10:52:25 johna Exp $
-------------------------------------------------------------------
=========================================================
@@ -24,6 +24,105 @@ committal in the CVS repository !
History file for visualization category
---------------------------------------
vis-01-00-15a 3rd July 1999 John Allison
- Improved README (Guy).
- Corrected a fprintf statement in G4OpenGLXViewer::spewWireframeEPS.
vis-01-00-15 29th June 1999 John Allison
- Moved #include <rw/tvhdict.h> from G4OpenGLSceneHandler.hh to .cc.
- Corrected #ifdef G4VIS_BUILD_OPENGL_DRIVER in G4OpenGLXViewer.hh.
vis-01-00-14 19th June 1999 John Allison
- Removed references to G4Ray from GNUmakefile.
- Archived (cvs removed) all G4Ray files.
- Cosmetic change to an output statement in G4VisToOldVisCommands.cc/
vis-01-00-13 1st June 1999 John Allison
- Updated README for May Release (Satoshi, John).
- Removed G4Ray from tag.
31 Mai 1999 Guy Barrand
- G4XoViewer : remove enabling/disabling XoCamera popup menu logic.
In some situation (N03) we were loosing the XoCamera popup menu.
- G4XoViewer : correct ClearStore, ClearTransientStore.
vis-01-00-12a 26th May 1999 John Allison
- G4TrajectoriesModel.cc: (*TC) [iT] -> DrawTrajectory ();
vis-01-00-12 25th May 1999 John Allison
- Moved global operator != to member function.
- Updated OPACS to handle "ClearTransientStore" (Guy).
vis-01-00-11 12th May 1999 Guy Barrand
- G4VSceneHandler : ClearTransientStore.
- G4VisCommandsSceneHandler : protect against a null pointer.
- OpenInventor : use HEPVis/SoWindow to create windows (needed
on NT). Implement the a "transient scene graph" for "event"
things. Use fXxx convention for fields.
- G4TrajectoriesModeling : do not draw a "marker" at each step by default.
vis-01-00-10 10th May 1999 John Allison
- Acted upon Code Wizard reports. Mainly made destructors virtual.
vis-01-00-09 28th April 1999 John Allison
- Changes for UserAction classes.
vis-01-00-08 John Allison
- Changes by Paulo Mora de Freitas for decoupling vis from parameterisation.
18th April 1999 John Allison
- Added "defined" after || in VRML1(1)(File).hh. (Some preprocessors
give an error without it.)
vis-01-00-07 15th April 1999 John Allison
- Replaced visualization/test/GNUmakefile by a simple one using binmake.gmk.
- Added CPPFLAGS += -I$(G4BASE)/intercoms/include to some GNUmakefiles ready
for the move of G4VGraphicsScene to intercoms.
vis-01-00-06 29th March 1999 John Allison
- Platform dependency fix in G4VisCommandsScene.cc.
vis-01-00-05 7th February 1999 John Allison
- management: - Added /vis/scene/notifyHandlers.
- Added virtual functions AddThis (const G4Polycone and
G4Polyhedra to G4VSceneHandler
- Moved some code from G4VisManager to G4Scene::AddWorldIfEmpty.
- Various refinements and bug fixes.
- modeling: Augmented G4PhysicalVolumeSearchScene and G4BoundingSphereScene
See modeling/History.
- OpenGL: - Corrected edgeCount check for triangles in
G4OpenGLSceneHandler::AddPrimitive (const G4Polyhedron&).
- Added (long unsigned int) cast in G4OpenGLXmRotationCallbacks.cc.
- Added SetView and ShowView to G4OpenGLXViewer:
// To force change of context...
void G4OpenGLXViewer::SetView () {
glXMakeCurrent (dpy, win, cx);
G4OpenGLViewer::SetView ();
}
// Hopefully to get better flushing in DEC OpenGL...
void G4OpenGLXViewer::ShowView () {
glXWaitGL ();
glFlush ();
}
vis-01-00-04 11th January 1999 John Allison
- Completed change of names from scene to sceneHandler, view to viewer.
- Vis manager and scene handlers now keep pointer to scene, rather than a copy.
- G4SceneList now a simple RWTPtrOrderedVector.
- /vis/camera/reset now resets viewpoint direction and up vector.
vis-01-00-03 10th January 1999 John Allison
- Added flags for viewing geom, hits, digis to G4ModelingParameters.
vis-01-00-02 9th January 1999 John Allison
- Changed Scene to SceneHandler, View to Viewer.
vis-01-00-01 6th January 1999 John Allison
- Made G4VisManager::GetInstance() private to prevent inadvertent misuse.
- Removed #include GNU_GCC - no longer necessary for egcs.
- Continued developing the new commands.
vis-00-04-04 16th December 1998 John Allison
- test/GNUmakefile for Linux-g++
- test/test19.cc - removed g4templates.hh