Changeset 1315 for trunk/source/processes/electromagnetic/standard/History
- Timestamp:
- Jun 18, 2010, 11:42:07 AM (15 years ago)
- 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:28vnivanch Exp $1 $Id: History,v 1.504 2010/06/04 09:25:12 vnivanch Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 4 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 27 June 3, 2010, V. Grichine 28 - G4PAIModel.cc, G4PAIPhotonModel.cc cout for the model initialisation 29 30 1 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 35 27 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 45 20 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 51 17 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 57 17 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 61 30 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 65 28 April 2010: V.Ivant (emstand-V09-03-10) 66 G4eBremsstrahlungModel - fixed SelectRandomAtom method (bug report #1115) 67 68 26 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 76 16 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 88 15 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 92 06 April 2010: V.Ivant (emstand-V09-03-06) 93 - G4eBremsstrahlungRelModel, G4MollerBhabhaModel - set minimum cut 94 value to 0.1 keV 95 96 30 March 2010: V.Ivant (emstand-V09-03-05) 97 - G4PolarizedComptonScattering - add message that this process is obsolete 98 99 22 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 104 01 March 2010: V.Ivant (emstand-V09-03-03) 105 - G4WentzelVIModel - added protections, added DefineMaterial() call 106 before computing cross section 107 108 31 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 113 24 February 2010: V.Ivant (emstand-V09-03-02) 114 - make a tag co-working with emutils-V09-03-02 115 116 19 February 2010: V.Ivant (emstand-V09-03-01) 117 - G4GoudsmitSaundersonMscModel, G4GoudsmitSaundersonTable (O.Kadri) 118 - fixed problems of small angle theta distributions 119 120 17 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 19 126 20 127 03 December 09: V.Ivant (emstand-V09-02-36)
Note:
See TracChangeset
for help on using the changeset viewer.
