Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
+30 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.10 2000/06/27 16:20:11 gcosmo Exp $
$Id: History,v 1.15 2000/11/20 18:18:57 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,35 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
20-Nov-2000, G. Cosmo (geom-solids-specific-V02-00-04)
---------------------
- Fixes to remove warnings from "-Wall -ansi -pedantic" g++ compiler options:
o commented out variables declared and not used.
o fixed declaration of variables used before being initialised.
o fixed order of initialisation of member data in constructors.
o fixed usage of unsigned-int (size_t) for array indeces.
13-Nov-2000, G.Cosmo (geom-solids-specific-V02-00-03)
--------------------
- Added definition of empty constructor for G4ClippablePolygon which
went lost by mistake...
02-Nov-2000, G.Cosmo (geom-solids-specific-V02-00-02)
--------------------
- QA code revision and cleanup (+fixes from CodeWizard filtering):
o Avoid inline virtual methods.
o General cosmetics for Software Reference Manual.
23-Oct-2000, D.Williams (geom-solids-specific-V02-00-01)
-----------------------
- G4IntersectingCone.cc: the check for a zero radical has been adjusted to be
less sensitive to round off error in LineHitsCone1(), LineHitsCone2().
This fixes a problem discovered in BaBar.
12-Sep-2000, G.Cosmo (geom-solids-specific-V02-00-00)
--------------------
- Organised comments to headers for Software Reference Manual.
27-Jun-2000, G.Cosmo (geom-solids-specific-V01-01-02)
--------------------
- G4Polycone[.hh.cc]: better fix for bug-report #110.