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
+27 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.19 2001/03/08 13:21:11 gcosmo Exp $
$Id: History,v 1.24 2001/05/31 17:35:50 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,32 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
May 31, 2001 G. Cosmo geommng-V03-01-04
- Adopt explicit initialisation for 'minExtents' and 'maxExtents'
in G4SmartVoxelHeader::BuildNodes(...), to allow porting on ObjectSpace STL.
May 23, 2001 G. Cosmo geommng-V03-01-03
- G4SmartVoxelHeader.cc: minor fix for removing pedantic warnings
detected on Linux-g++ with ISO/ANSI setup.
May 03, 2001 G. Cosmo geommng-V03-01-02
- G4DrawVoxels.cc: migration to STL vector according to changes in
graphics_reps module (greps-V03-01-01), now migrated as well.
April 27, 2001 G. Cosmo geommng-V03-01-01
- G4LogicalVolume.cc, G4SmartVoxelHeader.cc: fixed compilation warnings
on HP-UX, concerning potential uninitialised vector elements.
April 20, 2001 G. Cosmo geommng-V03-01-00
- Migration to STL vector:
o G4VSolid: migrated G4ThreeVectorList typedef.
o G4SolidStore, G4LogicalVolumeStore, G4PhysicalVolumeStore: migrated
inheritance from base collection of pointers.
o G4LogicalVolume: migrated data member "fDaughters".
o G4SmartVoxelHeader: migrated typedefs G4ProxyVector, G4NodeVector,
G4VolumeNosVector and G4VolumeExtentVector.
o G4SmartVoxelNode: migrated G4SliceVector typedef.
March 07, 2001 G. Cosmo geommng-V03-00-01
- G4PVPlacement.hh: corrected comments to constructor with G4RotationMatrix*
as argument, to correspond to specifications in the User's Manual.