Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (15 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/standard/History

    r1228 r1315  
    1 $Id: History,v 1.480 2009/12/03 17:28:28 vnivanch Exp $
     1$Id: History,v 1.504 2010/06/04 09:25:12 vnivanch Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     204 June 2010:  V.Ivant (emstand-V09-03-17)
     21- G4ICRU73QOModel - fixed problems and add factor for transition to
     22                    Bethe-Bloch at 2 MeV
     23- G4hIonisation - use G4ICRU73QOModel for negatively charged particles
     24                  below 2 MeV
     25- G4BraggModel - above 2 MeV use ICRU'49 parameterisation for all atoms
     26
     27June 3, 2010, V. Grichine
     28- G4PAIModel.cc, G4PAIPhotonModel.cc cout for the model initialisation
     29
     301 June 2010:  V.Ivant (emstand-V09-03-16)
     31- G4WentzelOKandVIxSection - optimized computation of the transport
     32                             cross section
     33- G4WentzelVIModel - optimized method of step limitation
     34
     3527 May 2010:  V.Ivant (emstand-V09-03-15)
     36- G4BraggIonGasModel, G4BetheBlochIonGasModel - new ionisation models
     37                      for low density media
     38- G4ICRU73QOModel (A.Bagulya) new model for anti-particles
     39- G4hIonisation - use G4ICRU73QOModel for anti-particles
     40- G4WentzelOKandVIxSection - new class to compute cross sections and
     41                             sample scattering angle 
     42- G4WentzelVIModel, G4eCoulombScatteringModel, G4CoulombScatteringModel
     43                    use new class G4WentzelOKandVIxSection
     44
     4520 May 2010:  V.Ivant (emstand-V09-03-14)
     46- G4UrbanMscModel93 - L.Urban removed randomisation of step limit for the
     47                      first step in any volume in the case of UseSafety
     48- Removed obsolete models: G4UrbanMscModel, G4UrbanMscModel2, G4UrbanMscModel71,
     49  G4MultipleScattering, G4ComptonScattering52, G4PolarizedComptonScattering
     50
     5117 May 2010:  V.Ivant (emstand-V09-03-13)
     52- G4WentzelVIModel, G4eCoulombScatteringModel - added momentum dependent
     53       limit of scattering angle between single and multiple scattering
     54       which allowing to use  G4WentzelVIModel with optical model
     55       of hadron scattering
     56
     5717 May 2010:  V.Ivant (emstand-V09-03-12)
     58- G4GoudsmitSaundersonMscModel, G4GoudsmitSaundersonTable (O.Kadri) -
     59       optimized code to improve speed by addition extra class members
     60
     6130 April 2010:  V.Ivant (emstand-V09-03-11)
     62- G4UrbanMscModel93 - L.Urban add randomisation of step limit for the
     63                      first step in any volume
     64
     6528 April 2010:  V.Ivant (emstand-V09-03-10)
     66G4eBremsstrahlungModel - fixed SelectRandomAtom method (bug report #1115)
     67
     6826 April 2010:  V.Ivant (emstand-V09-03-09)
     69- G4ASTARStopping, G4PSTARTStopping - C-arrays sustituted by G4PhysicsVector
     70            with spline; reviewed names of materials (G4_He, G4_PHOTO_EMULSION,
     71            G4_NYLON-6-6)
     72- G4ASTARStopping - fixed G4_O data
     73- G4PSTARStopping - fixed G4_Pt and G4_PROPANE data
     74- G4WaterStopping - cleanup GetElectronicDEDX method
     75
     7616 April 2010:  V.Ivant (emstand-V09-03-08)
     77- G4GoudsmitSaundersonMscModel (O.Kadri) - improved numerical stability
     78            of computations for small angles by  direct xsection calculation
     79            not inverse of the inverse angular sampling without large angle
     80            rejection method longitudinal displacement is computed exactly
     81            from <z>
     82- G4GoudsmitSaundersonTable (O.Kadri)    - improved numerical stability by
     83            minimum of used arrays in computation within the dichotomy
     84            finding method
     85- G4eMultipleScattering, G4hMultipleScattering - improved printout at
     86                                                 initialisation
     87
     8815 April 2010:  V.Ivant (emstand-V09-03-07)
     89- G4hMultipleScattering - removed old unused header of G4UrbanMscModel
     90- G4ASTARStopping.cc - disabled corrupted data for Oxygen
     91
     9206 April 2010:  V.Ivant (emstand-V09-03-06)
     93- G4eBremsstrahlungRelModel, G4MollerBhabhaModel - set minimum cut
     94                      value to 0.1 keV
     95
     9630 March 2010:  V.Ivant (emstand-V09-03-05)
     97- G4PolarizedComptonScattering - add message that this process is obsolete
     98
     9922 March 2010:  V.Ivant (emstand-V09-03-04)
     100- G4eBremsstrahlungModel - reduced minThreshold to 0.1 keV
     101- G4MollerBhabhaModel - reduced minimum cut value to mean ionisation
     102                      potential
     103
     10401 March 2010:  V.Ivant (emstand-V09-03-03)
     105- G4WentzelVIModel - added protections, added DefineMaterial() call
     106                     before computing cross section
     107
     10831 March 2010:  V.Ivant (emstand-V09-03-02a)
     109- G4PolarizedComptonScattering - add message that this process is obsolete
     110- G4eCoulombScatteringModel - returned method default value 100 eV of 9.3 for
     111                              internal low limit
     112
     11324 February 2010:  V.Ivant (emstand-V09-03-02)
     114- make a tag co-working with emutils-V09-03-02
     115
     11619 February 2010:  V.Ivant (emstand-V09-03-01)
     117- G4GoudsmitSaundersonMscModel, G4GoudsmitSaundersonTable (O.Kadri)
     118      - fixed problems of small angle theta distributions
     119
     12017 February 2010:  V.Ivant (emstand-V09-03-00)
     121- G4CoulombScatteringModel - Added comments to relativistic formula
     122- G4eCoulombScatteringModel - Added method SetLowEnergyLimit, default
     123                              value is set to 1 eV (before was 100 eV)
     124- G4CoulombScattering - Removed inclined method SetBuildTableFlag because
     125                        the method exist in the base class
    19126
    2012703 December 09:  V.Ivant (emstand-V09-02-36)
Note: See TracChangeset for help on using the changeset viewer.