Import Geant4 3.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:10:37 +02:00
parent 137e303ecc
commit 36c080dca6
3464 changed files with 119310 additions and 52696 deletions
@@ -1,4 +1,4 @@
$Id: History,v 1.58 2001/02/05 17:45:13 gcosmo Exp $
$Id: History,v 1.80 2001/06/18 12:58:43 pia Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,109 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
18.06.2001 - MGP, tag emlowen-V03-01-19
Same as emlowen-V03-01-18, with corrections by S. Chauvie
to recover from modifications listed below
Quantum oscillator model is applied to all materials, as it
has been since Geant4 3.0 release
Contains also updates to G4StoppingPowerTest
18.06.2001 - MGP, tag emlowen-V03-01-18
Same as emlowen-V03-01-17, with a bug fix to
G4LowEnergyPolarizedCompton by F. Longo and G. Depaola
07.06.2001 - Add printout to G4hLowEnergyIonisation + clean up (V.I.)
Oscillator model is applied only for 6 materials (V.I.)
05.06.2001 - MGP, tag emlowen-V03-01-17
Fix in G4QAOLowEnergyLoss by S. Chauvie of bugs introduced
with the changes below
Also fixes in unit tests related to hadron ionisation
01.06.2001 - V.Ivanchenko change G4QAOLowEnergyLoss: materials
search by Z not name, validity range down to 5 keV,
fix sign of the Barkas term
28.05.2001 - MGP, tag emlowen-V03-01-16
Corrected typo involuntarily introduced into a public m.f.
25.05.2001 - MGP, tag emlowen-V03-01-15
Added protections in G4LowEnergyPolarizedCompton (MGP)
Improved comments in hadron/ion classes (V.I.)
Improved code style in e/photon classes (MGP)
24.05.2001 - MGP, tag emlowen-V03-01-14
Modified G4LowEnergyPolarizedCompton to inherit from
G4VDiscreteProcess
23.05.2001 - MGP, tag emlowen-V03-01-13
Modifications in G4LowEnergyIonisation and G4eLowEnergyLoss
by V.Ivanchenko:
calculation of range directly from RangeTable;
calculation of MeanFreePath from LambdaTable;
improvement in the kinematics of delta-ray production
23.05.2001 - MGP, tag emlowen-V03-01-12
Minor fix in G4hLowEnergyIonisation by V.Ivanchenko
23.05.2001 - MGP, tag emlowen-V03-01-11
Cleaned up test macro names; minor update to G4MeanFreePathTest.cc
minor changes in hTest histograms
23.05.2001 - V.Ivanchenko
G4LowEnergyIonisation and G4eLowEnergyLoss changed:
direct method of range table calculation;
MeanFreePath is calculated from lambda table;
kinematics of delta-ray production improved;
minor fix in G4hLowEnergyIonisation.
22.05.2001 - MGP, tag emlowen-V03-01-10
Bug fix in G4QAOLowEnergyLoss.cc
22.05.2001 - MGP, tag emlowen-V03-01-09
Same as emlowen-V03-01-08, with further modifications to hTest
22.05.2001 - MGP, tag emlowen-V03-01-08
Same as emlowen-V03-01-07, with in addition:
- new unit tests (G4hTestLossTableProduction, G4MeanFreePathTest)
- modifications to hTest
- test macros renamed to be more easily identifiable
11.05.2001 - MGP, tag emlowen-V03-01-07
Removed more compilation warnings in ANSI strict mode
11.05.2001 - MGP, tag emlowen-V03-01-06
Same as emlowen-V03-01-04, with minor modification on hTest
by V. Ivanchenko
11.05.2001 - MGP, tag emlowen-V03-01-05
Same as emlowen-V03-01-04, with a new unit test by V. Ivanchenko
10.05.2001 - V.Ivanchenko
Removed compilation warnings in ANSI strict mode
08.05.2001 - MGP, tag emlowen-V03-01-04
Removed compilation warnings in ANSI strict mode
07.05.2001 - MGP, tag emlowen-V03-01-03
Removal of RW remnants, moved to STL containers
07.05.2001 - MGP, tag emlowen-V03-01-02
Same as emlowen-V03-01-01, with some improvements in tests
02.05.2001 - MGP, tag emlowen-V03-01-01
Same as emlowen-V03-01-00, with a first implementation of
a full suite of unit tests for electrons and photons
02.05.2001 - MGP, tag emlowen-V03-01-00
Same as emlowen-V03-00-00, with minor new functionalities in
test/G4BremsstrahlungTest and G4eIonisationTest, and a new
test/G4PhotoelectricTest unit test
24.04.2001 - V.Ivanchenko remove all references to RogueWave vectors
24.04.2001 - V.Ivanchenko reorganize and update hTest
05.02.2001 - G.Cosmo, tag emlowen-V03-00-00
Migration to STL for G4DataVector and G4OrderedTable:
o Removed obsolete class G4Data. G4DataVector is now used instead.