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
+61 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.74 2002/12/04 18:36:44 asaim Exp $
$Id: History,v 1.85 2003/04/29 04:26:23 kurasige Exp $
-------------------------------------------------------------------
=========================================================
@@ -16,6 +16,66 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
- Apr 29, 2003 (particles-V05-00-10) H.Kurashige
- fixed bugs in retreiving cut info in binary mode
- Apr 11, 2003 (particles-V05-00-09) M.Asai
- Embed a string of file version to physics table file
- Recover ApplyCutsFlag
- Some clean up for release
- Apr 02, 2003 (particles-V05-00-08) M.Asai
- Recover obsolete set/get methods of G4ParticleWithCuts to G4ParticleDefinition.
- Mar 11, 2003 (particles-V05-00-07) H.Kurashige
- Modify G4DynamicParticle to fix the pi-0 decay problem
- Change G4ParticleWithCuts to alias of G4ParticleDefinition
- Mar 11, 2003 (particles-V05-00-06)
- Implement Store/Retreive Cut in G4ProductionCutsTable
- Remove Set/Get Cuts methods from G4ParticleDefintion
- Remove inclusion of G4ParticleWithCuts
- G4ProductionCuts contains cuts only for gamma and e+/-
- Feb 18, 2003 (particles-V05-00-05)
- Add Particle SubType for ions (H.Kurashige)
- Add Particle SubType for ions (H.Kurashige)
- Jan 24, 2003 (particles-V05-00-04)
- Fix in G4ProductionCutsTable::DumpCouples(). Added increment to
material iterator when dumping materials (V.Ivantchenko).
- Jan 21, 2003 (particles-V05-00-03)
- Fix for cuts-per-region in management/src/G4IonTable.cc
- Jan 14, 2003 (particles-V05-00-02)
- Fixes for cuts-per-region
- Jan 7, 2003 (particles-V05-00-01)
- Instant fixes for new 'cuts-by-region'
Corrected files :
management/include/G4VRangeToEnergyConverter.hh
management/src/G4ProductionCutsTable.cc
management/src/G4RToEConvForElectron.cc
management/src/G4RToEConvForGamma.cc
management/src/G4RToEConvForPositron.cc
management/src/G4VRangeToEnergyConverter.cc
- Dec 16, 2002 (particles-V05-00-00)
- Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD.
Included development for 'cuts-by-region'; changes should be
transparent to existing design:
o Removed concrete implementation of method 'CalcEnergyCuts( const G4Material* )'
from affected particles.
o Removed ComputeLoss(), BuildRangeVector() from G4Electron and G4Positron.
o Added classes G4MaterialCutsCouple, G4ProductionCuts, G4ProductionCutsTable,
G4RToEConvForAntiNeutron, G4RToEConvForAntiProton, G4RToEConvForElectron,
G4RToEConvForGamma, G4RToEConvForNeutron, G4RToEConvForPositron,
G4RToEConvForProton, G4VRangeToEnergyConverter - in processes/management.
o Modified G4ParticleDefinition and G4ParticleWithCuts to handle new cuts scheme.
o Added dependency on geometry/volumes in management/GNUmakefile.
- Dec 4, 2002 (particles-V04-01-03)
- Migration to new G4ApplicationState