Import Geant4 5.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:15:15 +02:00
parent 37fff30d2e
commit fbd4999cf7
4396 changed files with 56662 additions and 52446 deletions
+18 -2
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.49 2002/12/04 22:45:58 tsasaki Exp $
$Id: History,v 1.52 2003/03/05 04:42:49 kurasige Exp $
-------------------------------------------------------------------
=========================================================
@@ -16,7 +16,23 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Dec. 04, 02 T.Sasaki(track-V04-01-03)
Mar. 5, 02 H.Kurashige (track-V05-00-02)
- Fix in G4Step::InitializeStep().
Added initialization of fCharge in StepPoint.
Jan. 24, 02 G.Cosmo (track-V05-00-01)
- Fix in G4ParticleChangeForTransport::UpdateStepForPostStep().
Added call for setting the material-cuts-couple for pPostStepPoint
(V.Ivantchenko).
Dec. 16, 02 G.Cosmo (track-V05-00-00)
- Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD.
Included development for 'cuts-by-region':
o Updated G4Track, G4Step, G4StepPoint and G4ParticleChangeForTransport
to properly handle new G4MaterialCutsCouple.
Dec. 04, 02 T.Sasaki (track-V04-01-03)
- Initial value for fCharge is given in the constuctor
of G4StepPoint.
Nov. 20, 02 G.Cosmo (track-V04-01-02)