Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
+39 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.101 2006/05/03 10:03:41 gcosmo Exp $
$Id: History,v 1.111 2006/11/30 10:39:40 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,44 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
November 30, 2006 G.Cosmo geommng-V08-01-08
- Corrected deregistration and deletion of world default region, now
happening through G4RunManagerKernel. Affected codes: G4LogicalVolume
destructor and G4RegionStore::Clean() method.
- Minor cleanup in the implementation of the other stores.
November 8, 2006 G.Cosmo geommng-V08-01-07
- Fixed compilation problems on SUN-CC for changes in the last tag.
Added inclusion of <sstream> header in G4ReflectedSolid.cc.
November 6, 2006 J.Allison geommng-V08-01-06
- Fix in G4ReflectedSolid::CreatePolyhedron() for case of component that
does not have a G4Polyhedron representation.
October 23, 2006 G.Cosmo geommng-V08-01-05
- Replaced algorithm for EstimateSurfaceArea() in G4VSolid with more precise
method by M.Kosov based on skin surface estimation.
October 19, 2006 G.Cosmo geommng-V08-01-04
- Modified interface for GetSurfaceArea() to be similar to the one for
the computation of the geometrical volume, and allow the caching
mechanism.
October 18, 2006 G.Cosmo geommng-V08-01-03
- Added GetSurfaceArea() method to G4VSolid for approximated computation
of the surfare area of a shape.
October 2, 2006 G.Cosmo geommng-V08-01-02
- Removed debug printout in G4IdentityTrajectoryFilter implementation.
September 18, 2006 G.Cosmo geommng-V08-01-01
- Added empty virtual method CheckOverlaps() to G4VPhysicalVolume to allow
for proper overloading from subclasses. Implementation returns always
'false', which the case for replicas.
July 17, 2006 M.Asai geommng-V08-01-00
- Fix a bug in G4Region.cc for nested parameterization.
May 3, 2006 G.Cosmo geommng-V08-00-05
- Modified G4VStoreNotifier class to be now a typedef of G4VNotifier which
is moved in the 'global' module. Adapted stores to the new configuration.