Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
+17
View File
@@ -18,6 +18,23 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
26 October 2012 Laurent Desorgher (tracking-V09-05-04)
- G4AdointSteppingAction.cc. Add test for adjoint particle reaching "out_of_the_world".
3rd July 2012 John Allison (tracking-V09-05-03)
- G4Rich/SmoothTrajectory(Point).hh:
o Fixes for Coverity warnings.
14 June 2012 G.Cosmo (tracking-V09-05-02)
- Explicitly use inclusion of headers for system of units and physical
constants, in plan to remove implicit inclusion from globals.hh.
24 May 2012 G.Cosmo (tracking-V09-05-01)
- Fixed trivial cases of variable shadowing.
17 January 2012 G.Cosmo (tracking-V09-05-00)
- Remove not defined method GetNavigator() and moved SetNavigator() to public.
23 September 2011 J.Allison (tracking-V09-04-06)
- G4RichTrajectoryPoint: Added Pre and PostStepPointWeight.
- Fixed bug in copy constructor (volume touchable handle was not copied).