Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
+51 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.150 2008/11/21 09:26:53 gcosmo Exp $
$Id: History,v 1.160 2009/11/11 12:25:46 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,56 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
11-Nov-2009 G.Cosmo (geom-specific-V09-02-08)
- Avoid fake (and redundant) assignment of value to 3-vector in
G4PolyconeSide and G4TwistTubsSide.
24-Sep-2009 T.Nikitina (geom-specific-V09-02-07)
- G4Ellipsoid: refined fix in DistanceToIn(p,v) for points located on the
curved surface, and correct treatment of geometrical tolerance.
09-Sep-2009 G.Cosmo (geom-specific-V09-02-06)
- G4Ellipsoid: fixed usage of half-tolerances (radial and Cartesian) in
DistanceToIn(p,v), based on incorrect assumptions introduced in tag
"geom-specific-V09-02-04", responsible for zero steps on configurations
with cut in Z. Addresses problem report #1076.
04-Aug-2009 T.Nikitina (geom-specific-V09-02-05)
- G4Ellipsoid:
o Fixes in Inside(p) and in DistanceToIn(p,v) for points
located on the curved surface within tolerance. Final fix for issue
reported in problem report #1050 and concerning warnings reported by
grid_test.
o Adopt pre-computed half-tolerance values for optimisation.
23-Jul-2009 T.Nikitina (geom-specific-V09-02-04)
- G4Ellipsoid: fix to DistanceToIn(p,v) in the calculation of the roots of
the quadratic equation and in DistanceToOut(p,v) in the calculation of the
normal on cut surfaces. Final fix for problem report #1022 and #1050.
- G4PolyconeSide: added protection in method Normal(), addressing problem
report #1073.
30-Jun-2009 T.Nikitina (geom-specific-V09-02-03)
- G4Ellipsoid: introduced to DistanceToIn(p,v) splitting of the distance for
point very far from intersection area and big difference between solid
dimensions and distance to it; resolves issue observed on 64 bits problem.
Also addressing problem report #1022.
08-May-2009, G.Cosmo (geom-specific-V09-02-02)
- Corrected typo in base implementation of G4VCSGfaceted::GetSurfaceArea(),
which was erroneously returning cubic volume estimation.
Addresses problem report #1062.
27-Apr-2009, G.Cosmo (geom-specific-V09-02-01)
- Relaxed error condition in G4TessellatedSolid::Inside(p) to warning, for
excess of max trials and anomalous conditions in distance calculation.
Added more printout information when error condition is detected.
27-Feb-2009, T.Nikitina (geom-specific-V09-02-00)
- Fix in G4Paraboloid::DistanceToOut(p,v,..) for the computation of normal
to surface; added missing normalisation to unit, following remark in the
Geometry Forum Hypernews posting #953.
21-Nov-2008, G.Cosmo (geom-specific-V09-01-19)
- Added missing accessors to G4EllipticalCone, required for detector
persistency.