| [1350] | 1 | $Id: History,v 1.9 2008/03/27 16:47:21 gcosmo Exp $
|
|---|
| 2 | ----------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | History file for geometry/solids/test/SBT
|
|---|
| 5 | -----------------------------------------
|
|---|
| 6 | This file should be used to briefly summarize all major modifications
|
|---|
| 7 | introduced in the code and keep track of all tags.
|
|---|
| 8 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 9 | committal in the CVS repository !
|
|---|
| 10 |
|
|---|
| 11 | ----------------------------------------------------------
|
|---|
| 12 | * Reverse chronological order (last date on top), please *
|
|---|
| 13 | ----------------------------------------------------------
|
|---|
| 14 |
|
|---|
| 15 | Feb 18, 2008 - I.Hrivnacova
|
|---|
| 16 | ---------------------------
|
|---|
| 17 | - Added missing solids in specific: G4Ellipsoid, G4EllipticalCone,
|
|---|
| 18 | G4EllipticalTube, G4ExtrudedSolid, G4Orb, G4TessellatedSolid, G4Tet,
|
|---|
| 19 | G4TwistedBox, G4TwistedTrap, G4TwistedTrd, G4TwistedTubs.
|
|---|
| 20 | - Changed logger precision from 16 digits to 20, as 16 were not sufficient
|
|---|
| 21 | to reproduce the errors in debug.
|
|---|
| 22 | - In DrawError():
|
|---|
| 23 | o draw the solid first, otherwise the command vis/viewer/set/style
|
|---|
| 24 | does not affect solid drawing.
|
|---|
| 25 | o draw volume only, if errorIndex=0.
|
|---|
| 26 | - In TestOutsidePoint(): allow a difference within the surface tolerance
|
|---|
| 27 | for the distance of a point on surface.
|
|---|
| 28 | - In DebugXX() methods: added printing of the tested values.
|
|---|
| 29 | - Added method DebugSurfNorm().
|
|---|
| 30 | - Corrected output of time string.
|
|---|
| 31 |
|
|---|
| 32 | Nov 9, 2005 - G.Cosmo
|
|---|
| 33 | ---------------------
|
|---|
| 34 | - Implemented migration to <sstream> from deprecated <strstream>.
|
|---|
| 35 |
|
|---|
| 36 | Dec 1, 2003 - G.Cosmo
|
|---|
| 37 | ---------------------
|
|---|
| 38 | - Updated vis-manager to recent visualisation drivers.
|
|---|
| 39 | - Cleared compilation warnings...
|
|---|
| 40 |
|
|---|
| 41 | Nov 18, 2003 - J.Apostolakis
|
|---|
| 42 | ----------------------------
|
|---|
| 43 | - Attempted to update to changes in G4VisManager which require
|
|---|
| 44 | the objectTransformation (a G4Transform3D) for all Draw methods.
|
|---|
| 45 |
|
|---|
| 46 | Jan 08, 2002 - G.Cosmo
|
|---|
| 47 | ----------------------
|
|---|
| 48 | - Migrated SBTrun.cc and SBTvoxel.cc to Geant4 4.0.
|
|---|
| 49 |
|
|---|
| 50 | Apr 20, 2001 - G.Cosmo
|
|---|
| 51 | ----------------------
|
|---|
| 52 | - Updates for migration to STL vector, modified SBTrun.cc.
|
|---|
| 53 |
|
|---|
| 54 | Jan 25, 2001 - E.Medernach
|
|---|
| 55 | --------------------------
|
|---|
| 56 | - Introduced program to process fatal execution error from Fred
|
|---|
| 57 | (new directory "process").
|
|---|
| 58 |
|
|---|
| 59 | Dec 14, 2000 - E.Medernach
|
|---|
| 60 | --------------------------
|
|---|
| 61 | - Improved support for Boolean solids:
|
|---|
| 62 | o Modified: SBTrun.cc, G4InteractiveSolid[.hh.cc]
|
|---|
| 63 | o Updated "log" area.
|
|---|
| 64 |
|
|---|
| 65 | Nov 09, 2000 - G.Cosmo
|
|---|
| 66 | ----------------------
|
|---|
| 67 | - Cleaned up files and moved to new directories.
|
|---|
| 68 |
|
|---|
| 69 | Aug 22, 2000 - E.Medernach
|
|---|
| 70 | --------------------------
|
|---|
| 71 | - Added parameter script support with automatic exit
|
|---|
| 72 | - Added a directory for geant4 script and for log files
|
|---|
| 73 | - Added a pause like fred/pause to be used for visualization
|
|---|
| 74 | - Added the current solid in the log file (second line in the log file)
|
|---|
| 75 | script to visualize errors with comment: ErrorView
|
|---|