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
+65 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.78 2002/06/13 08:57:37 japost Exp $
$Id: History,v 1.92 2002/12/02 11:45:13 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -16,6 +16,70 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Nov 29th, 2002 J. Apostolakis - geomvol-V04-01-08
- G4PropagatorInField: Use safety in G4PropagatorInField.
(Adds to the state of this class).
Nov 29th, 2002 S. Sadilov - geomvol-V04-01-07a
- Minor corrections (cout/G4cout, endl/G4endl) to files
G4IdentityTrajectoryFilter.cc G4VCurvedTrajectoryFilter.cc
Nov 27th, 2002 G. Cosmo - geomvol-V04-01-07
- G4BlockingList.cc: fixed initialisation of fBlockTagNo to 1.
Fixes warnings reported by Valgrind to G4BlockingList, G4VoxelNavigation
and G4ParameterisedNavigation.
Nov 19th, 2002 J. Generowicz - geomvol-V04-01-06
- Created G4IdentityTrajectoryFilter, making G4VCurvedTrajectoryFliter
truly abstract.
Nov 8th, 2002 J. Generowicz
- Introduced G4VCurvedTrajectoryFilter, and gave PIF means of
manipulating and communicating with it.
Oct 29th, 2002 J. Apostolakis - geomvol-V04-01-05
- G4PropagatorInField
Re-introduced memory of Charge Mass and Momentum into PropagatorInField,
in order for it to message the correct ChordFinder at each step with this
information. It now does this task.
Aug 6th, 2002 G. Cosmo - geomvol-V04-01-04
- Formatting cleanup in source implementation files.
Jul 29th, 2002 G. Cosmo - geomvol-V04-01-03
- G4PropagatorInField[.hh.icc.cc]:
Restored call to GetChordFinder()->SetChargeMomentumMass() in method
SetChargeMomentumMass(), as was originally in release 4.1.
All modifications introduced in tag "geomvol-V04-00-11" have now been removed.
Jul 29th, 2002 G. Cosmo - geomvol-V04-01-02
- G4PropagatorInField.cc: (J.Apostolakis)
o Restored ComputeStep() as it was before tag "geomvol-V04-00-11", by
removing call to GetChordFinder()->SetChargeMomentumMass().
This call was responsible for failure of unit tests, where no field strength
was observed in some cases.
o Set 'fNoZeroStep' to zero if (fNoZeroStep > fAbandonThreshold_NoZeroSteps)
at the end of ComputeStep(). Fixes problem report from P.M.DeFreitas
occurring in Mokka (Tesla), when reading primaries from their Pythia files.
- G4PropagatorInField[.hh.cc]:
o Removed not-implemented constructor taking G4Navigator* as argument.
o Get rid of static const data for default epsilonStep size.
o Initialise all data members in constructor !
o Code cleanup.
Jul 24th, 2002 G. Cosmo - geomvol-V04-01-01
- Removed static initialisations of data of G4FieldManager.
Coworks with tag "field-V04-01-01".
Jul 23rd, 2002 G. Cosmo - geomvol-V04-01-00
- Some code cleanup and cosmetics...
Jun 18th, 2002 J. Apostolakis - geomvol-V04-00-11
- G4PropagatorInField.cc
o Fix for messaging incorrect ChordFinder with Mass, Charge, Momentum.
( Problem seen for multiple FieldManagers - reported by Grahame Blair )
Jun 13th, 2002 J. Apostolakis - geomvol-V04-00-10
- G4Navigator.cc
o Fix for navigation problem (dereference null volume pointer) in exampleN05