Import Geant4 3.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:10:37 +02:00
parent 137e303ecc
commit 36c080dca6
3464 changed files with 119310 additions and 52696 deletions
+26 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.21 2001/02/05 18:45:32 gcosmo Exp $
$Id: History,v 1.25 2001/06/15 11:59:35 gcosmo Exp $
----------------------------------------------------------------------------
=========================================================
@@ -17,6 +17,26 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
15/06/2001 : G. Cosmo breps-V03-01-02
- Fixes to allow -ansi compilation on Linux-g++, gcc-2.95-2 compiler:
o G4Ray.cc: changed usage of hypot(x,y) to sqrt(x*x+y*y).
o G4Hyperbola[.icc.cc]: changed usage of atanh(x) to 0.5*log((1+x)/(1-x)).
- G4ProjectedSurface.cc: corrected initialisation of temporary G4Point3D
objects, to use the correct CLHEP constructor.
27/04/2001 : G. Cosmo breps-V03-01-01
- G4BSplineCurve.cc: fixed compilation warnings on HP-UX, concerning
potential uninitialised vector elements.
20/04/2001 : G. Cosmo breps-V03-01-00
- Migration to STL vector:
o G4Assembly: migrated G4PlacedVector typedef.
o G4PlacementVector: migrated G4PlacementVector typedef.
o G4Point3DVector: migrated G4Point3DVector typedef.
o G4CurveVector: migrated G4CurveVector typedef.
o G4BSplineCurve: migrated G4doubleVector typedef and removed
redefinition of G4Point3DVector.
05/01/2001 : G. Cosmo breps-V03-00-00
- Removed useless inclusion of G4OrderedTable.hh from G4Assembly.hh and
G4STEPEntity.hh.
@@ -146,6 +166,11 @@ committal in the CVS repository !
>> Still remaining: reference to STEPaggregate in G4PointRat;
reference to instMgr in G4BREPSolid.cc.
10/06/1999 : J. Apostolakis breps-01-00-04
G4FPlane.cc:
Rays and planes are now considered parallel if dot product with plane's
normal less than perMillion rather than perThousand (in the Intersect method).
28/05/1999 : J. Apostolakis breps-01-00-03a
Tagged.