Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+83 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.34 2002/04/25 20:21:13 asaim Exp $
$Id: History,v 1.58 2002/12/12 16:26:55 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,88 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Dec 12, 2002, G.Cosmo (tracking-V04-01-15)
- G4SteppingVerbose.cc: undo change introduced in tag "tracking-V04-01-07", where
call to CopyState() in TrackingStarted() method was commented out, probably by
mistake (?).
The patch fixes the crash observed while running largeN test on test14.
Dec 12, 2002, G.Cosmo (tracking-V04-01-14)
- Corrected problem introduced in the last tag and concerning the usage of abs()
(not defined of the std namespace!), causing compilation error on Windows.
Dec 6, 2002, J.Allison (tracking-V04-01-13)
- Last minute fix to G4VTrajectory::DrawTrajectory.
Dec 6, 2002, J.Allison (tracking-V04-01-12)
- Fixed unprotected pointer in G4SmoothTrajectoryPoint::CreateAttValues.
Dec 4, 2002, T.Sasaki (tracking-V04-01-11)
- static Get/SetInstnce methods has moved to .cc from .hh.
Nov 18, 2002, M.Asai (tracking-V04-01-10)
- Tagged.
Nov 11, 2002, J.Allison
- Restored G4SmoothTrajectory::DrawTrajectory.
Nov 8, 2002, M.Asai (tracking-V04-01-09)
- Tagged for Geant4 5.0 release
Nov 8, 2002 J.Generowicz
- Bodies introduced into SmoothTrajectory(Point) classes
Nov 8, 2002, J.Allison
- Implemented default Show/DrawTrajectory in G4VTrajectory.
- Augmented GetAttDefs and CreateAttValues in G4(Smooth)Trajectory(Point).
Nov 07, 2002, T,Sasaki (tracking-V04-01-07, tracking-V04-01-08)
- Fix for the problem with optical processes
Nov 05, 2002, T,Sasaki (tracking-V04-01-06)
- clean up G4SteppingManager.hh and G4VSterppinVerbose.cc
Nov 05, 2002, M.Asai (tracking-V04-01-05)
- tagged.
Nov 05, 2002, J.Generowicz
- Renamed aTrajectory(Point)Allocator to aSmoothTrajectory(Point)Allocator
in the SmoothTrajectory(Point) classes.
Nov 01, 2002, M.Asai (tracking-V04-01-04)
- Merge tracking-V04-01-03 and tracking-V04-01-02.
Nov 1, 2002, J.Allison (tracking-V04-01-03 - does not include V04-01-02)
- Canonical tag of traj03 (see below).
Oct 31, 02 T. Sasaki (tracking-V04-01-02)
- G4SteppingManager.hh/cc
o new ForceCondition flag StronglyForced was implemented
Oct 28, 2002, J.Allison (traj03)
- Changed GetAttDefs return signature to map.
- Changed GetAttValues to CreateAttValues.
- Improved descriptions.
Oct 24, 02 J.Allison (traj02)
- Implemented simple versions of G4Trajectory::GetAttDefs/Values.
Oct 16, 02 J.Allison (traj01)
- Added GetAttDefs to G4VTrajectory, etc., and small corrections.
Sep 03, 02 M.Asai
- Start working for trajectory related issues
o Modification made : G4VTrajectory, G4VTrajectoryPoint, G4Trajectory, G4TrajectoryPoint
o Introduced : G4SmoothTrajectory, G4SmoothTrajectoryPoint
Aug 21, 02 M.Asai (tracking-V04-01-01)
- G4TrackingManager.cc
o Set fpTrajectory pointer to zero when the trajectory is deleted.
Aug 13, 02 M.Asai (tracking-V04-01-00)
- G4TrackingManager.hh, G4TrackingManager.cc
o Re-implement EventAborted() method to ensure this command
properly works even at the stepping phase.
Apr 25, 02 M.Asai (tracking-V04-00-05)
- G4TrackingManager.cc
o Implement EventAborted() method