Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
+42 -2
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.22 2008/03/02 10:52:55 kurasige Exp $
$Id: History,v 1.33 2009/11/12 00:20:03 kurasige Exp $
-------------------------------------------------------------------
=========================================================
@@ -16,7 +16,47 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Mar. 2nd, 2008 - H.Kurashige (procuts-V09-01-00)
Nov. 12th, 2009 - H.Kurashige (procuts-V09-02-08)
- Correfct spelling of /cuts/setMaxCutEnergy command
Nov. 11th, 2009 - H.Kurashige (procuts-V09-02-07)
- Add /cuts/setMaxCutEnregy command
Sep. 14th, 2009 - H.Kurashige (procuts-V09-02-06)
- Add G4ProductionCutTable::ResetConverters()
to clear loss tables and range vectors
Sep. 12th, 2009 - H.Kurashige (procuts-V09-02-05)
- Modify G4VRangeToEnergyConverter::ConvertCutToKineticEnergy
to improve performance
Sep. 11th, 2009 - H.Kurashige (procuts-V09-02-04)
- Modify BuildRangeVector where integration is perfomed in this method
(i.e. not using RangeXXSimpson methods)
- G4VRangeToEnergyConverter::BuildRangeVector is for e+/e-
- G4VRangeToEnergyConverter::TotBin is changed to constant (i.e. same for all converters)
- Remove RToEConverter for neutron, anti-protprtton, and anti-neutron
Sep. 10th, 2009 - H.Kurashige (procuts-V09-02-03)
- Add G4VRangeToEnergyConverter::MaxEnergyCut
( 10 GeV is set in default)
- Add G4VRangeToEnergyConverter::fRangeVectorStore
to ensure that RangeVector is created only one for each material
- Set G4VRangeToEnergyConverter::TotBin to 100
( 200 for previous versions)
Aug. 1st, 2009 - H.Kurashige (procuts-V09-02-02)
- Add cuts for proton
(need co-work with G4VUserPhysicsList update)
July 29, 2009 - H.Kurashige (procuts-V09-02-01)
- Add implemtentaion of G4VRangeToEnergyConverter::GetParticleType
May 2nd, 2009 - H.Kurashige (procuts-V09-02-00)
- Use std::fabs instead of std::abs.
March 2nd, 2008 - H.Kurashige (procuts-V09-01-00)
- Add ProductionCutsMessenger
- Suppress 'too big cut value' messsage for higher verbosity