Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
+60 -1
View File
@@ -1,4 +1,4 @@
$Id: History 83851 2014-09-19 10:12:12Z gcosmo $
$Id: History 94457 2015-11-18 14:35:46Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,65 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
18-Nov-2015 G.Cosmo (geom-specific-V10-01-15)
- Added specialised implementation for GetCubicVolume() in
G4TessellatedSolid (J.Allison).
29-Oct-2015 G.Cosmo (geom-specific-V10-01-14)
- Added debug printouts withing G4SPECSDEBUG in G4TessellatedSolid for
DistanceToIn/Out(p,v) to identify potential wrong responses.
26-Oct-2015 G.Cosmo (geom-specific-V10-01-13)
- Removed redundant condition in G4Polyhedra and G4polycone
SetOriginalParameters() method.
23-Oct-2015 G.Cosmo (geom-specific-V10-01-12)
- G4PolyhedraSide: moved internal struct definitions to public section
to overcome deficiencies in object-persistency class parsing.
07-Oct-2015 G.Cosmo (geom-specific-V10-01-11)
- Protected compilation of USolid wrappers with G4GEOM_USE_USOLIDS flag.
01-Sep-2015 G.Cosmo (geom-specific-V10-01-10)
- Corrected conditional compilation flag in G4UParaboloid.cc.
31-Aug-2015 G.Cosmo (geom-specific-V10-01-09)
- Added USolids/VecGeom wrapper for G4Paraboloid (G.Lima/FNAL).
Activated only for external USolids/VecGeom installation.
13-Aug-2015 G.Cosmo (geom-specific-V10-01-08)
- Checked for potential never-ending loops.
No issues found, only added annotations.
05-Aug-2015 G.Cosmo (geom-specific-V10-01-07)
- Minor code cleanup in G4SurfaceVoxelizer.
03-Mar-2015 G.Cosmo (geom-specific-V10-01-06)
- Use accessors x(), y() and z() from UVector3, instead of directly accessing
its data-members. Co-work with tag "geom-usolids-V10-01-09".
23-Feb-2015 T.Nikitina (geom-specific-V10-01-05)
- Fix in SetOriginalParameters() for G4Polycone and G4Polyhedra, in case
of presence of 'rings' structures. Addressing problem report #1705.
26-Jan-2015 G.Cosmo (geom-specific-V10-01-04)
- Renamed DistanceAwayForInside() to DistanceAway() and use polymorphism.
26-Jan-2015 T.Nikitina (geom-specific-V10-01-03, 02)
- Added special method for Inside 'DistanceAwayForInside()' in order to fix
precision problem of calculation of DistanceToSide() in G4PolyconeSide.
21-Jan-2015 T.Nikitina (geom-specific-V10-01-01)
- Fixed triangularisation method AddGeneralPOlygoneFacets() in
G4ExtrudedSolid by avoiding flat triangles.
- Added warning message to G4TriangularFacet constructor if Area is 0;
i.e., case of flat triangle.
- Addressing problem report #1703.
12-Dec-2014 G.Cosmo (geom-specific-V10-01-00)
- Use canonical form for operator=() in G4PolyconeHistorical and
G4PolyhedraHistorical.
17-Sep-2014 G.Cosmo (geom-specific-V10-00-11)
- Added wrappers for UExtrudedSolid and UGenericTrap; adapted switches to
original G4 types accordingly. Requires tag "geom-usolids-V10-00-16".