Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
+36 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.27 2001/12/06 10:06:43 gcosmo Exp $
$Id: History,v 1.34 2002/04/25 20:21:13 asaim Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,41 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Apr 25, 02 M.Asai (tracking-V04-00-05)
- G4TrackingManager.cc
o Implement EventAborted() method
Feb 07. 02 T.Sasaki (tracking-V04-00-04)
- G4SteppingManager.cc
o Withdrawal of the fix in tracking-V04-00-02
Feb 04, 02 G.Cosmo (tracking-V04-00-03)
- G4SteppingManager.hh
o moved 'SizeOfSelectedDoItVector' to global scope again, to allow porting on
WIN-VC compiler. As private member, the following error is reported:
- illegal pure syntax, must be '= 0' -
- 'SizeOfSelectedDoItVector' : pure specifier can only be specified for functions -
Feb 03, 02 T.Sasaki and H.Kurashige
- G4SteppingManager2.cc
o fix for extra steps when the ApplyCuts flag is set
Jan 23, 02 T.Sasaki(tracking-V04-00-02)
- G4SteppingManager.cc
o safe comparison between floating numbers (0.0->DBL_MIN)
Jan 22, 02 M.Asai (tracking-V04-00-01)
- G4SteppingManager.cc
o Issue G4Exception if a primary track starts outside of the world.
Jan 21, 02 T.Sasaki (tracking-V04-00-00)
- G4SteppingManager[.hh.cc]:
o Fixed a bug for particles below threshold. Avoid double steps.
If any of decay process might not set the GoodForTracking flag
properly, the particle will be killed.
o moved static variable SizeOfSelectedDoItVector from the global
to class scope.
Dec 06, 01 G.Cosmo (tracking-V03-02-05)
- G4SteppingVerbose.cc: removed trigraph warning on Linux-g++.