Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
+41 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.144 2006/05/16 21:57:14 asaim Exp $
$Id: History,v 1.154 2006/12/01 17:10:21 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,46 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
December 1st, 2006, Makoto Asai (run-V08-01-06)
- Fixed memory leak at initialisation in G4MatScanMessenger.
- Modified CheckRegions() method not to use inefficient and obsolete
SetWorld() method in G4RegionStore. Set world volumes to regions directly
and more efficiently by retrieving the list of worlds from
G4TransportationManager.
November 30th, 2006, Gabriele Cosmo (run-V08-01-05)
- In destructor of G4RunManagerKernel, allow for proper deletion of
default region and deallocation of units from the G4UnitsTable.
- Synchronised files with HEAD.
- Coworks with tags: "global-V08-01-07" and "geommng-V08-01-08".
November 20th, 2006, Makoto Asai (run-V08-01-04)
- Re-tagged with correct files.
November 17th, 2006, Makoto Asai (run-V08-01-03)
- Update History file to include all the developments made in cvs branch.
November 15th, 2006, Gabriele Cosmo (run-V08-01-02)
- Added call to the FPE handler in constructor of G4RunManagerKernel.
The call is activated if the flag G4FPE_DEBUG is set in the environment
at compilation. Allows for catching of NaNs in applications for debug.
- Updated GNUmakefile accordingly.
- Coworks with tag "global-V08-01-05".
November 14th, 2006, Gabriele Cosmo (run-V08-01-01)
- Bringing in changes from branch tag (run-V08-01-ref04-03).
- Added mechanism for detecting presence of parallel word registered
and allow switching of transportation in G4VUserPhysicsList.
- G4Run object is now kept until the begining of the next run, so that
the user can have an access to the valid G4Run pointer during the
Idle state after the run.
- Events can be kept un-deleted, stored in G4Run, and persist until
the deletion of G4Run objects.
June 9th, 2006, Makoto Asai (run-V08-01-00)
- Introducing G4VUserParallelWorld class and related changes in G4RunManager
and G4VUserDetectorConstruction classes.
May 16th, 2006, Makoto Asai (run-V08-00-03)
- Add a command in G4MatScanMessenger.