Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
+79 -2
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.172 2001/12/01 21:07:26 stanaka Exp $
$Id: History,v 1.193 2002/06/24 07:34:15 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -24,7 +24,84 @@ committal in the CVS repository !
History file for visualization category
---------------------------------------
01th December 2001 vis-V03-02-21
24th June 2002 Gabriele Cosmo (vis-V04-00-10)
- Exclude latest changes to OpenGL driver (opengl-V04-00-03), causing compilation
errors on some platforms (DEC-cxx).
23th June 2002 Satshi Tanaka (vis-V04-00-09)
- Bug fixes in G4VRMLXFileSceneHandlerFunc.icc
- Protection of VRML-Newtork drivers for Windows platform.
(The compilation is skipped in the Windows platform.)
19th June 2002 John Allison (vis-V04-00-08)
- Cosmetic changes in G4VRML2FileSceneHandler.cc and G4VRML2SceneHandler.cc
(Gabriele)
10th June 2002 John Allison
- Cosmetic changes for SUN-CC in G4OpenGLXmConvenienceRoutines.cc
(opengl-V04-00-03).
- Improvement to /vis/scene/add/logicalVolume guidance.
6th June 2002 John Allison
- Cosmetic changes for GNU compiler in G4OpenGLXViewer.cc (opengl-V04-00-02).
8th May 2002 John Allison (vis-V04-00-07)
- Minor changes to warning messages and README.built_in_commands.
- Added test fro G4EllipticalTube to test/src/MyDetectorConstruction.cc.
1st May 2002 John Allison (vis-V04-00-06)
- Deprecated /vis/viewer/set/autoRefresh.
26th April 2002 Makoto Asai (vis-V04-00-05)
- Corresponds to the changes in intercoms-V04-00-00
- Affected files :
G4VisManager.cc G4VisCommandsViewer.cc G4VisCommandsCompound.cc
22nd April 2002 John Allison (vis-V04-00-04)
- Prevent copying of autoRefresh status with /vis/viewer/set/all command.
- Corrected out of date advice about /vis/set/culling, etc.
- Workaround for pseudo-parallel/orthogonal projection in Ray Tracer.
28th February 2002 John Allison (vis-V04-00-03)
- Updated OpenGL to compile (but not run) on Windows (opengl-V04-00-01).
- Removed redundant code in GNUmakefiles in OPACS, OpenGL, OpenInventor, VRML.
- Improved README.adding_graphics_system.
23rd February 2002 John Allison (vis-V04-00-02)
- Bug fix in modeling, which was causing nested calls to Begin/EndPrimitives.
4th February 2002 Joseph Perl (vis-V04-00-01)
- HepRep: Check for missing hierarchy layers in HepRepXMLWriter.
(Not strictly needed since have a culled layer check in SceneHandler,
but may be useful in other applications of HepRepXMLWriter).
3rd February 2002 Joseph Perl
- HepRep: Detect transient data by testing for
!fpCurrentPV || fReadyForTransients
rather than just fReadyForTransients
1st February 2002 Joseph Perl
- Improvements to HepRep:
- Defer file opening until first real HepRepType is to be written.
- Moved HepRep code from AddThis to AddPrimitive.
- Add additional levels to hierarchy if any appear to have been
removed by culling.
- Add visibility attribute.
29th January 2002 Joseph Perl
- Relocate HepRep file-opening logic to constructor and ShowView
(had been in SetView).
28th January 2002 vis-V03-02-23 Joseph Perl
- Improvements to HepRep:
- Produce hierarchical output rather than flat HepRepType structure.
- Handle trajectories as well as detector geometry.
- Output files now named G4Data<n>.heprep where n increments with each open.
14th January 2002 vis-V03-02-22 Joseph Perl
- Corrected handling for already open file in HepRepXMLWriter.
01th December 2001 vis-V03-02-21 Satoshi Tanaka
- Code refinements in FukuiRenderer/ directory:
* Noisy warnings for Linux-g++ are suppressed.
(%lg ==> %g etc)