Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
+13 -1
View File
@@ -1,4 +1,3 @@
$Id: History 110153 2018-05-16 12:40:26Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +16,19 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
October 18, 2018 E.Tcherniaev (geommng-V10-04-08)
- G4VSolid: improved setting of surface thickness in EstimateSurfaceArea().
October 12, 2018 E.Tcherniaev (geommng-V10-04-07)
- G4VSolid: more precise calculation of distance for inside points in
EstimateSurfaceArea().
October 10, 2018 E.Tcherniaev (geommng-V10-04-06)
- G4VSolid: reimplemented EstimateSurfaceArea() for approximate calculation
of the surface area of a solid, by estimating volume of a thin shell
surrounding the surface using Monte-Carlo method; algorithm providing more
accurate estimation without performance penalty.
May 16, 2018 G.Cosmo (geommng-V10-04-05)
- G4GeomSplitter: replaced use or realloc()/free() and memcpy() with
normal allocation/deallocation through G4Allocator. Also addressing