Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
+16 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.173 2007/11/16 22:37:42 asaim Exp $
$Id: History,v 1.177 2008/07/10 09:27:41 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,21 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
July 10th, 2008, Gabriele Cosmo (run-V09-01-02)
- G4RunManagerKernel: avoid deletion of default root-region which is now
taken care by the geometry stores. It resolves the ambiguity of explicitely
avoiding the de-registration and deletion of the default root-region by
the stores and eliminates the limitation of forcing the world logical-volume
being the first registered in the logical-volumes store.
- Coworks with tag "geommng-V09-01-05".
May 09th, 2008, Hisaya Kurashige (run-V09-01-01)
- Invoke G4Particle::DeleteAllParticles() in the destructor of G4VUserPhysicsList
April 30th, 2008, Makoto Asai (run-V09-01-00)
- Added G4Transportation process to short-lived particles in G4VUserPhysicsList
in order to fix the problem found for infinitesimal but non-zero decay length.
November 16th, 2007, Makoto Asai (run-V09-00-06)
- Re-order the commands in G4RunMessenger so that obsolete commands appear last.