Import Geant4 8.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:44:26 +02:00
parent 8a51e0bc40
commit 216a75eeb1
8717 changed files with 360418 additions and 141343 deletions
+24 -5
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.43 2005/11/24 17:48:17 japost Exp $
$Id: History,v 1.46 2006/05/22 08:25:12 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -13,14 +13,33 @@ and keep track of all category-tags.
It DOES NOT substitute the CVS log-message one should put at every
committal in the CVS repository !
--------------------------------------------------------
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Nov 22nd, 2005 - J.Apostolakis (geomnav-V07-01-02)
May 22nd, 2006 - G.Cosmo (geomnav-V08-00-01)
------------------------
- Extended G4TransportationManager to handle multiple navigators.
Preserved interface for navigation in mass/tracking geometry.
- Added activation flag to G4Navigator and related accessor methods.
Feb 8th, 2006 - J.Apostolakis (geomnav-V08-00-00)
-----------------------------
- Addressing problem with convergence in LocateIntersectionPoint()
of G4PropagatorInField (problem identified by Atlas, observed when
requesting high precision, i.e. small values of eps_min/max, delta_one_step,
due e.g. to need for small delta_intersection):
o First solution by increasing maximum iterations (from 100 to 10,000).
o Until correct information can be returned, an Exception is thrown
in case of too many iterations.
o Warn in case over 1000 iterations, to let user see difficulty.
- This fix is an interim solution, in lieu of improving the algorithm
for location (or returning correct incomplete progress).
Nov 24th, 2005 - J.Apostolakis (geomnav-V07-01-02)
------------------------------
- Revised Parameterised Navigation, to use new interface for
ComputeMaterial -- it no longer needs 'Physical Touchable'.
- Revised G4ParameterisedNavigation, to use new interface for
ComputeMaterial(). Now no longer needing 'Physical Touchable'.
Sep 19th, 2005 - G.Cosmo (geomnav-V07-01-01)
------------------------