| 1 | $Id: History,v 1.523 2010/11/29 15:30:05 vnivanch Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | 29 November 2010: V.Ivant (emstand-V09-03-31)
|
|---|
| 21 | - G4IonCoulombScatteringModel, G4IonCoulombCrossSection - C.Consolandi
|
|---|
| 22 | added extra screening factor for low-energy heavy ions.
|
|---|
| 23 |
|
|---|
| 24 | 23 November 2010: V.Ivant (emstand-V09-03-30)
|
|---|
| 25 | - G4PAIModel, G4PAIySection - V.Grichine fix of a bug in G4_Ar
|
|---|
| 26 |
|
|---|
| 27 | 21 November 2010: V.Ivant (emstand-V09-03-29)
|
|---|
| 28 | - G4PEEffectFluoModel, G4KleinNishinaModel - fixed energy balance
|
|---|
| 29 |
|
|---|
| 30 | 17 November 2010: V.Ivant (emstand-V09-03-28)
|
|---|
| 31 | - G4ICRU73QOModel (A.Bagulya) - fine tuning for 9.4, low limit is
|
|---|
| 32 | reduced from 10 keV to 5 keV
|
|---|
| 33 |
|
|---|
| 34 | 13 November 2010: V.Ivant (emstand-V09-03-27)
|
|---|
| 35 | - G4UrbanMscModel90, G4UrbanMscModel92, G4UrbanMscModel93 - added
|
|---|
| 36 | warning messages;
|
|---|
| 37 | - G4WentzelOKandVIxSection - fixed computation of nuclear formfactor
|
|---|
| 38 | - G4eCoulombScatteringModel - fixed computation of nuclear recoil
|
|---|
| 39 |
|
|---|
| 40 | 12 November 2010: V.Ivant (emstand-V09-03-26)
|
|---|
| 41 | - G4IonCoulombCrossSection and G4IonCoulombScatteringModel -
|
|---|
| 42 | new model of single scattering of ions (C.Consolandi)
|
|---|
| 43 | - G4BetheBlochModel - Shell corrections factor according to ICRU'49
|
|---|
| 44 | (returned back to version of 9.3)
|
|---|
| 45 | - G4WentzelVIModel - added usage of geometry factor and the option
|
|---|
| 46 | UseDistanceToBoundary;
|
|---|
| 47 |
|
|---|
| 48 | 04 November 2010: V.Ivant (emstand-V09-03-25)
|
|---|
| 49 | - Fixed warnings of the Coverity tool (pedantic initialisation);
|
|---|
| 50 |
|
|---|
| 51 | 26 October 2010: V.Ivant (emstand-V09-03-24)
|
|---|
| 52 | - Fixed problem reported by the Coverity tool (mainly pedantic
|
|---|
| 53 | initialisation);
|
|---|
| 54 | - G4BetheHeitlerModel, G4PairProductionRelModel - removed unused
|
|---|
| 55 | internal table of cross section
|
|---|
| 56 | - G4WaterStopping - fixed bug in index of data for Fe ion
|
|---|
| 57 |
|
|---|
| 58 | 14 October 2010: V.Ivant (emstand-V09-03-23)
|
|---|
| 59 | - G4ModifiedTsai - added (moved from lowenergy)
|
|---|
| 60 | - G4PairProductionRelModel, G4eBremsstrahlungRelModel - return back
|
|---|
| 61 | the version of 9.4beta (disable tag 21); use general interface
|
|---|
| 62 | to sample polar angular distribution (G4ModifiedTsai - default)
|
|---|
| 63 |
|
|---|
| 64 | 28 September 2010: V.Ivant (emstand-V09-03-22)
|
|---|
| 65 | - G4ionIonisation, G4alphaIonisation - removed obsolete nuclear stopping
|
|---|
| 66 | flag and Get/Set methods (nuclear stopping is simulated by the
|
|---|
| 67 | dedicated G4NuclearStopping process)
|
|---|
| 68 |
|
|---|
| 69 | 12 September 2010: V.Ivant (emstand-V09-03-21)
|
|---|
| 70 | - G4BetheBlochModel - fixed shell corrections
|
|---|
| 71 | - G4PairProductionRelModel, G4eBremsstrahlungRelModel - fixed
|
|---|
| 72 | SetCurrentElement method, fix is important for unit tests
|
|---|
| 73 |
|
|---|
| 74 | 12 August 2010: V.Ivant (emstand-V09-03-20)
|
|---|
| 75 | - G4UniversalFluctuation - L.Urban revision of width correction
|
|---|
| 76 | providing better results for thin targets and a good tail
|
|---|
| 77 |
|
|---|
| 78 | 14 June 2010: V.Ivant (emstand-V09-03-19)
|
|---|
| 79 | - G4UniversalFluctuation93 new class keeping version of the release 9.3
|
|---|
| 80 | for the G4UniversalFluctuation
|
|---|
| 81 | - G4UniversalFluctuation - improved comments
|
|---|
| 82 |
|
|---|
| 83 | 11 June 2010: V.Ivant (emstand-V09-03-18)
|
|---|
| 84 | - G4UniversalFluctuation - L.Urban fixed anomaly at the tail of
|
|---|
| 85 | distribution for thin targets
|
|---|
| 86 |
|
|---|
| 87 | 4 June 2010: V.Ivant (emstand-V09-03-17)
|
|---|
| 88 | - G4ICRU73QOModel - fixed problems and add factor for transition to
|
|---|
| 89 | Bethe-Bloch at 2 MeV
|
|---|
| 90 | - G4hIonisation - use G4ICRU73QOModel for negatively charged particles
|
|---|
| 91 | below 2 MeV
|
|---|
| 92 | - G4BraggModel - above 2 MeV use ICRU'49 parameterisation for all atoms
|
|---|
| 93 |
|
|---|
| 94 | June 3, 2010, V. Grichine
|
|---|
| 95 | - G4PAIModel.cc, G4PAIPhotonModel.cc cout for the model initialisation
|
|---|
| 96 |
|
|---|
| 97 | 1 June 2010: V.Ivant (emstand-V09-03-16)
|
|---|
| 98 | - G4WentzelOKandVIxSection - optimized computation of the transport
|
|---|
| 99 | cross section
|
|---|
| 100 | - G4WentzelVIModel - optimized method of step limitation
|
|---|
| 101 |
|
|---|
| 102 | 27 May 2010: V.Ivant (emstand-V09-03-15)
|
|---|
| 103 | - G4BraggIonGasModel, G4BetheBlochIonGasModel - new ionisation models
|
|---|
| 104 | for low density media
|
|---|
| 105 | - G4ICRU73QOModel (A.Bagulya) new model for anti-particles
|
|---|
| 106 | - G4hIonisation - use G4ICRU73QOModel for anti-particles
|
|---|
| 107 | - G4WentzelOKandVIxSection - new class to compute cross sections and
|
|---|
| 108 | sample scattering angle
|
|---|
| 109 | - G4WentzelVIModel, G4eCoulombScatteringModel, G4CoulombScatteringModel
|
|---|
| 110 | use new class G4WentzelOKandVIxSection
|
|---|
| 111 |
|
|---|
| 112 | 20 May 2010: V.Ivant (emstand-V09-03-14)
|
|---|
| 113 | - G4UrbanMscModel93 - L.Urban removed randomisation of step limit for the
|
|---|
| 114 | first step in any volume in the case of UseSafety
|
|---|
| 115 | - Removed obsolete models: G4UrbanMscModel, G4UrbanMscModel2, G4UrbanMscModel71,
|
|---|
| 116 | G4MultipleScattering, G4ComptonScattering52, G4PolarizedComptonScattering
|
|---|
| 117 |
|
|---|
| 118 | 17 May 2010: V.Ivant (emstand-V09-03-13)
|
|---|
| 119 | - G4WentzelVIModel, G4eCoulombScatteringModel - added momentum dependent
|
|---|
| 120 | limit of scattering angle between single and multiple scattering
|
|---|
| 121 | which allowing to use G4WentzelVIModel with optical model
|
|---|
| 122 | of hadron scattering
|
|---|
| 123 |
|
|---|
| 124 | 17 May 2010: V.Ivant (emstand-V09-03-12)
|
|---|
| 125 | - G4GoudsmitSaundersonMscModel, G4GoudsmitSaundersonTable (O.Kadri) -
|
|---|
| 126 | optimized code to improve speed by addition extra class members
|
|---|
| 127 |
|
|---|
| 128 | 30 April 2010: V.Ivant (emstand-V09-03-11)
|
|---|
| 129 | - G4UrbanMscModel93 - L.Urban add randomisation of step limit for the
|
|---|
| 130 | first step in any volume
|
|---|
| 131 |
|
|---|
| 132 | 28 April 2010: V.Ivant (emstand-V09-03-10)
|
|---|
| 133 | G4eBremsstrahlungModel - fixed SelectRandomAtom method (bug report #1115)
|
|---|
| 134 |
|
|---|
| 135 | 26 April 2010: V.Ivant (emstand-V09-03-09)
|
|---|
| 136 | - G4ASTARStopping, G4PSTARTStopping - C-arrays sustituted by G4PhysicsVector
|
|---|
| 137 | with spline; reviewed names of materials (G4_He, G4_PHOTO_EMULSION,
|
|---|
| 138 | G4_NYLON-6-6)
|
|---|
| 139 | - G4ASTARStopping - fixed G4_O data
|
|---|
| 140 | - G4PSTARStopping - fixed G4_Pt and G4_PROPANE data
|
|---|
| 141 | - G4WaterStopping - cleanup GetElectronicDEDX method
|
|---|
| 142 |
|
|---|
| 143 | 16 April 2010: V.Ivant (emstand-V09-03-08)
|
|---|
| 144 | - G4GoudsmitSaundersonMscModel (O.Kadri) - improved numerical stability
|
|---|
| 145 | of computations for small angles by direct xsection calculation
|
|---|
| 146 | not inverse of the inverse angular sampling without large angle
|
|---|
| 147 | rejection method longitudinal displacement is computed exactly
|
|---|
| 148 | from <z>
|
|---|
| 149 | - G4GoudsmitSaundersonTable (O.Kadri) - improved numerical stability by
|
|---|
| 150 | minimum of used arrays in computation within the dichotomy
|
|---|
| 151 | finding method
|
|---|
| 152 | - G4eMultipleScattering, G4hMultipleScattering - improved printout at
|
|---|
| 153 | initialisation
|
|---|
| 154 |
|
|---|
| 155 | 15 April 2010: V.Ivant (emstand-V09-03-07)
|
|---|
| 156 | - G4hMultipleScattering - removed old unused header of G4UrbanMscModel
|
|---|
| 157 | - G4ASTARStopping.cc - disabled corrupted data for Oxygen
|
|---|
| 158 |
|
|---|
| 159 | 06 April 2010: V.Ivant (emstand-V09-03-06)
|
|---|
| 160 | - G4eBremsstrahlungRelModel, G4MollerBhabhaModel - set minimum cut
|
|---|
| 161 | value to 0.1 keV
|
|---|
| 162 |
|
|---|
| 163 | 30 March 2010: V.Ivant (emstand-V09-03-05)
|
|---|
| 164 | - G4PolarizedComptonScattering - add message that this process is obsolete
|
|---|
| 165 |
|
|---|
| 166 | 22 March 2010: V.Ivant (emstand-V09-03-04)
|
|---|
| 167 | - G4eBremsstrahlungModel - reduced minThreshold to 0.1 keV
|
|---|
| 168 | - G4MollerBhabhaModel - reduced minimum cut value to mean ionisation
|
|---|
| 169 | potential
|
|---|
| 170 |
|
|---|
| 171 | 01 March 2010: V.Ivant (emstand-V09-03-03)
|
|---|
| 172 | - G4WentzelVIModel - added protections, added DefineMaterial() call
|
|---|
| 173 | before computing cross section
|
|---|
| 174 |
|
|---|
| 175 | 31 March 2010: V.Ivant (emstand-V09-03-02a)
|
|---|
| 176 | - G4PolarizedComptonScattering - add message that this process is obsolete
|
|---|
| 177 | - G4eCoulombScatteringModel - returned method default value 100 eV of 9.3 for
|
|---|
| 178 | internal low limit
|
|---|
| 179 |
|
|---|
| 180 | 24 February 2010: V.Ivant (emstand-V09-03-02)
|
|---|
| 181 | - make a tag co-working with emutils-V09-03-02
|
|---|
| 182 |
|
|---|
| 183 | 19 February 2010: V.Ivant (emstand-V09-03-01)
|
|---|
| 184 | - G4GoudsmitSaundersonMscModel, G4GoudsmitSaundersonTable (O.Kadri)
|
|---|
| 185 | - fixed problems of small angle theta distributions
|
|---|
| 186 |
|
|---|
| 187 | 17 February 2010: V.Ivant (emstand-V09-03-00)
|
|---|
| 188 | - G4CoulombScatteringModel - Added comments to relativistic formula
|
|---|
| 189 | - G4eCoulombScatteringModel - Added method SetLowEnergyLimit, default
|
|---|
| 190 | value is set to 1 eV (before was 100 eV)
|
|---|
| 191 | - G4CoulombScattering - Removed inclined method SetBuildTableFlag because
|
|---|
| 192 | the method exist in the base class
|
|---|
| 193 |
|
|---|
| 194 | 03 December 09: V.Ivant (emstand-V09-02-36)
|
|---|
| 195 | - G4BetheBlochModel - (A.Lechner) return back commented out CorrectionAlongStep
|
|---|
| 196 | method, returning back to normal ion ranges
|
|---|
| 197 |
|
|---|
| 198 | 03 December 09: V.Ivant (emstand-V09-02-35)
|
|---|
| 199 | - G4CoulombScatteringModel - (C.Consaldi) fixed relativistic formula
|
|---|
| 200 |
|
|---|
| 201 | 27 November 09: V.Ivant (emstand-V09-02-34)
|
|---|
| 202 | - G4ionIonisation - set linLossLimit 0.02
|
|---|
| 203 |
|
|---|
| 204 | 25 November 09: V.Ivant (emstand-V09-02-33)
|
|---|
| 205 | - G4LindhardPartition - moved back to TestEm7
|
|---|
| 206 |
|
|---|
| 207 | 10 November 09: V.Ivant (emstand-V09-02-32)
|
|---|
| 208 | - G4BetheBlochModel - minor speedup inside CorrectionsAlongStep method
|
|---|
| 209 |
|
|---|
| 210 | 10 November 09: V.Ivant (emstand-V09-02-31)
|
|---|
| 211 | - G4BetheBlochModel, G4BraggModel, G4BraggIonModel - remove computations
|
|---|
| 212 | of nuclear stopping power, some CPU speadup
|
|---|
| 213 | - G4NuclearStopping - updated process for computation of nuclear stopping
|
|---|
| 214 | - G4ICRU49NuclearStoppingModel - model providing computation of nuclear
|
|---|
| 215 | stopping
|
|---|
| 216 |
|
|---|
| 217 | 10 November 09: V.Ivant (emstand-V09-02-30)
|
|---|
| 218 | - Added G4alphaIonisation process
|
|---|
| 219 |
|
|---|
| 220 | 09 November 09: V.Ivant (emstand-V09-02-29)
|
|---|
| 221 | - G4BetheBlochModel, G4MollerBhabhaModel - compute density effect correction
|
|---|
| 222 | using method of G4IonisParamMat class
|
|---|
| 223 | applying revised parameterisation
|
|---|
| 224 |
|
|---|
| 225 | 09 November 09: V.Ivant (emstand-V09-02-28)
|
|---|
| 226 | - G4GoudsmitSaundersonMscModel (O.Kadri) - tuning small angle theta distributions
|
|---|
| 227 | assuming the case of lambdan<1 as single scattering regime;
|
|---|
| 228 | tuning theta sampling for theta below the screening angle
|
|---|
| 229 | - G4LindhardPartition - moved from TestEm7 to the source
|
|---|
| 230 |
|
|---|
| 231 | 31 October 09: V.Ivant (emstand-V09-02-27)
|
|---|
| 232 | - Added G4UrbanMscModel92, G4UrbanMscModel93 - 9.2 and 9.3 versions
|
|---|
| 233 | version of the Urban model
|
|---|
| 234 | - Set default model G4UrbanMscModel92 for G4eMultipleScattering
|
|---|
| 235 | - Added warting to obsolete msc classes G4MultipleScattering, G4UrbanMscModel,
|
|---|
| 236 | G4UrbanMscMode2, G4MscModel71
|
|---|
| 237 |
|
|---|
| 238 | 28 October 09: V.Ivant (emstand-V09-02-26)
|
|---|
| 239 | - G4WentzelVIModel, G4eCoulombScatteringModel, G4CoulombScatteringModel - added
|
|---|
| 240 | protection for very low energies
|
|---|
| 241 |
|
|---|
| 242 | 10 October 09: V.Ivant (emstand-V09-02-25)
|
|---|
| 243 | - G4WentzelVIModel and G4eCoulombScatteringModel - changed screening parameters
|
|---|
| 244 |
|
|---|
| 245 | 06 October 09: V.Ivant (emstand-V09-02-24)
|
|---|
| 246 | - G4GoudsmitSaundersonMscModel (O.Kadri) tuning small angle theta distributions
|
|---|
| 247 | assuming the case of lambdan<1 as single scattering regime,
|
|---|
| 248 | tuning theta sampling for theta below the screening angle
|
|---|
| 249 |
|
|---|
| 250 | 02 October 09: V.Ivant (emstand-V09-02-23)
|
|---|
| 251 | - G4eMultipleScattering - use as a default G4UrbanMscModel (the same as in 9.2)
|
|---|
| 252 | - G4CoulombScattering - fixed compillation problem
|
|---|
| 253 |
|
|---|
| 254 | 30 September 09: V.Ivant (emstand-V09-02-22)
|
|---|
| 255 | - G4CoulombScattering - added cut per recoil
|
|---|
| 256 | - G4BohrFluctuations - change internal parameter minNumberInteractionsBohr
|
|---|
| 257 | from 10 to 2 to provide more smooth transition
|
|---|
| 258 | to Landau regime in the case of small cuts
|
|---|
| 259 | - G4eCoulombScatteringModel - added effective mass factor
|
|---|
| 260 |
|
|---|
| 261 | 28 August 09: V.Ivant (emstand-V09-02-21)
|
|---|
| 262 | - G4PAIModel - fixed problem conneted with modifications for
|
|---|
| 263 | G4PhysicsVector (removel of hidden bin)
|
|---|
| 264 | - G4GoudsmitSaundersonMscModel, G4GoudsmitSaundersonTable - O.Kadri
|
|---|
| 265 | speadup computations, in particular, by reducing of
|
|---|
| 266 | number of calls to log
|
|---|
| 267 |
|
|---|
| 268 | 12 August 09: V.Ivant (emstand-V09-02-20)
|
|---|
| 269 | - G4PAIModel - fixed problem for high energy connected with bin number
|
|---|
| 270 | - G4WentzelVIModel and G4eCoulombScatteringModel - extended low-energy
|
|---|
| 271 | cross section to 0.1 keV
|
|---|
| 272 |
|
|---|
| 273 | 27 July 09: V.Ivant (emstand-V09-02-19)
|
|---|
| 274 | - G4WentzelVIModel and G4eCoulombScatteringModel - fixed typo
|
|---|
| 275 |
|
|---|
| 276 | 26 July 09: V.Ivant (emstand-V09-02-18)
|
|---|
| 277 | - G4WentzelVIModel and G4eCoulombScatteringModel - fixed numerical
|
|---|
| 278 | problem at very high energy
|
|---|
| 279 | - G4PAIModel - fixed problem for the case of several materials
|
|---|
| 280 | - G4PAIySection - added protections for numerical exceptions
|
|---|
| 281 |
|
|---|
| 282 | 22 July 09: V.Ivant (emstand-V09-02-17)
|
|---|
| 283 | - G4NuclearStopping and G4ICRU49NuclearStoppingModel are added
|
|---|
| 284 |
|
|---|
| 285 | 20 July 09: V.Ivant (emstand-V09-02-16)
|
|---|
| 286 | - G4GoudsmitSaundersonMscModel - fixed computation of the displacement
|
|---|
| 287 | - G4MultipleScattering, G4eMultipleScattering, G4hMultipleScattering
|
|---|
| 288 | - moved initialisation of models to the base class
|
|---|
| 289 |
|
|---|
| 290 | 9 July 09: V.Ivant (emstand-V09-02-15)
|
|---|
| 291 | - G4GoudsmitSaundersonMscModel - (O.Kadri) removed extra correcting factor
|
|---|
| 292 | for sampling in high-Z media
|
|---|
| 293 | - G4hMultipleScattering - removed obsolete methods
|
|---|
| 294 |
|
|---|
| 295 | 19 June 09: V.Ivant (emstand-V09-02-14)
|
|---|
| 296 | - G4WaterStopping - (A.Ivantchenko) added Fe ion data
|
|---|
| 297 | - G4GoudsmitSaundersonTable - reduce the size of the object file and
|
|---|
| 298 | all standard library
|
|---|
| 299 | - G4GoudsmitSaundersonMscModel - (O.Kadri) fixed unphysical peak at
|
|---|
| 300 | very small angles; extend model to 100 TeV
|
|---|
| 301 | - G4eCoulombScatteringModel, G4CoulombScatteringModel, G4WentzelVIModel,
|
|---|
| 302 | - (C.Consolandi) fixed kinematic for ion/ion
|
|---|
| 303 | scattering
|
|---|
| 304 |
|
|---|
| 305 | 19 May 09: V.Ivant (emstand-V09-02-13)
|
|---|
| 306 | - G4UrbanMscModel2 - (L.Urban) change in tail parameter
|
|---|
| 307 |
|
|---|
| 308 | 18 May 09: V.Ivant (emstand-V09-02-12)
|
|---|
| 309 | - G4UrbanMscModel2 - (L.Urban) correction in tail tuning using MuScat data
|
|---|
| 310 |
|
|---|
| 311 | 15 May 09: V.Ivant (emstand-V09-02-11)
|
|---|
| 312 | - G4WaterStopping - fixed Ar data
|
|---|
| 313 | - G4PairProductionRelModel - (A.Schaelicke) new relativistic model for
|
|---|
| 314 | gamma conversion
|
|---|
| 315 | - G4UrbanMscModel2 - (L.Urban) new version of theta0 and tail tuning
|
|---|
| 316 |
|
|---|
| 317 | 10 May 09: V.Ivant (emstand-V09-02-10)
|
|---|
| 318 | - G4WentzelVIModel, G4eCoulombScattering, G4CoulombScattering - added relativistic
|
|---|
| 319 | factor to Reserford cross section; set default limit on
|
|---|
| 320 | kinetic energy of the recoil 100 keV
|
|---|
| 321 |
|
|---|
| 322 | 28 April 09: V.Ivant (emstand-V09-02-09)
|
|---|
| 323 | - G4UrbanMscModel2 - (L.Urban) new tuning for the central part and for the
|
|---|
| 324 | tail of the angular distribution using the old e-
|
|---|
| 325 | scattering data only (Phys. Rev. 84 (1951) 634;
|
|---|
| 326 | Phys. Rev. 61 (1942) 254)
|
|---|
| 327 | - corrected logic in ComputeTruePathLengthLimit method
|
|---|
| 328 | for type=fUseDistanceToBoundary
|
|---|
| 329 | - G4UrbanMscModel - frozen version of G4UrbanMscModel2 of g4 9.2
|
|---|
| 330 | - G4WentzelVIModel, G4eCoulombScattering - reduce low-limit from 1 keV to 0.1 keV
|
|---|
| 331 | to provide smooth transport cross section table
|
|---|
| 332 |
|
|---|
| 333 | 23 April 09: V.Ivant (emstand-V09-02-08)
|
|---|
| 334 | - G4BetheBlochModel - do not use pointer to GenericIon introduced in the
|
|---|
| 335 | previous tag due to problem of simple PhysLists without ions
|
|---|
| 336 |
|
|---|
| 337 | 20 April 09: V.Ivant (emstand-V09-02-07)
|
|---|
| 338 | - G4BetheBlochModel - fixed and simplified initialisation for ions needed for
|
|---|
| 339 | the new G4IonParametrisedLossModel of low-energy package
|
|---|
| 340 | - G4GoudsmitSaundersonMscModel - (O.Kadri) cleanup: discarded no scattering and
|
|---|
| 341 | single scattering theta sampling from SampleCosineTheta()
|
|---|
| 342 | which means the splitting step into two sub-steps occur
|
|---|
| 343 | only for msc regime
|
|---|
| 344 |
|
|---|
| 345 | 12 April 09: V.Ivant (emstand-V09-02-06)
|
|---|
| 346 | - Simplified initialisation of all models
|
|---|
| 347 | - G4UrbanMscModel, G4UrbanMscModel2, G4UrbanMscModel90 - use methods
|
|---|
| 348 | of G4VMscModel for interface to geometry
|
|---|
| 349 |
|
|---|
| 350 | 07 April 09: V.Ivant (emstand-V09-02-05)
|
|---|
| 351 | - G4IonFluctuations - T.Toshito removed extra phenomenological factor
|
|---|
| 352 | in fluctuation width
|
|---|
| 353 | - G4HeatedKleinNishinaCompton - V.Grichine added a prototype model for
|
|---|
| 354 | plasma
|
|---|
| 355 |
|
|---|
| 356 | 21 March 09: V.Ivant (emstand-V09-02-04)
|
|---|
| 357 | - G4UniversalFluctuation - L.Urban introduce modification in width
|
|---|
| 358 | correction, the dependence of the correction on energy deposition
|
|---|
| 359 | at previous steps is removed (addresses T2K report)
|
|---|
| 360 |
|
|---|
| 361 | 20 March 09: V.Ivant (emstand-V09-02-03)
|
|---|
| 362 | - G4GoudsmitSaundersonMscModel fixed compillation problem
|
|---|
| 363 |
|
|---|
| 364 | 12 March 09: V.Ivant (emstand-V09-02-02)
|
|---|
| 365 | - G4GoudsmitSaundersonMscModel fixed compillation problem
|
|---|
| 366 | - G4UniversalFluctuation - add temporary fix for T2K report
|
|---|
| 367 |
|
|---|
| 368 | 05 March 09: V.Ivant (emstand-V09-02-01)
|
|---|
| 369 | - New G4GoudsmitSaundersonMscModel is added
|
|---|
| 370 | - G4WentzelVIModel, G4eCoulombScattringModel:
|
|---|
| 371 | o substitute scaling of low-energy limit by setting 1 keV for
|
|---|
| 372 | all particles;
|
|---|
| 373 | o use EGSnrc form of screening parameter (second order correction)
|
|---|
| 374 |
|
|---|
| 375 | 20 February 09: V.Ivant (emstand-V09-02-00)
|
|---|
| 376 | - Move all virtual methods from inline to source
|
|---|
| 377 | G4PEEffectModel - substitute ComputeMeanFreePath by CrossSectionPerVolume
|
|---|
| 378 | (minor CPU speadup for compound materials)
|
|---|
| 379 | G4PAIModel, G4PAIPhotonModel - remove usage of random numbers at
|
|---|
| 380 | initialisation (potential non-reproducibility)
|
|---|
| 381 | G4WentzelVIModel - use generic methods of G4VMscModel to access safety
|
|---|
| 382 | and other geometry information
|
|---|
| 383 |
|
|---|
| 384 | 24 November 08: V.Ivant (emstand-V09-01-45)
|
|---|
| 385 | G4PSTARStopping, G4ASTARStopping - fixed non-initialized variable
|
|---|
| 386 | introduced in the previous tag
|
|---|
| 387 |
|
|---|
| 388 | 19 November 08: V.Ivant (emstand-V09-01-44)
|
|---|
| 389 | G4WentzelVIModel - minor fix in lateral displacement
|
|---|
| 390 |
|
|---|
| 391 | 13 November 08: A. Schaelicke (emstand-V09-01-43)
|
|---|
| 392 | G4eBremsstrahlung - activate LPM switch for high energy model
|
|---|
| 393 | G4eBremsstrahlungRelModel - revised LPMconstant
|
|---|
| 394 | G4eBremsstrahlungModel, G4eBremsstrahlungRelModel - (VI) use LPM flag
|
|---|
| 395 | from the base class
|
|---|
| 396 |
|
|---|
| 397 | 13 November 08: V.Ivant (emstand-V09-01-42)
|
|---|
| 398 | G4PSTARStopping - fixed SiO2 and TEFLON data
|
|---|
| 399 | G4ASTARStopping - fixed GRAFITE data
|
|---|
| 400 |
|
|---|
| 401 | 29 October 08: V.Ivant (emstand-V09-01-41)
|
|---|
| 402 | G4UrbanMscModel, G4UrbanMscModel2, G4UrbanMscModel90, G4WentzelVIModel
|
|---|
| 403 | use StepStatus from preStepPoint to identify first step for a given track
|
|---|
| 404 | instaed of step number in order to address ATLAS problem of small step
|
|---|
| 405 | limits happen with suspended tracks
|
|---|
| 406 |
|
|---|
| 407 | 27 October 08: V.Ivant (emstand-V09-01-40)
|
|---|
| 408 | G4UrbanMscModel2 - extra protection for "UseDistanceToBoundary" option
|
|---|
| 409 | G4WentzelVIModel - fixed cross section factor for single scattering
|
|---|
| 410 |
|
|---|
| 411 | 23 October 08: V.Ivant (emstand-V09-01-39)
|
|---|
| 412 | G4eCoulombScatteringModel and G4WentzelVIModel - added protection against
|
|---|
| 413 | precision loss in computation of cross section at high energy
|
|---|
| 414 | G4UrbanMscModel2 - fixed screening parameter of the single scattering part
|
|---|
| 415 | G4eMultipleScattering - set default RangeFactor = 0.04
|
|---|
| 416 |
|
|---|
| 417 | 22 October 08: V.Ivant (emstand-V09-01-38)
|
|---|
| 418 | G4IonFluctuations - added G4UniversalFluctuation model, which are used for
|
|---|
| 419 | high energy; added comments and cleanup
|
|---|
| 420 | G4BetheBlochModel, G4BraggIonModel - take into account effective change
|
|---|
| 421 | change over the step
|
|---|
| 422 | G4hIonisation - switch off nuclear stopping for pi and K mesons
|
|---|
| 423 |
|
|---|
| 424 | 20 October 08: V.Ivant (emstand-V09-01-37)
|
|---|
| 425 | G4UrbanMscModel2 - return back ref-08 version
|
|---|
| 426 | G4IronStopping, G4MaterialStopping, G4SimpleMaterialStopping moved to materials
|
|---|
| 427 | G4eBremsstrahlungHEModel - temporary model is removed
|
|---|
| 428 |
|
|---|
| 429 | 17 October 08: V.Ivant (emstand-V09-01-36)
|
|---|
| 430 | G4UrbanMscModel2 - use logic of 9.1 version for step limitation
|
|---|
| 431 | option "UseSafety" to fix CPU penalty in sampling
|
|---|
| 432 | calorimeters (L.Urban)
|
|---|
| 433 | G4UrbanMscModel2, G4UrbanMscModel, G4UrbanMscModel90 added protection
|
|---|
| 434 | against sampling scattering angle with zero transport
|
|---|
| 435 | cross section
|
|---|
| 436 |
|
|---|
| 437 | 15 October 08: V.Ivant (emstand-V09-01-35)
|
|---|
| 438 | For all process classes set sub-types according to the enumeration
|
|---|
| 439 | of G4EmProcessSubType.hh, improved cout
|
|---|
| 440 | G4UrbanMscModel2 - use screning function from G4eCoulombScatteringModel
|
|---|
| 441 | G4eBremsstrahlung - set relativistic model above 1 GeV by default
|
|---|
| 442 | G4eBremsstrahlungModel, G4eBremsstrahlungRelModel removed private member
|
|---|
| 443 | highEnergyTh and use access method to this threshold in the base class
|
|---|
| 444 |
|
|---|
| 445 | 21 September 08: V.Ivant (emstand-V09-01-34)
|
|---|
| 446 | G4BetheBlochModel, G4BraggModel, G4BraggIonModel - simplified new methods
|
|---|
| 447 | G4ionIonisation - use the same low-energy model for He ions and GenericIons
|
|---|
| 448 | (like it was in 9.2beta)
|
|---|
| 449 |
|
|---|
| 450 | 16 September 08: V.Ivant (emstand-V09-01-33)
|
|---|
| 451 | G4UrbanMscModel, G4UrbanMscModel2, G4UrbanMscModel90 - do not use
|
|---|
| 452 | string comparison when compute transport cross section, instead
|
|---|
| 453 | compare masses (G.Cosmo)
|
|---|
| 454 |
|
|---|
| 455 | 12 September 08: V.Ivant (emstand-V09-01-32)
|
|---|
| 456 | Improved verbose output for processes
|
|---|
| 457 | G4IonFluctuations - do not use Poisson sampling
|
|---|
| 458 | G4BetheBlochModel, G4BraggModel, G4BraggIonModel - added methods
|
|---|
| 459 | GetParticleCharge, GetChargeSquareRatio, CorrectionsAlongStep
|
|---|
| 460 | needed for ions; define low and high energy limits inside the model
|
|---|
| 461 | G4ionIonisation, G4hIonisation - remove InitialiseMassCharge and
|
|---|
| 462 | CorrectionsAlongStep methods;
|
|---|
| 463 | limits of kinetic energy for models
|
|---|
| 464 | taken from the base class and from
|
|---|
| 465 | models; separate trietment He ions
|
|---|
| 466 |
|
|---|
| 467 | 09 September 08: V.Ivant (emstand-V09-01-31)
|
|---|
| 468 | G4WaterStopping, G4IronStopping, G4MaterialStopping,
|
|---|
| 469 | G4SimpleMaterialStopping - use mass number instead of atomic mass
|
|---|
| 470 | (A.Lechner proposal)
|
|---|
| 471 | G4eBremsstrahlungModel - Migdal constant set to the vavue of
|
|---|
| 472 | G4eBremsstrahlungRelModel (A.Schaelicke)
|
|---|
| 473 |
|
|---|
| 474 | 28 August 08: V.Ivant (emstand-V09-01-30)
|
|---|
| 475 | G4WaterStopping, G4IronStopping - add method AddData to speeed up
|
|---|
| 476 | compillation and cleanup
|
|---|
| 477 | G4WentzelVIModel - fixed bug in lateral displacement
|
|---|
| 478 |
|
|---|
| 479 | 26 August 08: A.Schaelicke
|
|---|
| 480 | G4eBremsstrahlungRelModel
|
|---|
| 481 | * define threshold energy for LPM effect
|
|---|
| 482 | * fix LPM calculation
|
|---|
| 483 | * define Thomas-fermi FF (ala Tsai)
|
|---|
| 484 | * some speed improvements
|
|---|
| 485 |
|
|---|
| 486 | 25 August 08: V.Ivant (emstand-V09-01-29)
|
|---|
| 487 | G4MaterialStopping, G4SimpleMaterialStopping - fixed compillation
|
|---|
| 488 | problem at Windows by adding a new method AddData
|
|---|
| 489 |
|
|---|
| 490 | 25 August 08: V.Ivant (emstand-V09-01-28)
|
|---|
| 491 | 23 August 08: V.Ivant (emstand-V09-01-27)
|
|---|
| 492 | G4UrbanMscModel2 - fixed NaN in sampling of cosine theta for 50 GeV e-
|
|---|
| 493 |
|
|---|
| 494 | 22 August 08: V.Ivant (emstand-V09-01-26)
|
|---|
| 495 | Added new classes with stopping data G4MaterialStopping,
|
|---|
| 496 | G4SimpleMaterialStopping, G4IronStopping
|
|---|
| 497 |
|
|---|
| 498 | 13 August 08: V.Ivant (emstand-V09-01-25)
|
|---|
| 499 | G4eCoulombScatteringModel - added extra protection for precision lost in
|
|---|
| 500 | computation of recoil energy
|
|---|
| 501 | G4eBremsstrahlungModel, G4eBremsstrahlungHEModel - define more precise names
|
|---|
| 502 | of models
|
|---|
| 503 |
|
|---|
| 504 | 11 August 08: V.Ivant (emstand-V09-01-24)
|
|---|
| 505 | G4IonFluctuations - do not perform loop over elements of material but use
|
|---|
| 506 | effetive Z
|
|---|
| 507 | G4UrbanMscModel2 - bug fix in ComputeTruePathLengthLimit (L.Urban)
|
|---|
| 508 |
|
|---|
| 509 | 4 August 08: V.Ivant (emstand-V09-01-23)
|
|---|
| 510 | G4eMultipleScattering - allowed to be applied for all changed particles
|
|---|
| 511 | G4UrbanMscModel2 - changed name to "UrbanMscUni2"
|
|---|
| 512 | G4eCoulombScatteringModel and G4WentzelVIModel - added protections for ions
|
|---|
| 513 | G4WaterStopping - added extra data
|
|---|
| 514 |
|
|---|
| 515 | 31 July 08: V.Ivant (emstand-V09-01-22)
|
|---|
| 516 | G4WentzelVIModel, G4eCoulombScatteringModel, G4CoulombScatteringModel -
|
|---|
| 517 | do not define min and max energy in constructor but use Set
|
|---|
| 518 | methods
|
|---|
| 519 | G4MultipleScattering, G4eMultipleScattering, G4hMultipleScattering -
|
|---|
| 520 | added cout of model names
|
|---|
| 521 | G4CoulombScattering - set angular limit of models by Set method
|
|---|
| 522 |
|
|---|
| 523 | 24 July 08: V.Ivant (emstand-V09-01-21)
|
|---|
| 524 | G4UrbanMscModel2 - central part of scattering angle (theta0) and
|
|---|
| 525 | tail of the scattering angle distribution have been tuned
|
|---|
| 526 | using some e- and proton scattering data (L.Urban)
|
|---|
| 527 |
|
|---|
| 528 | 21 July 08: V.Ivant (emstand-V09-01-20)
|
|---|
| 529 | G4eCoulombScatteringModel, G4CoulombScatteringModel - added usage of
|
|---|
| 530 | G4ElementSelector vector, do not use A in SetupTarget method
|
|---|
| 531 | G4WentzelVIModel - do not use A in SetupTarget method
|
|---|
| 532 |
|
|---|
| 533 | 16 June 08: V.Ivant (emstand-V09-01-19)
|
|---|
| 534 | G4PAIPhotonModel - change model name
|
|---|
| 535 | G4MultipleScattering71 - move inline virtual method to source to avoid
|
|---|
| 536 | compillation warning
|
|---|
| 537 |
|
|---|
| 538 | 14 June 08: V.Ivant (emstand-V09-01-18)
|
|---|
| 539 | - G4CoulombScattering - added SetHEModelLimit method to provide more easy
|
|---|
| 540 | initialisation
|
|---|
| 541 |
|
|---|
| 542 | 11 June 08: V.Ivant (emstand-V09-01-17)
|
|---|
| 543 | - G4eCoulombScatteringModel - SelectIsotope method moved from the derived
|
|---|
| 544 | class and sampling of the recoil ion is performed
|
|---|
| 545 | - G4CoulombScatteringModel - SelectIsotope method moved to the base class
|
|---|
| 546 | - G4PAIxSection - new functions for resonance and Rutherford collisions
|
|---|
| 547 | - G4IonFluctuations - fixed index
|
|---|
| 548 | - G4ionIonisation - use G4BraggModel for low-energy ions heavier than He
|
|---|
| 549 | - G4hIonisation - build separate tables for kaons to allow use hadron
|
|---|
| 550 | bremsstrahlung and pair production by kaons
|
|---|
| 551 |
|
|---|
| 552 | 2 June 08: V.Ivant (emstand-V09-01-16)
|
|---|
| 553 | - G4IonFluctuations - added method SetParticleAndCharge
|
|---|
| 554 | - G4ionIonisation, G4ionGasIonisation - added pointer to G4IonFluctuations
|
|---|
| 555 | and use of method SetParticleAndCharge; compute nuclear
|
|---|
| 556 | stopping before adding corrections
|
|---|
| 557 |
|
|---|
| 558 | 20 May 08: V.Ivant (emstand-V09-01-15)
|
|---|
| 559 | - G4IonFluctuations - summed fluctuation of components of a mixture instead
|
|---|
| 560 | of computation for average Z
|
|---|
| 561 | - G4BetheBlochModel - added projectile form-factor in computation of max
|
|---|
| 562 | energy transfer and in sampling of the energy of e-
|
|---|
| 563 |
|
|---|
| 564 | 13 May 08: A.Schaelicke
|
|---|
| 565 | - G4eBremsstrahlungHEModel - new model, which is an extension of the standard
|
|---|
| 566 | bremsstrahlung model using a more sophisticated
|
|---|
| 567 | LPM approach
|
|---|
| 568 |
|
|---|
| 569 | 09 May 08: V.Ivant (emstand-V09-01-14)
|
|---|
| 570 | - G4hMultipleScattering - added method AlongStepGetPhysicalInteractionLength
|
|---|
| 571 | in which for ions scaled energy normalized to one nucleon is used
|
|---|
| 572 | - G4ionGasIonisation - fixed bug in update of the dynamic charge of
|
|---|
| 573 | an ion
|
|---|
| 574 |
|
|---|
| 575 | 21 April 08: V.Ivant (emstand-V09-01-13)
|
|---|
| 576 | - G4WentzelVIModel - new model of multiple scattering
|
|---|
| 577 | - G4WaterStopping - use spline
|
|---|
| 578 | - G4hMultipleScattering - do not build tables for particles with mass > GeV
|
|---|
| 579 | - G4ionIonisation, G4ionGasIonisation - updated usage of high order
|
|---|
| 580 | corrections
|
|---|
| 581 | - G4CoulombScattering, G4eCoulombScatteringModel - use new parameter
|
|---|
| 582 | polarAngleLimit
|
|---|
| 583 |
|
|---|
| 584 | 9 April 08: V.Ivant (emstand-V09-01-12)
|
|---|
| 585 | - G4UrbanMscModel, G4UrbanMscModel90 - fixed assymetry in transverse
|
|---|
| 586 | displacement
|
|---|
| 587 | - G4eCoulombScatteringModel - fixed bug for compounds
|
|---|
| 588 |
|
|---|
| 589 | 31 March 08: V.Ivant (emstand-V09-01-11)
|
|---|
| 590 | - G4eCoulombScatteringModel - use SelectAtomRandomly method
|
|---|
| 591 | - G4UrbanMscModel2 (L.Urban):
|
|---|
| 592 | - Simplification of step limitation in ComputeTruePathLengthLimit,
|
|---|
| 593 | + tlimitmin is the same for UseDistancetoBoundary and UseSafety
|
|---|
| 594 | - Reorganization of SampleCosineTheta + new method SimpleScattering
|
|---|
| 595 | SimpleScattering is used if the relative energy loss is too big
|
|---|
| 596 | or theta0 is too big (see data members rellossmax, theta0max)
|
|---|
| 597 | - Tuning of the correction factor in ComputeTheta0
|
|---|
| 598 | - exponent c of the 'tail' model function is not equal to 2 any more,
|
|---|
| 599 | value of c has been extracted from some e- scattering data
|
|---|
| 600 | - Step limitation in ComputeTruePathLengthLimit has been
|
|---|
| 601 | simplified further + some data members have been removed
|
|---|
| 602 |
|
|---|
| 603 | 25 March 08: V.Ivant (emstand-V09-01-10)
|
|---|
| 604 | - G4BetheBlochModel - use formfactor for sampling
|
|---|
| 605 | - G4eCoulombScatteringModel - remove unsued array
|
|---|
| 606 |
|
|---|
| 607 | 25 March 08: V.Ivant (emstand-V09-01-09)
|
|---|
| 608 | - G4ionIonisation - use default linLossLimit of 9.1
|
|---|
| 609 | - G4hIonisation - use G4IonFluctuations at low energies
|
|---|
| 610 | - G4IonFluctuations - fixed computation of corrections
|
|---|
| 611 | - G4BetheBlochModel - finite size correction is taken into
|
|---|
| 612 | account both for delta-electron cross section and DEDX
|
|---|
| 613 | - G4eCoulombScatteringModel - reorganize and cleanup computation
|
|---|
| 614 | of cross section
|
|---|
| 615 |
|
|---|
| 616 | 14 March 08: V.Ivant (emstand-V09-01-08)
|
|---|
| 617 | - G4UrbanMscModel2 - L.Urban fix assymetry in lateral displacement
|
|---|
| 618 | - G4UrbanMscModel90, G4MscModel71 - fixed warnings for gcc 4.3.0
|
|---|
| 619 |
|
|---|
| 620 | 10 March 08: V.Ivant (emstand-V09-01-07)
|
|---|
| 621 | - G4MultipleScattering, G4hMultipleScattering, G4UrbanMscModel,
|
|---|
| 622 | G4UrbanMscModel2, G4UrbanMscModel90 uses G4VMscModel interface
|
|---|
| 623 | - G4eMultipleScattering - new process specialized for e+,e-
|
|---|
| 624 |
|
|---|
| 625 | 06 March 08: V.Ivant (emstand-V09-01-06)
|
|---|
| 626 | - G4UrbanMscModel2 is cloned from G4UrbanMscModel
|
|---|
| 627 | - SubType for all processes is initialized
|
|---|
| 628 |
|
|---|
| 629 | 20 February 08: V.Ivant (emstand-V09-01-05)
|
|---|
| 630 | G4eCoulombScatteringModel - speedup run-time computations using
|
|---|
| 631 | precomputed nuclear form-factors per element
|
|---|
| 632 |
|
|---|
| 633 | 14 February 08: V.Ivant (emstand-V09-01-04)
|
|---|
| 634 | - G4ionIonisation, G4ionGasIonisation - use new method to compute
|
|---|
| 635 | corrections: IonHighOrderCorrections
|
|---|
| 636 | - G4BetheBlochModel - when computing dedx for ions use new
|
|---|
| 637 | method IonBarkasCorrection
|
|---|
| 638 | - G4IonFluctuations - added protection to the computation of
|
|---|
| 639 | the correction factor to dispersion which provide smooth
|
|---|
| 640 | transition to small velocities of an ion
|
|---|
| 641 |
|
|---|
| 642 | 04 February 08: V.Ivant (emstand-V09-01-03)
|
|---|
| 643 | - G4hIonisation, G4ionIonisation, G4ionGasIonisation - add extra
|
|---|
| 644 | protections in computation of non-ionizing energy loss
|
|---|
| 645 |
|
|---|
| 646 | 04 February 08: V.Ivant (emstand-V09-01-02)
|
|---|
| 647 | G4IonFluctuations - added protection in computation of dispersion
|
|---|
| 648 | on allowing have a corrected dispersion below Bohr value
|
|---|
| 649 |
|
|---|
| 650 | 16 January 08: V.Ivant (emstand-V09-01-01)
|
|---|
| 651 | G4PAIModel, G4PAIPhotonModel - added an extra protection guaranteed
|
|---|
| 652 | correct usage of the last bin of the table of energy transfers
|
|---|
| 653 |
|
|---|
| 654 | 14 January 08: V.Ivant (emstand-V09-01-00)
|
|---|
| 655 | - G4hIonisation, G4ionIonisation, G4ionGasIonisation - fixed
|
|---|
| 656 | computation of non-ionizing energy loss: at the last ionization step
|
|---|
| 657 | and at energies above 2 MeV for protons;
|
|---|
| 658 | - G4eCoulombScatteringModel - use more safe numerical expression
|
|---|
| 659 |
|
|---|
| 660 | 07 December 07: V.Ivant (emstand-V09-00-22)
|
|---|
| 661 | G4UrbanMscModel90 is created on base of G4UrbanMscModel of release 9.0
|
|---|
| 662 | G4hMultipleScattering uses G4UrbanMscModel90
|
|---|
| 663 |
|
|---|
| 664 | 30 November 07: V.Ivant (emstand-V09-00-21)
|
|---|
| 665 | G4UrbanMscModel - L.Urban fix sign of mean scattering angle for
|
|---|
| 666 | negatively changed particles
|
|---|
| 667 |
|
|---|
| 668 | 29 November 07: V.Ivant (emstand-V09-00-20)
|
|---|
| 669 | G4UrbanMscModel - added extra protection in sampling of angle - no
|
|---|
| 670 | sampling if mean angle below tausmall
|
|---|
| 671 |
|
|---|
| 672 | 28 November 07: V.Ivant (emstand-V09-00-19)
|
|---|
| 673 | G4UrbanMscModel - L.Urban added extra protection in sampling of angle
|
|---|
| 674 | to avoid NaN
|
|---|
| 675 | G4eCoulombScatteringModel - added a protection against precision lost
|
|---|
| 676 |
|
|---|
| 677 | 22 November 07: V.Ivant (emstand-V09-00-18)
|
|---|
| 678 | G4UrbanMscModel - change parameter tausmall to avoid lost of numerical
|
|---|
| 679 | precision and NaN values
|
|---|
| 680 |
|
|---|
| 681 | 20 November 07: V.Ivant (emstand-V09-00-17)
|
|---|
| 682 | G4eCoulombScatteringModel - fixed crash happens at initialisation when
|
|---|
| 683 | several elements with the same Z are defined
|
|---|
| 684 |
|
|---|
| 685 | 11 November 07: V.Ivant (emstand-V09-00-16)
|
|---|
| 686 | G4eCoulombScatteringModel - fixed computation of transport cross section
|
|---|
| 687 |
|
|---|
| 688 | 09 November 07: V.Ivant (emstand-V09-00-15)
|
|---|
| 689 | - G4ionIonisation, G4ionGasIonisation, G4CoulombScatteringModel:
|
|---|
| 690 | fill NIEL energy deposit
|
|---|
| 691 |
|
|---|
| 692 | 29 October 07: V.Ivant (emstand-V09-00-14)
|
|---|
| 693 | - G4UrbanMscModel (V.Ivanchenko) - fixed nan for heavy ions introduced
|
|---|
| 694 | in previous tag
|
|---|
| 695 |
|
|---|
| 696 | 27 October 07: V.Ivant (emstand-V09-00-13)
|
|---|
| 697 | - G4eCoulombScatteringModel, G4CoulombScatteringModel use precomputed
|
|---|
| 698 | Z^1/3 and log(A) values to speed up the code; revised nuclear size
|
|---|
| 699 | correction
|
|---|
| 700 |
|
|---|
| 701 | - G4UrbanMscModel (L.Urban):
|
|---|
| 702 | - changed initialisation for ions - parameters are protected
|
|---|
| 703 | from modification
|
|---|
| 704 | - use sampleScattering method instead of SampleSecondaries
|
|---|
| 705 | - use different correction to Highland formula for different
|
|---|
| 706 | particle type (electron, muons, others)
|
|---|
| 707 | - tuning ComputeGeomPathLength in order to get better low
|
|---|
| 708 | energy behavior for heavy particles (mu, hadrons)
|
|---|
| 709 | - small modification of theta0 in ComputeTheta0 (based on data)
|
|---|
| 710 | - some old inconsistency/bug has been cured in SampleCosineTheta
|
|---|
| 711 | now the variable prob is always in [0,1]
|
|---|
| 712 |
|
|---|
| 713 | 08 October 07: V.Ivant (emstand-V09-00-12)
|
|---|
| 714 | - G4eCoulombScatteringModel, G4CoulombScatteringModel
|
|---|
| 715 | - add cut dependence for scattering off electrons
|
|---|
| 716 | - reorganized protected methods
|
|---|
| 717 |
|
|---|
| 718 | 02 October 07: V.Ivant (emstand-V09-00-11)
|
|---|
| 719 | G4eplusAnnihilation - enable AtRest
|
|---|
| 720 | G4PAIModel - general cleanup, fixed memory leak
|
|---|
| 721 | G4PAIySection - a new class which substitutes G4PAIxSection,
|
|---|
| 722 | this class is free of memory leak
|
|---|
| 723 |
|
|---|
| 724 | 27 Septamber 07: V.Ivant (emstand-V09-00-10)
|
|---|
| 725 | G4IonFluctuations - added dependence on cut in the formula of width on cut,
|
|---|
| 726 | reduces cut dependence of Bragg peak width for ions; use Fermi energy
|
|---|
| 727 | from G4Material
|
|---|
| 728 | G4BohrFluctuations - minor cleanup
|
|---|
| 729 |
|
|---|
| 730 | 26 Septamber 07: V.Ivant (emstand-V09-00-09)
|
|---|
| 731 | G4PAIphotonModel, G4PAIModel - fixed MaxSecondaryEnergy method for
|
|---|
| 732 | e- and e+ and use it for definition of max energy transfer;
|
|---|
| 733 | added control on all cout by fVerbose;
|
|---|
| 734 |
|
|---|
| 735 | 28 August 07: V.Ivant (emstand-V09-00-08)
|
|---|
| 736 | - G4eCoulombScatteringModel - fixed compilation warning
|
|---|
| 737 |
|
|---|
| 738 | 15 August 07: V.Ivant (emstand-V09-00-07)
|
|---|
| 739 | - G4eCoulombScatteringModel and G4CoulombScatteringModel - fixed bug in
|
|---|
| 740 | computation of screening parameters in SampleSecondary method;
|
|---|
| 741 | reorganized initialisation of kinematics and screening parameters;
|
|---|
| 742 | used Z(Z+1) factor to take into account scattering off e-
|
|---|
| 743 |
|
|---|
| 744 | 13 August 07: V.Ivant (emstand-V09-00-06)
|
|---|
| 745 | - G4CoulombScatteringModel - fixed bug in kinematic of final state
|
|---|
| 746 | - G4ionIonisation - add protected methods BetheBlochEnergyThreshold()
|
|---|
| 747 | and NuclearStoppingFlag()
|
|---|
| 748 | - G4ionGasIonisation - added complete implementation of the method
|
|---|
| 749 | CorrectionsAlongStep() and do not call base class
|
|---|
| 750 | - G4UrbanMscModel - tail of angular distribution modified; compare (L.Urban)
|
|---|
| 751 | safety with zero after lateral displacement (VI)
|
|---|
| 752 |
|
|---|
| 753 | 02 August 07: V.Ivant (emstand-V09-00-05)
|
|---|
| 754 | - G4UrbanMscModel - compare safety not with 0 but with tlimitminfix
|
|---|
| 755 |
|
|---|
| 756 | 31 July 07: V.Ivant (emstand-V09-00-04)
|
|---|
| 757 | - G4CoulombScatteringModel - introduce energy threshold between models
|
|---|
| 758 | with and without nuclear recoil
|
|---|
| 759 | - G4eCoulombScatteringModel - add array to cash screen parameters
|
|---|
| 760 | - G4CoulombScatteringModel - fix bug in SamplingSecondaries
|
|---|
| 761 |
|
|---|
| 762 | 30 July 07: V.Ivant (emstand-V09-00-03)
|
|---|
| 763 | 30 July 07: L.Urban
|
|---|
| 764 | - G4UrbanMscModel - new, simpler model functions to describe the angular
|
|---|
| 765 | distribution; theta0 of this distribution has been changed too (now
|
|---|
| 766 | the form of theta0 is the same as in the Highland formula, but the
|
|---|
| 767 | parameter values are different for e+/e- and the other (heavy) particles;
|
|---|
| 768 | the change for the UseDistanseToBoundary case: tlimitmin = 10 stepmin;
|
|---|
| 769 | some cosmetics in ComputeTruePathLengthLimit.
|
|---|
| 770 |
|
|---|
| 771 | 28 July 07: V.Ivant (emstand-V09-00-02)
|
|---|
| 772 | - G4eCoulombScatteringModel - updated screen radius model
|
|---|
| 773 | - G4ionIonisation - remove obsolete method DefineMassCharge
|
|---|
| 774 | - G4ionGasIonisation - new ion ionisation process with descrete ion charge and
|
|---|
| 775 | no equilibrium between ion and media
|
|---|
| 776 | - G4BraggModel, G4BraggIonModel - more safe computation of scattering angle
|
|---|
| 777 |
|
|---|
| 778 | 16 July 07: V.Ivant (emstand-V09-00-01)
|
|---|
| 779 | - G4CoulombScattering - update InitialiseProcess and PrintInfo methods
|
|---|
| 780 | to ensure parameters of models change between runs and more clear cout
|
|---|
| 781 | - G4eCoulombScatteringModel, G4CoulombScatteringModel - added nuclear size
|
|---|
| 782 | effect; added separate simulation of scattering on atomic electrons taking
|
|---|
| 783 | into account cuts; fixed cross section for compounds.
|
|---|
| 784 |
|
|---|
| 785 | 13 July 07: V.Ivant (emstand-V09-00-00)
|
|---|
| 786 | - G4UniversalFluctuation - added protection such that no sampling of
|
|---|
| 787 | fluctuations is done if mean energy loss at the step is below minimal
|
|---|
| 788 | excitation energy of the media. The fix is important for cases of
|
|---|
| 789 | low-dense gases and very small steps.
|
|---|
| 790 |
|
|---|
| 791 | 19 June 07: V.Ivant (emstand-V08-03-10)
|
|---|
| 792 | - G4UrbanMscModel for skin > 0 use range instead of TrueStepLimit
|
|---|
| 793 | for computation of distance to boundary, this provides stable
|
|---|
| 794 | step limitation by GeomFactor (L.Urban)
|
|---|
| 795 |
|
|---|
| 796 | 11 May 07: V.Ivant (emstand-V08-03-09)
|
|---|
| 797 | - G4MultipleScattering, G4hMultipleScattering - substitute name
|
|---|
| 798 | "G4v71" -> "Minimal"
|
|---|
| 799 |
|
|---|
| 800 | 29 May 07: V.Ivanchenko (emstand-V08-03-08)
|
|---|
| 801 | - G4MultipleScattering, G4hMultipleScattering - fix initialisation
|
|---|
| 802 | of lateral displacement (bug introduced in previuos tag)
|
|---|
| 803 |
|
|---|
| 804 | 23 May 07: V.Ivanchenko (emstand-V08-03-07)
|
|---|
| 805 | - In all processes inherit from G4VEnergyLossProcess or G4VEmProcess
|
|---|
| 806 | remove method SecondaryPostStep;
|
|---|
| 807 | - G4eBremsstrahlung - remove definition of gamma threshold from constructor,
|
|---|
| 808 | define this parameter at initialisation of the process from
|
|---|
| 809 | G4LossTableManager
|
|---|
| 810 | - G4eeToTwoGammaModel use fParticleChange inside SampleSecondaries
|
|---|
| 811 |
|
|---|
| 812 | 22 May 07: V.Ivanchenko (emstand-V08-03-06)
|
|---|
| 813 | - G4VEmModel - changed interface of SampleSecondary method, it become
|
|---|
| 814 | void, extra parameter std::vector<G4DynamicParticle*>*, all
|
|---|
| 815 | classes using or inhereting this interface are modified.
|
|---|
| 816 | About 5% speedup of EM shower simulation
|
|---|
| 817 |
|
|---|
| 818 | 21 May 07: V.Ivanchenko (emstand-V08-03-05)
|
|---|
| 819 | - G4ionIonisation - added InitialiseMassCharge method; remove
|
|---|
| 820 | GetMeanFreePath implementation
|
|---|
| 821 |
|
|---|
| 822 | 20 May 07: V.Ivanchenko (emstand-V08-03-04)
|
|---|
| 823 | - G4ionIonisation - added NuclearStopping flag
|
|---|
| 824 |
|
|---|
| 825 | 18 May 07: V.Ivanchenko (emstand-V08-03-03)
|
|---|
| 826 | - remove obsolete G4VeEnergyLoss and G4VhEnergyLoss
|
|---|
| 827 |
|
|---|
| 828 | 18 May 07: V.Ivanchenko (emstand-V08-03-02)
|
|---|
| 829 | - G4MultipleScattering, G4hMultipleScattering - reorganized methods
|
|---|
| 830 | for setting msc
|
|---|
| 831 | parameters
|
|---|
| 832 | - G4UrbanMscModel - reorganized initialisation; use G4MscStepLimitType
|
|---|
| 833 | enumerator to choose step limit algorithm
|
|---|
| 834 |
|
|---|
| 835 |
|
|---|
| 836 | 16 May 07: V.Ivanchenko (emstand-V08-03-01)
|
|---|
| 837 | - Remove obsolete classes G4GammaConversion52,
|
|---|
| 838 | G4PhotoElectricEffect52, G4eBremsstrahlung52, G4eIonisation52,
|
|---|
| 839 | G4eplusAnnihilation52, G4hIonisation52, G4MultipleScattering52
|
|---|
| 840 | - G4ionIonisation - add data for stopping only for GenericIons
|
|---|
| 841 |
|
|---|
| 842 | 11 May 07: G.Cosmo (emstand-V08-03-00)
|
|---|
| 843 | - Use call to G4GeometryTolerance instead of kCarTolerance in PAI classes.
|
|---|
| 844 | - Requires tag "global-V08-03-00" and related tag set.
|
|---|
| 845 |
|
|---|
| 846 | 10 May 07: V.Ivanchenko (emstand-V08-02-16)
|
|---|
| 847 | - G4UrbanMscModel - Fix bug - restore performance of EMV PhysicsLists
|
|---|
| 848 |
|
|---|
| 849 | 01 May 07: V.Ivanchenko (emstand-V08-02-15)
|
|---|
| 850 | - G4UrbanMscModel - L.Urban: optimisation of step limitation for skin>0
|
|---|
| 851 | (about 5% CPU save)
|
|---|
| 852 |
|
|---|
| 853 | 24 April 07: V.Ivanchenko (emstand-V08-02-14)
|
|---|
| 854 | - G4MultipleScattering - use by default skin=0, because the current
|
|---|
| 855 | interface to G4SafetyHelper does not allow
|
|---|
| 856 | it to provide a valid step in the case of
|
|---|
| 857 | magnetic field
|
|---|
| 858 |
|
|---|
| 859 | 23 April 07: V.Ivanchenko (emstand-V08-02-13)
|
|---|
| 860 | - G4UrbanMscModel - L.Urban: stepping near to boundaries has been
|
|---|
| 861 | changed back in order to have small steps
|
|---|
| 862 | with single scattering before+after boundary
|
|---|
| 863 | for skin > 1.
|
|---|
| 864 |
|
|---|
| 865 | 12 April 07: V.Ivanchenko
|
|---|
| 866 | - G4UrbanMscModel - use unique G4SafetyHelper; clean up logic in
|
|---|
| 867 | ComputeTruePathLengthLimit.
|
|---|
| 868 |
|
|---|
| 869 | 04 April 07: V.Ivanchenko (emstand-V08-02-12)
|
|---|
| 870 | - G4UniversalFluctuation - L.Urban:correction of the algorithm
|
|---|
| 871 | in order to have better width.
|
|---|
| 872 | The width of the energy loss distribution
|
|---|
| 873 | agree rather well with the data.
|
|---|
| 874 |
|
|---|
| 875 | 24 April 07: V.Ivanchenko (emstand-V08-02-11a)
|
|---|
| 876 | - G4MultipleScattering - set default skin=0 for 8.3
|
|---|
| 877 |
|
|---|
| 878 | 22 March 07: V.Ivanchenko (emstand-V08-02-11)
|
|---|
| 879 | - G4MultipleScattering - use skin parameter from the base class
|
|---|
| 880 | - G4UniversalFluctuation - L.Urban: minor optimisation
|
|---|
| 881 |
|
|---|
| 882 | 20 March 07: V.Ivanchenko (emstand-V08-02-10)
|
|---|
| 883 | - G4hMultipleScattering - remove SetSkin method, which is implemented
|
|---|
| 884 | in the base class - allowing skin>0
|
|---|
| 885 |
|
|---|
| 886 | - G4UniversalFluctuation- L.Urban: 'GLANDZ' part of the fluct. model
|
|---|
| 887 | has been completely rewritten, there is no
|
|---|
| 888 | separate very small loss regime any more.
|
|---|
| 889 | The effect of this update is the far better
|
|---|
| 890 | stability of the result against the changes
|
|---|
| 891 | in the cut and changes in the stepsize.
|
|---|
| 892 |
|
|---|
| 893 | - G4eBremsstrahlungModel - add reinitialisation of LPM flag (VI)
|
|---|
| 894 |
|
|---|
| 895 | 24 February 07: V.Ivanchenko (emstand-V08-02-09)
|
|---|
| 896 | - G4MultipleScattering - remove SetSkin method, which is implemented
|
|---|
| 897 | in the base class - allowing skin>0
|
|---|
| 898 |
|
|---|
| 899 | 03 March 07
|
|---|
| 900 | - G4UrbanMscModel - single scattering allowed near to boundaries only,
|
|---|
| 901 | not everywhere
|
|---|
| 902 |
|
|---|
| 903 | 24 February 07: V.Ivanchenko (emstand-V08-02-08)
|
|---|
| 904 | - G4UrbanMscModel - L.Urban step reduction before boundary for
|
|---|
| 905 | geomlimit<geombig only
|
|---|
| 906 |
|
|---|
| 907 | 23 February 07: V.Ivanchenko (emstand-V08-02-07)
|
|---|
| 908 | - G4hIonisation - remove dependence on K+ and K- particles
|
|---|
| 909 | - G4BetheHeitlerModel - for any initial energy select atom of the material
|
|---|
| 910 | on which conversion occur (needed for
|
|---|
| 911 | polarisation library)
|
|---|
| 912 | - G4UrbanMscModel - use tPathLength inside ComputeStep instead of geombig
|
|---|
| 913 |
|
|---|
| 914 | 15-Feb-07:
|
|---|
| 915 | - G4UrbanMscModel - L.Urban: small steps with single scattering before and
|
|---|
| 916 | after boundary for skin > 1, for skin=0 and skin=1
|
|---|
| 917 | it works as earlier
|
|---|
| 918 |
|
|---|
| 919 | 15 February 07: mma (emstand-V08-02-06)
|
|---|
| 920 | - G4eBremsstrahlungModel: correct LPMconstant by factor 2, thanks to G. Depaola
|
|---|
| 921 |
|
|---|
| 922 | 13 February 07: V.Ivanchenko (emstand-V08-02-05)
|
|---|
| 923 | 12 February 07:
|
|---|
| 924 | - G4UrbanMscModel - L.Urban: stepping algorithm changed for skin=0,
|
|---|
| 925 | now there are 3 stepping mode :
|
|---|
| 926 | stepping a la 7.1
|
|---|
| 927 | skin=0 designed for high energy simulations with
|
|---|
| 928 | or without magnetic field
|
|---|
| 929 | skin=1 designed for 'precision' simulations
|
|---|
| 930 | without magnetic field (default)
|
|---|
| 931 |
|
|---|
| 932 | 06 February 07: V.Ivanchenko (emstand-V08-02-04)
|
|---|
| 933 | - G4UrbanMscModel - L.Urban : fix in the single scattering code for heavy
|
|---|
| 934 | particles, now the code can be used with
|
|---|
| 935 | skin=1 e+/e- and for heavy particles as well.
|
|---|
| 936 |
|
|---|
| 937 | - G4MultipleScattering - allow reinicialisation of model parameters between runs
|
|---|
| 938 | - G4UrbanMscModel - V.Ivanchenko add extra protection inside SampleDisplacement
|
|---|
| 939 | move SetMscStepLimitation from header to source
|
|---|
| 940 | and add inside extra initialisation
|
|---|
| 941 | L.Urban add protection for case when energy loss
|
|---|
| 942 | inactivated; fix computation of skindepth value
|
|---|
| 943 |
|
|---|
| 944 | 29 January 07: V.Ivanchenko (emstand-V08-02-03)
|
|---|
| 945 | - G4UrbanMscModel - V.Ivanchenko add protections agains NaN values
|
|---|
| 946 | in two places: protection of lateral displacement,
|
|---|
| 947 | sampling of theta when tau = 0;
|
|---|
| 948 | add protection inside ComputeTrueStepLength for
|
|---|
| 949 | the case very small (zero) geometry length
|
|---|
| 950 | true length set equal to geometry length
|
|---|
| 951 |
|
|---|
| 952 | 19 January 07: V.Ivanchenko (emstand-V08-02-02)
|
|---|
| 953 | - G4UrbanMscModel - L.Urban add protection inside lateral displacement
|
|---|
| 954 | sampling against case TrueStepLength < GeomStepLength
|
|---|
| 955 |
|
|---|
| 956 | 18 January 07: V.Ivanchenko (emstand-V08-02-01)
|
|---|
| 957 | - Fix crash in PrintInfo methods
|
|---|
| 958 | - G4UrbanMscModel - remove Locate call to navigator
|
|---|
| 959 |
|
|---|
| 960 | 15 January 07: mma (emstand-V08-02-00)
|
|---|
| 961 | - use SetEmModel(index) add SetFluctModel() from G4VEnergyLossProcess
|
|---|
| 962 | in eIonisation, hIonisation, ionIonisation, eBremstrahlung
|
|---|
| 963 |
|
|---|
| 964 | 04 Dec 06: V.Ivanchenko (emstand-V08-01-16)
|
|---|
| 965 | - G4UrbanMscModel - fix in ComputeTruePathLengthLimit stepmin=1.e-6*mm
|
|---|
| 966 | (L.Urban)
|
|---|
| 967 |
|
|---|
| 968 | 23 Nov 06: V.Ivanchenko (emstand-V08-01-15)
|
|---|
| 969 | - G4MultipleScattering - set default skin=1 only for e+-,
|
|---|
| 970 | for all other particles default skin=0
|
|---|
| 971 |
|
|---|
| 972 | 20 Nov 06: V.Ivanchenko (emstand-V08-01-14)
|
|---|
| 973 | 20 Nov 06:
|
|---|
| 974 | - G4UrbanMscModel - fix in the single scattering part of SampleCosineTheta,
|
|---|
| 975 | now there is single scattering just before boundary crossings (and not
|
|---|
| 976 | inside a volume)
|
|---|
| 977 |
|
|---|
| 978 | 15 Nov 06: V.Ivanchenko (emstand-V08-01-13)
|
|---|
| 979 | - G4UrbanMscModel - fix NaN inside SampleCosineTheta (L.Urban)
|
|---|
| 980 |
|
|---|
| 981 | 10 Nov 06: V.Ivanchenko (emstand-V08-01-12)
|
|---|
| 982 | 07 Nov 06:
|
|---|
| 983 | - G4UrbanMscModel - some optimization in ComputeTruePathLengthLimit,
|
|---|
| 984 | fixes in ComputeGeomPathLength, SampleCosineTheta (L.Urban)
|
|---|
| 985 |
|
|---|
| 986 | 31 Oct 06: V.Ivanchenko (emstand-V08-01-11)
|
|---|
| 987 | - G4UrbanMscModel is changed to work with new approach of parallel
|
|---|
| 988 | navigation (j.Apostolakis)
|
|---|
| 989 |
|
|---|
| 990 | 26 Oct 06: V.Ivanchenko (emstand-V08-01-10)
|
|---|
| 991 | - G4hMultipleScattering - new class configured for hadrons
|
|---|
| 992 | - G4eCoulombScatteringModel - set cross section const below 1 keV
|
|---|
| 993 |
|
|---|
| 994 | 23 Oct 06: V.Ivanchenko (emstand-V08-01-09)
|
|---|
| 995 | - G4BraggIonModel - reduce lowest energy for parameterisation to 0.25 keV
|
|---|
| 996 | 23 Oct 06: L.Urban
|
|---|
| 997 | - G4MultipleScattering - parameter skin = 1 by default,
|
|---|
| 998 | - G4UrbanMscModel - more effective safety update in SampleSecondaries,
|
|---|
| 999 | + come cosmetics.
|
|---|
| 1000 |
|
|---|
| 1001 | 20 Oct 06: V.Ivanchenko (emstand-V08-01-08)
|
|---|
| 1002 | - G4CoulombScatteringModel inherit from G4eCoulombScatteringModel,
|
|---|
| 1003 | screening parameter computation is done in inline function
|
|---|
| 1004 | - G4eeToTwoGammaModel - introduce member theGamma
|
|---|
| 1005 |
|
|---|
| 1006 | 20 Oct 06: L.Urban cleanup of msc
|
|---|
| 1007 | - theta0 parameter for SampleCosineTheta is computed in a public
|
|---|
| 1008 | function ComputeTheta0;
|
|---|
| 1009 | - default value of skin = 0 (there is no small step with single scattering if
|
|---|
| 1010 | skin <=0, and there are ~skin small steps if skin >0
|
|---|
| 1011 | - no z sampling in ComputeGeomPathLength by default
|
|---|
| 1012 | - correction in the single scattering part, allowing not only small angles now
|
|---|
| 1013 | - PostStep ComputeSafety(pos) is used
|
|---|
| 1014 |
|
|---|
| 1015 | 16 Oct 06: V.Ivanchenko (emstand-V08-01-07)
|
|---|
| 1016 | - Add extra protection to G4eplusAnnihilation52
|
|---|
| 1017 | - Add warning to all processes 52 and 71 type
|
|---|
| 1018 |
|
|---|
| 1019 | 16 Oct 06: L.Urban
|
|---|
| 1020 | - new msc version (G4MultipleScattering, G4UrbanMscModel):
|
|---|
| 1021 | - Stepping has been modified:
|
|---|
| 1022 | - min. steplimit in 8.1: tlimitmin = max(lambda/25, 5 nanometer)
|
|---|
| 1023 | now : tlimitmin = max(lambda/25, 1.01*stepmin)
|
|---|
| 1024 | where stepmin ~ lambda elastic
|
|---|
| 1025 |
|
|---|
| 1026 | - possibility to have extreme small step(s) before boundary crossing
|
|---|
| 1027 | this feature is not active by default;
|
|---|
| 1028 | it can be activated by setting the data member "skin" to a
|
|---|
| 1029 | non-negative value, steplimit = stepmin, if the distance to the boundary
|
|---|
| 1030 | (in the original direction) is smaller than skin*stepmin;
|
|---|
| 1031 |
|
|---|
| 1032 | - the step restriction is weaker for particles with higher energy,
|
|---|
| 1033 | i.e. bigger effective facrange value is used in this case
|
|---|
| 1034 | in 8.0/8.1 this 'scaling' depends on Tkin, new version :
|
|---|
| 1035 | scaling depends on lambda, giving smaller material dependence
|
|---|
| 1036 |
|
|---|
| 1037 | - Angular distribution has been changed:
|
|---|
| 1038 |
|
|---|
| 1039 | - single/plural scattering for step <= stepmin
|
|---|
| 1040 | (in this case t = z + no lateral displacement)
|
|---|
| 1041 |
|
|---|
| 1042 | - parameter theta0 has been (sligtly) modified
|
|---|
| 1043 |
|
|---|
| 1044 | - tail of the distribution has been modified, now the parameter
|
|---|
| 1045 | describing the tail is material (i.e. Z) dependent
|
|---|
| 1046 |
|
|---|
| 1047 | 14 Sept 06: mma (emstand-V08-01-06)
|
|---|
| 1048 | - move the function SetModel() in G4VEmProcess
|
|---|
| 1049 |
|
|---|
| 1050 | 09 Sept 06: mma (emstand-V08-01-05)
|
|---|
| 1051 | - add/modify the function SetModel() in G4PhotoElectric, G4ComptonScattering,
|
|---|
| 1052 | G4GammaConversion, G4eplusAnnihilation
|
|---|
| 1053 |
|
|---|
| 1054 | 08 Sep 06: V.Ivanchenko (emstand-V08-01-04)
|
|---|
| 1055 | - Bug fixed in PAI model concerning Tmax for electrons and positrons. Tmax
|
|---|
| 1056 | is defined now for each particle independently (V.Grichine)
|
|---|
| 1057 |
|
|---|
| 1058 | 30 Aug 06: V.Ivanchenko (emstand-V08-01-03)
|
|---|
| 1059 | - Provide changings required for new processes/models with polarization:
|
|---|
| 1060 | G4KleinNishinaCompton - make some members protected
|
|---|
| 1061 | G4MollerBhabhaModel - make some members protected
|
|---|
| 1062 | G4eBremsstrahlungModel - reorganize SelectRandomAom method and make
|
|---|
| 1063 | some members protected
|
|---|
| 1064 |
|
|---|
| 1065 | 29 Aug 06: V.Ivanchenko (emstand-V08-01-02)
|
|---|
| 1066 | - Fix problem of positron zero incident energy in G4eeToTwoGammaModel
|
|---|
| 1067 | - Add extra protection inside G4BetheBlochModel
|
|---|
| 1068 |
|
|---|
| 1069 | 19 Aug 06: V.Ivanchenko (emstand-V08-01-01)
|
|---|
| 1070 | - Fix energy non-conservation in G4PAIModel for positrons (V.Grichine)
|
|---|
| 1071 |
|
|---|
| 1072 | 08 Aug 06: V.Ivanchenko (emstand-V08-01-00)
|
|---|
| 1073 | - Fix problems and add comments in the classes prototype Coulomb
|
|---|
| 1074 | elastic scattering: G4CoulombScattering, G4CoulombScatteringModel,
|
|---|
| 1075 | G4eCoulombScatteringModel
|
|---|
| 1076 | - Set default limit on scattering angle to zero
|
|---|
| 1077 |
|
|---|
| 1078 | 22 May 06: V.Ivanchenko (emstand-V08-00-25)
|
|---|
| 1079 | - G4eBremsstrahlung - use gammaThreshold from G4LossTableManager for
|
|---|
| 1080 | more easier initialisation (CMS request)
|
|---|
| 1081 |
|
|---|
| 1082 | 17 May 06: V.Ivanchenko (emstand-V08-00-24)
|
|---|
| 1083 | - G4UrbanMscModel - L.Urban improve scattering in thin layers
|
|---|
| 1084 | - G4ASTARStopping, G4PSTARStopping improve comments
|
|---|
| 1085 |
|
|---|
| 1086 | 15 May 06: V.Ivanchenko (emstand-V08-00-23)
|
|---|
| 1087 | - G4MollerBhabhaMOdel - fix MinEnergyCut
|
|---|
| 1088 |
|
|---|
| 1089 | 13 May 06: V.Ivanchenko (emstand-V08-00-22)
|
|---|
| 1090 | - G4WaterStopping - data for light ion stopping in water
|
|---|
| 1091 | - G4ionIonisation - add possibility top use user data on stopping power
|
|---|
| 1092 |
|
|---|
| 1093 | 11 May 06: L.Urban
|
|---|
| 1094 | - G4MultipleScattering : values of data members tkinlimit, factail
|
|---|
| 1095 | has been changed
|
|---|
| 1096 | - G4MscUrbanModel : new data members, changes in ComputeTruePathLengthLimit
|
|---|
| 1097 | and in SampleCosineTheta,
|
|---|
| 1098 | name of data member safety has been changed to presafety.
|
|---|
| 1099 |
|
|---|
| 1100 | 10 May 06: V.Ivanchenko (emstand-V08-00-21)
|
|---|
| 1101 | - G4MultipleScattering and G4MscUrbanModel - provide a possibility of
|
|---|
| 1102 | reinitialisation of facrange and steppingAlgorithm parameters
|
|---|
| 1103 | between runs;
|
|---|
| 1104 | - Fix compilation warning at SUN;
|
|---|
| 1105 |
|
|---|
| 1106 | 04 May 06: V.Ivanchenko (emstand-V08-00-20)
|
|---|
| 1107 | - G4BetheBlochModel - use different formula for muons and hadrons for tmax (VI)
|
|---|
| 1108 | - G4UrbanMscModel - fix SUN compilation warning (VI)
|
|---|
| 1109 |
|
|---|
| 1110 | 26 April 06: V.Ivanchenko (emstand-V08-00-19)
|
|---|
| 1111 | - G4PSTARStopping and G4ASTARStopping - new classes with NIST data on stopping
|
|---|
| 1112 | powers are used by G4BraggModel and G4BraggIonModel
|
|---|
| 1113 | - G4hIonisation - spin/mass effect update
|
|---|
| 1114 |
|
|---|
| 1115 | 05 April 06: V.Ivanchenko (emstand-V08-00-18)
|
|---|
| 1116 | G4hIonisation - VI add mass and spin effects (important for pion ionisation)
|
|---|
| 1117 | G4SynchrotronRadiation is moved to xrays and GNUmakefile is modified accordingly
|
|---|
| 1118 | 30 March 06 : V.Grichine
|
|---|
| 1119 | G4SynchrotronRadiation - bug fixed for unit polarisation in PostStepDoIt
|
|---|
| 1120 |
|
|---|
| 1121 | 28 March 06: V.Ivanchenko (emstand-V08-00-17)
|
|---|
| 1122 | - G4eBremsstrahlungModel - fix problem of energy loss calculation below 10 MeV
|
|---|
| 1123 | - G4KleinNishinaModel - remove upper energy limit to have a smooth cross section
|
|---|
| 1124 | 27 March 06 : V.Grichine, G4SynchrotronRadiation updated to set polarisation and
|
|---|
| 1125 | new methods for angular distribution
|
|---|
| 1126 | - G4PAImodel and G4PAIPhotonMOdel fixes important for very low energy hadrons (VG)
|
|---|
| 1127 |
|
|---|
| 1128 | 23 March 06: V.Ivanchenko (emstand-V08-00-16)
|
|---|
| 1129 | 23 March 06: L.Urban
|
|---|
| 1130 | - bugfix in the SampleCosineThete method in G4UrbanMscModel
|
|---|
| 1131 |
|
|---|
| 1132 |
|
|---|
| 1133 | 21 March 06 : V.Ivanchenko (emstand-V08-00-15)
|
|---|
| 1134 | - G4eBremsstrahlungModel - fix problem of initialisation in the case when
|
|---|
| 1135 | cuts are not defined (needed for Extrapolator and for unit tests)
|
|---|
| 1136 | - add prototypes of elastic Coulomb scattering - only for testing
|
|---|
| 1137 |
|
|---|
| 1138 | 13 March 06 : V.Ivanchenko (emstand-V08-00-14)
|
|---|
| 1139 | - G4UrbanMscModel - fix problem of non-initialised variable
|
|---|
| 1140 |
|
|---|
| 1141 | 09 March 06 : V.Ivanchenko (emstand-V08-00-13)
|
|---|
| 1142 | - G4MultipleScattering - Make steppling alg be active for ions by default
|
|---|
| 1143 | 09 March 06 : V. Grichine
|
|---|
| 1144 | - update of G4SynchrotronRadiation methods for calculation of
|
|---|
| 1145 | integral number spectrum
|
|---|
| 1146 |
|
|---|
| 1147 | 07 March 06 : V.Ivanchenko (emstand-V08-00-12)
|
|---|
| 1148 | - Remove G4MscModel
|
|---|
| 1149 | - Use G4UbbanModel for G4MultipleScattering
|
|---|
| 1150 |
|
|---|
| 1151 | 07 March 06 : V.Ivanchenko (emstand-V08-00-11)
|
|---|
| 1152 | - Fix bug in cross section in G4MscModel71 introduced in 08-00-10
|
|---|
| 1153 | - Create G4UrbanMscModel and optimize interface for msc models
|
|---|
| 1154 | 04 March 06 : V. Grichine
|
|---|
| 1155 | - update of G4SynchrotronRadiation to work in locally (in a volume)
|
|---|
| 1156 | set magnetic field
|
|---|
| 1157 |
|
|---|
| 1158 | 17 February 06 : V.Ivanchenko (emstand-V08-00-10)
|
|---|
| 1159 | - G4MscModel and G4MscModel71 - compute really transport cross section,
|
|---|
| 1160 | not mfp
|
|---|
| 1161 |
|
|---|
| 1162 | 16 February 06 : L.Urban (emstand-V08-00-09)
|
|---|
| 1163 | - G4MultipleScattering: set function for data member factail,
|
|---|
| 1164 | z sampling by default
|
|---|
| 1165 | - G4MscModel: data members b, xsi removed, code cleaning,
|
|---|
| 1166 | revised 'z' sampling and samplez = true by default
|
|---|
| 1167 |
|
|---|
| 1168 | 15 February 06 : mma (emstand-V08-00-08)
|
|---|
| 1169 | - added functions G4BraggModel::ComputeCrossSectionPerElectron/Atom()
|
|---|
| 1170 | - added functions G4BraggIonModel::ComputeCrossSectionPerElectron/Atom()
|
|---|
| 1171 | - remove obsolete G4SCProcessorStand (V.Ivanchenko)
|
|---|
| 1172 |
|
|---|
| 1173 | 11 February 06 : mma (emstand-V08-00-07)
|
|---|
| 1174 | - added functions G4BetheBlochModel::ComputeCrossSectionPerElectron/Atom()
|
|---|
| 1175 | - move G4LossTableManager::Instance()->EmCorrections() in constructor
|
|---|
| 1176 |
|
|---|
| 1177 | 08 February 06 : mma (emstand-V08-00-06)
|
|---|
| 1178 | - G4hIonisation52, G4eIonisation52, G4eBremsstrahlung52 : the functions
|
|---|
| 1179 | ComputeCrossSectionPerAtom() and ComputeRestrictedMeandEdx() are made public.
|
|---|
| 1180 | - added test programs : CrossSectionStd.cc and CrossSectionV52.cc
|
|---|
| 1181 |
|
|---|
| 1182 | 07 February 06 : mma
|
|---|
| 1183 | - added function G4PEEffectModel::ComputeMeanFreePath()
|
|---|
| 1184 | - added functions G4eeToTwoGammaModel::ComputeCrossSectionPerElectron/Atom()
|
|---|
| 1185 | - added functions G4MollerBhabhaModel::ComputeCrossSectionPerElectron/Atom()
|
|---|
| 1186 | - added function G4eBremsstrahlungModel::ComputeCrossSectionPerAtom()
|
|---|
| 1187 |
|
|---|
| 1188 | 02 February 06 : mma
|
|---|
| 1189 | - G4BetheHeitlerModel : remove InitialiseCrossSectionPerAtom()
|
|---|
| 1190 |
|
|---|
| 1191 | 31 January 06 : mma (emstand-V08-00-05)
|
|---|
| 1192 | - emstand-V08-00-04 + emstand_p01-V08-00-00
|
|---|
| 1193 |
|
|---|
| 1194 | 30 January 06 : mma (emstand_p01-V08-00-00)
|
|---|
| 1195 | - build on top of geant4-08-00-ref-00
|
|---|
| 1196 | - G4PolarizedComptonScattering : return G4ComptonScattering52::PostStepDoIt()
|
|---|
| 1197 |
|
|---|
| 1198 | 26 January 05: V.Ivant (emstand-V08-00-04)
|
|---|
| 1199 | 26 January 06: V. Grichine
|
|---|
| 1200 | - fix nan value for delta direction for the case of zero cut
|
|---|
| 1201 |
|
|---|
| 1202 | 25 January 05: mma (emstand-V08-00-03)
|
|---|
| 1203 | - G4eplusAnnihilation::AtRestDoIt() : remove cut dependance
|
|---|
| 1204 |
|
|---|
| 1205 | 24 January 05: V.Ivant (emstand-V08-00-02)
|
|---|
| 1206 | 24 January 06: V. Grichine
|
|---|
| 1207 | - fVerbose for G4PAIModel providing hiding of some technical messages
|
|---|
| 1208 |
|
|---|
| 1209 | 20 January 05: V.Ivant (emstand-V08-00-01)
|
|---|
| 1210 | 19 January 06: L.Urban
|
|---|
| 1211 | - G4MultipleScattering: value of facgeom changed (4 -> 3.5)
|
|---|
| 1212 | tlimitmin = facrange*50*micrometer
|
|---|
| 1213 | G4MscModel: tail of angular distribution changed
|
|---|
| 1214 |
|
|---|
| 1215 | 10 January 05: V.Ivant (emstand-V08-00-00)
|
|---|
| 1216 | - substitute the method SetStepLimits by SetStepFunction
|
|---|
| 1217 | - move initialisation of default values to the constructor
|
|---|
| 1218 |
|
|---|
| 1219 | 12 December 05: L.Urban (emstand-V07-01-30)
|
|---|
| 1220 |
|
|---|
| 1221 | - G4MultipleScattering: data member rangecut removed, step limit
|
|---|
| 1222 | does not depend on cut any more
|
|---|
| 1223 |
|
|---|
| 1224 | 8 December 05: mma (emstand-V07-01-29)
|
|---|
| 1225 | - G4MultipleScattering: world is now: navigator->GetWorldVolume()
|
|---|
| 1226 |
|
|---|
| 1227 | 7 December 05: mma (emstand-V07-01-28)
|
|---|
| 1228 | - G4MultipleScattering: tlimitmin = facrange*rangecut(e-) for every particle
|
|---|
| 1229 | - rangecut computed using index instead of particle name
|
|---|
| 1230 | - volume name World removed
|
|---|
| 1231 |
|
|---|
| 1232 | 5 December 05: mma (emstand-V07-01-27)
|
|---|
| 1233 | - particleChange.SetProposedKineticEnergy(0.) for killed particle in
|
|---|
| 1234 | G4PEEffectModel, G4BetheHeilterModel, G4eplusAnnihilation.
|
|---|
| 1235 |
|
|---|
| 1236 |
|
|---|
| 1237 | 1 December 05: V.Ivant (emstand-V07-01-26)
|
|---|
| 1238 | - G4MultipleScattering - add control on verbosity inside SetStepLimitation
|
|---|
| 1239 | and extend PrintInfo output
|
|---|
| 1240 |
|
|---|
| 1241 | 30 November 05: G.Cosmo (emstand-V07-01-25)
|
|---|
| 1242 | - Trivial fixes to G4PAIModel and G4PAIPhotonModel for support of
|
|---|
| 1243 | CLHEP 2.0.X series.
|
|---|
| 1244 |
|
|---|
| 1245 | 29 November 05: V.Ivant (emstand-V07-01-24)
|
|---|
| 1246 | - Do not use G4Alpha inside G4BraggIonModel to avoid clash with
|
|---|
| 1247 | new particle design
|
|---|
| 1248 |
|
|---|
| 1249 | 16 November 05: mma (emstand-V07-01-23)
|
|---|
| 1250 | - replace RandBit() by G4UniformRand() in G4GammaConversion52 and
|
|---|
| 1251 | G4BetheHeitlerModel
|
|---|
| 1252 |
|
|---|
| 1253 | 16 November 05: V. Ivanchenko (emstand-V07-01-22)
|
|---|
| 1254 | - G4eBremsstrahlungModel.cc: add electron deviation
|
|---|
| 1255 |
|
|---|
| 1256 | 13 November 05: L.urban (emstand-V07-01-21)
|
|---|
| 1257 | - G4MultipleScattering: some code cleaning, slightly better timing
|
|---|
| 1258 | for sampling calorimeters (by 1 - 6 %, depending on cut and
|
|---|
| 1259 | geometry)
|
|---|
| 1260 | - additionnal printing in G4PAIModel
|
|---|
| 1261 |
|
|---|
| 1262 | 05 November 05: L.Urban
|
|---|
| 1263 | - G4MultipleScattering: minimum stepsize depends on cut in range
|
|---|
| 1264 | tlimitmin = facrange*rangecut
|
|---|
| 1265 |
|
|---|
| 1266 | 27 October 05: mma (emstand-V07-01-20)
|
|---|
| 1267 | - G4MultipleScattering: stepLimitAlgorithm renamed to steppingAlgorithm;
|
|---|
| 1268 | Function MscStepLimitation (G4bool algorithm, G4double facrange)
|
|---|
| 1269 |
|
|---|
| 1270 | 25 October 05: L.Urban
|
|---|
| 1271 | - G4MultipleScattering: data member prec renamed to stepLimitAlgorithm
|
|---|
| 1272 | SetstepLimitAlgorithm(G4bool) triggers 'default' facrange
|
|---|
| 1273 | values (true 0.02, false 0.2), but facrange can be set separately too.
|
|---|
| 1274 |
|
|---|
| 1275 | 23 October 05: L.Urban
|
|---|
| 1276 | - G4MultipleScattering: 'new' msc stepping + 7.1 like stepping
|
|---|
| 1277 | together, one can choose between them using data members
|
|---|
| 1278 | prec and facrange
|
|---|
| 1279 |
|
|---|
| 1280 | 23 October 05: V.Ivant (emstand-V07-01-05b)
|
|---|
| 1281 | - a tag included fixes in G4BraggModel.cc and G4BraggIonModel.cc
|
|---|
| 1282 | on top of emstand-V07-01-05a; assumed for the patch-01
|
|---|
| 1283 |
|
|---|
| 1284 | 17 October 05: V.Ivant (emstand-V07-01-19)
|
|---|
| 1285 | - fix in G4BraggModel.cc in chemical formula correction
|
|---|
| 1286 |
|
|---|
| 1287 | 17 October 05: L.Urban (emstand-V07-01-18)
|
|---|
| 1288 | - G4UniversalFluctuation.cc: correction for very small loss
|
|---|
| 1289 | to avoid 0 energy loss
|
|---|
| 1290 | - fix in G4BraggIonModel.cc in chemical formula correction
|
|---|
| 1291 |
|
|---|
| 1292 | 13 October 05: mma (emstand-V07-01-17)
|
|---|
| 1293 | - G4MultipleScattering.cc: remove SetFacrange(0.02) from InitialiseProcess
|
|---|
| 1294 |
|
|---|
| 1295 | 12 October 05: L.Urban (emstand-V07-01-16)
|
|---|
| 1296 | - G4MultipleScattering.cc: change in TruePathLengthLimit conditions,
|
|---|
| 1297 | slightly better timing and much weaker cut dependence
|
|---|
| 1298 |
|
|---|
| 1299 | 10 October 05: V.Ivant (emstand-07-01-15)
|
|---|
| 1300 | - Fix non-initilised variable in G4MultipleScattering
|
|---|
| 1301 |
|
|---|
| 1302 | 7 October 05: L.Urban (emstand-V07-01-14)
|
|---|
| 1303 | - G4MultipleScattering.cc: bug fixed in TruePathLengthLimit.
|
|---|
| 1304 | Must cowork with emutils-V07-01-05
|
|---|
| 1305 |
|
|---|
| 1306 | 6 October 05: L.Urban (emstand-V07-01-13)
|
|---|
| 1307 | - G4MultipleScattering: change in conditions limiting
|
|---|
| 1308 | the step --> better timing with the same physics
|
|---|
| 1309 |
|
|---|
| 1310 | 4 October 05: L.Urban (emstand-V07-01-12)
|
|---|
| 1311 | - G4MultipleScattering: upper limit for facrange 0.2,
|
|---|
| 1312 | facgeom =2 always, corr. in set function of facgeom
|
|---|
| 1313 |
|
|---|
| 1314 | 4 October 05: V.Ivant (emstand-V07-01-11)
|
|---|
| 1315 | - Move G4MultipleScattering80 and G4MscModel80 into
|
|---|
| 1316 | G4MultipleScattering and G4MscModel
|
|---|
| 1317 |
|
|---|
| 1318 | 3 October 05: L.Urban (emstand-V07-01-10)
|
|---|
| 1319 | - G4MultipleScattering80 : weaker step limitation above
|
|---|
| 1320 | Tkinlimit = 2 MeV for e+/e- (limit scaled with mass
|
|---|
| 1321 | for other particles).Soft limit: facrange increases
|
|---|
| 1322 | linearly with energy above Tkinlimit.
|
|---|
| 1323 | - G4UniversalFluctuation : cut dependence of the en.loss
|
|---|
| 1324 | distribution has been reduced
|
|---|
| 1325 |
|
|---|
| 1326 | 2 October 05: mma (emstand-V07-01-09)
|
|---|
| 1327 | - G4eIonisation, G4hIonisation : SetStepLimits (0.2, 1*mm) + integral on
|
|---|
| 1328 |
|
|---|
| 1329 | 2 October 05: L.Urban
|
|---|
| 1330 | - conditions for step limit now are considered 'final' in
|
|---|
| 1331 | G4MultipleScattering80.cc + code cleaning
|
|---|
| 1332 | - nuclear size correction has been removed from G4MscModel80,
|
|---|
| 1333 | the correction is already included in the (theoretical)
|
|---|
| 1334 | tabulated cross section values for Tkin > 10 MeV
|
|---|
| 1335 |
|
|---|
| 1336 | 16 September 05: L.Urban
|
|---|
| 1337 | - reordering of the conditions in TruePathLengthLimit of
|
|---|
| 1338 | G4MultipleScattering80.cc (It gives the same result than
|
|---|
| 1339 | preceding version, but it is faster)
|
|---|
| 1340 |
|
|---|
| 1341 | 12 September 05: L.Urban
|
|---|
| 1342 | - new version of G4MultipleScattering80, now the true pathlength
|
|---|
| 1343 | limit is determined by the physics (facrange) + geometry
|
|---|
| 1344 |
|
|---|
| 1345 | 2 September 05: V.Ivant. (emstand-V07-01-08)
|
|---|
| 1346 | - G4hIonisation : SetStepLimits (0.2, 0.1*mm) + integral off
|
|---|
| 1347 |
|
|---|
| 1348 | 2 September 05: V.Ivant. (emstand-V07-01-07)
|
|---|
| 1349 | - G4eIonisation : integral off
|
|---|
| 1350 |
|
|---|
| 1351 | 2 September 05: V.Ivant. (emstand-V07-01-06)
|
|---|
| 1352 | - G4eIonisation : SetStepLimits (0.2, 0.1*mm)
|
|---|
| 1353 | - add G4MultipleScattering80 and G4MscModel80
|
|---|
| 1354 |
|
|---|
| 1355 | 2 September 05: V.Ivant. (emstand-V07-01-05)
|
|---|
| 1356 | - This tag is 7.1 + bug fixes
|
|---|
| 1357 | - G4eIonisation : SetStepLimits (1, 1*mm)
|
|---|
| 1358 | - G4hIonisation : SetStepLimits (0.2, 1*mm)
|
|---|
| 1359 |
|
|---|
| 1360 | 12 August 05: mma (emstand-V07-01-04)
|
|---|
| 1361 | - G4eIonisation and G4hIonisation : SetStepLimits (0.2, 0.1*mm)
|
|---|
| 1362 |
|
|---|
| 1363 | 11 August 05: Laszlo + mma (emstand-V07-01-03)
|
|---|
| 1364 | - add G4MultipleScattering80 and G4MscModel80
|
|---|
| 1365 |
|
|---|
| 1366 | 03 August 05: V.Ivant (emstand-V07-01-02)
|
|---|
| 1367 | - Fix intialisation G4eBremsstrahlungModel
|
|---|
| 1368 |
|
|---|
| 1369 | 25 July 05: V.Ivant (emstand-V07-01-01)
|
|---|
| 1370 | - Fix in G4MollerBhabhaModel: add protection in calculation of recoil direction
|
|---|
| 1371 | for the case of complete energy transfer from e+ to e-
|
|---|
| 1372 |
|
|---|
| 1373 | 30 June 05: V.Ivant (emstand-V07-01-00)
|
|---|
| 1374 | 24 May 05: V.Ivant (stand-V07-00-12)
|
|---|
| 1375 | - Change G4BaggIonModel and G4BaggModel in order to have parameterization
|
|---|
| 1376 | of chemical effect be independent on method of material definition (by
|
|---|
| 1377 | number of atoms or by mass fractions);
|
|---|
| 1378 | - Increase number of bins for internal table of G4BetheHeitlerModel
|
|---|
| 1379 | - Add protection for (tmax < meanPot and pot0) in G4UniversalFluctuations
|
|---|
| 1380 |
|
|---|
| 1381 | 30 May 05: V.Ivant (stand-V07-00-11)
|
|---|
| 1382 | - Fix compilation warning at SUN in G4BaggIonModel;
|
|---|
| 1383 |
|
|---|
| 1384 | 12 May 05: V.Ivant (stand-V07-00-10)
|
|---|
| 1385 | - Move G4BaggIonModel to updated interfaces;
|
|---|
| 1386 | - cleanup
|
|---|
| 1387 |
|
|---|
| 1388 | 03 May 05: V.Ivant (stand-V07-00-09)
|
|---|
| 1389 | - move v70 processes (model interface) to be default and old to be 52
|
|---|
| 1390 | (Compton, GammaConversion, PhotoElectricEffect, eplusAnnihilation)
|
|---|
| 1391 |
|
|---|
| 1392 | 03 May 05: mma (stand-V07-00-08)
|
|---|
| 1393 | - last tag before permutation v70 -> stand ->v52 for photon processes
|
|---|
| 1394 | - G4eplusAnnihilation70 : suppress Integral option
|
|---|
| 1395 | - G4PEEffectModel::SampleSecondaries() : correct for shell selection
|
|---|
| 1396 | - fabs -> std::abs
|
|---|
| 1397 |
|
|---|
| 1398 | 03 May 05: L.Urban
|
|---|
| 1399 | - G4UniversalFluctuation.cc : bugfix in the part of the Gaussian
|
|---|
| 1400 | fluctuation + smearing for very small (~eV) loss
|
|---|
| 1401 |
|
|---|
| 1402 | 21 April 05: V.Ivant (stand-V07-00-07)
|
|---|
| 1403 | - Add G4PhotoElectricEffect70
|
|---|
| 1404 |
|
|---|
| 1405 | 19 April 05: V.Ivant (stand-V07-00-06)
|
|---|
| 1406 | - Add G4GammaConvertion70
|
|---|
| 1407 | - Cash pointer to navigator for G4MscModel
|
|---|
| 1408 |
|
|---|
| 1409 | 18 April 05: V.Ivant (stand-V07-00-05)
|
|---|
| 1410 | - Gamma processes migrate to G4ParticleChangeForGamma
|
|---|
| 1411 | - G4MultipleScattering and G4MscModel - optimise internal interfaces
|
|---|
| 1412 |
|
|---|
| 1413 | 13 April 05: V.Ivant (stand-V07-00-04)
|
|---|
| 1414 | - Remove PAIwithPhotonModel
|
|---|
| 1415 | - Migrade to updated interfaces of utils
|
|---|
| 1416 | - Use G4EmCorrections for hadrons/ions ionisation
|
|---|
| 1417 |
|
|---|
| 1418 | 18 March 05: V.Ivant (stand-V07-00-03)
|
|---|
| 1419 | - Add G4ComptonScattering70 and G4KleinNishinaModel (V.Ivanchenko)
|
|---|
| 1420 |
|
|---|
| 1421 | 11 March 05: V.Ivant (stand-V07-00-02)
|
|---|
| 1422 | - Add G4hIonisation70 and G4ionIonisation70 classes (V.Ivanchenko)
|
|---|
| 1423 |
|
|---|
| 1424 | 10 Feb 05: V.Ivant (stand-V07-00-01)
|
|---|
| 1425 | - Extra protection in G4PAIModel (V.Grichine)
|
|---|
| 1426 |
|
|---|
| 1427 | 07 Feb 05: mma (stand-V07-00-00)
|
|---|
| 1428 | - G4MultipleScattering.cc : make the Setsamplez function working
|
|---|
| 1429 | - G4UniversalFluctuation.hh and .cc : define problim = 5.e-3
|
|---|
| 1430 | set minLoss = 10 eV
|
|---|
| 1431 |
|
|---|
| 1432 | 01 Dec 04: V.Ivant (stand-V06-02-14)
|
|---|
| 1433 | - Migration to cmath
|
|---|
| 1434 |
|
|---|
| 1435 | 01 Dec 04: V.Ivant (stand-V06-02-13)
|
|---|
| 1436 | - Move in the classes with real models from utils
|
|---|
| 1437 |
|
|---|
| 1438 | 30 Nov 04: V.Ivant (stand-V06-02-12)
|
|---|
| 1439 | - Remove G4PAIonisation.icc
|
|---|
| 1440 |
|
|---|
| 1441 | 29 Nov 04: V.Ivant (stand-V06-02-11)
|
|---|
| 1442 | - Restructure of standard subdirectories
|
|---|
| 1443 | - Cleanup GNUmakefile
|
|---|
| 1444 |
|
|---|
| 1445 | 17 Nov 04: V.Ivant (stand-V06-02-10)
|
|---|
| 1446 | - Fix problem of test27
|
|---|
| 1447 |
|
|---|
| 1448 | 11 Nov 04: V.Ivant (stand-V06-02-09)
|
|---|
| 1449 | - Migration to new algorithm to Store/Retrieve tables
|
|---|
| 1450 |
|
|---|
| 1451 | 04 Nov 04: V.Ivant (stand-V06-02-08)
|
|---|
| 1452 | - Add energy threshold for gamma of G4eBremsstrahlung, which will be used
|
|---|
| 1453 | to kill e- and start new track in case of hard photon emmision
|
|---|
| 1454 | - Modified fluctuation model for G4PAIPhotonModel
|
|---|
| 1455 |
|
|---|
| 1456 | 25 Oct 04: V.Ivant (stand-V06-02-07)
|
|---|
| 1457 | - Migrate to new interfaces for ParticleChange
|
|---|
| 1458 |
|
|---|
| 1459 | 15 Oct 04: V.Ivant (stand-V06-02-06)
|
|---|
| 1460 | - Fix in PAI models - remove cut dependence of results (V.Grichine)
|
|---|
| 1461 | - Fix in G4ionIonisation - can use alpha tables
|
|---|
| 1462 |
|
|---|
| 1463 | 14 Oct 04: V.Ivant (stand-V06-02-05)
|
|---|
| 1464 | - Add new model for ion ionization G4BraggIonModel
|
|---|
| 1465 | - Add process and model classes for e+ annihilation to pi+pi-
|
|---|
| 1466 |
|
|---|
| 1467 | 30 Aug 04: V.Ivant (stand-V06-02-04)
|
|---|
| 1468 | - Remove obsolete process G4IonisationByLogicalVolume and
|
|---|
| 1469 | obsolete interfaces to particle cathegory
|
|---|
| 1470 |
|
|---|
| 1471 | 20 Aug 04: V.Ivant (stand-V06-02-03)
|
|---|
| 1472 | - Bug fix for e- ionisation in PAI model for small cuts (VG)
|
|---|
| 1473 |
|
|---|
| 1474 | 13 Aug 04: mma (stand-V06-02-02)
|
|---|
| 1475 | - in all discrete processes make ComputeCrossSection() public and virtual
|
|---|
| 1476 | - suppress icc files
|
|---|
| 1477 |
|
|---|
| 1478 | 12 Aug 04: V.Ivant (stand-V06-02-01)
|
|---|
| 1479 | - G4ionIonisation - effective charge is taken from util class (VI)
|
|---|
| 1480 | - G4eplusAnnihilation70 introduced (VI)
|
|---|
| 1481 |
|
|---|
| 1482 | 05 Aug 04: mma
|
|---|
| 1483 | - suppress G4eplusAnnihilation.icc, G4GammaConversionToMuons.icc
|
|---|
| 1484 |
|
|---|
| 1485 | 29 Jun 04: mma (stand-V06-02-00)
|
|---|
| 1486 | - G4ComptonScattering.cc : improve totalCrossSection parametrization below
|
|---|
| 1487 | 15 keV (Laszlo).
|
|---|
| 1488 |
|
|---|
| 1489 | 07 Jun 04: G.Cosmo (stand-V06-01-03)
|
|---|
| 1490 | - G4PAIxSection.cc: fix in constructor for compilation error in VC++ 6.0
|
|---|
| 1491 | - Moved usage of statics in inline functions to non-inline to allow
|
|---|
| 1492 | porting for DLLs on Windows. Modified files:
|
|---|
| 1493 | G4PAIonisation[.icc.cc], G4SynchrotronRadiation[.hh.cc].
|
|---|
| 1494 |
|
|---|
| 1495 | 27 May 04: V.Ivant (stand-V06-01-02)
|
|---|
| 1496 | - Set integral regime to be default for G4ionIonisation and G4hIonisation
|
|---|
| 1497 | - Exclude G4PAIwithPhotons and G4InitXscPAI classes previously included
|
|---|
| 1498 | by mistake but still under development ...
|
|---|
| 1499 |
|
|---|
| 1500 | 27 May 04: V.Ivant (stand-V06-01-01)
|
|---|
| 1501 | - (V.Grichine) Updated and optimise PAI model
|
|---|
| 1502 | - (L.Urban) Minor fix in G4eBremsstrahlung - units properly used
|
|---|
| 1503 |
|
|---|
| 1504 | 04 May 04: V.Ivant (stand-V06-01-00)
|
|---|
| 1505 | - (V.Grichine) Updated PAI model - use precise integrator,
|
|---|
| 1506 | add photon emission, add G4PAIwithPhotons and G4PAIxSection classes
|
|---|
| 1507 |
|
|---|
| 1508 | 15 Mar 04: mma (stand-V06-00-04)
|
|---|
| 1509 |
|
|---|
| 1510 | 10 Mar 04: V.Ivant
|
|---|
| 1511 | - constructor of all discrete processes: name, type
|
|---|
| 1512 |
|
|---|
| 1513 | 17 Feb 04: V.Ivant (stand-V06-00-03)
|
|---|
| 1514 | - merge the patch and development tag
|
|---|
| 1515 |
|
|---|
| 1516 | 06 Feb 04: V.Ivant (stand-a-V06-00-00)
|
|---|
| 1517 | - Tag for the patch include:
|
|---|
| 1518 | - Fix in G4PAIModel.cc
|
|---|
| 1519 | - Minor change in G4PAIonisation.cc
|
|---|
| 1520 |
|
|---|
| 1521 | 03 Feb 04: V.Ivant (stand-V06-00-02)
|
|---|
| 1522 | - Fix in G4PAIModel.cc
|
|---|
| 1523 |
|
|---|
| 1524 | 30 Jan 04: V.Ivant (stand-V06-00-01)
|
|---|
| 1525 | - Minor change in G4PAIonisation.cc
|
|---|
| 1526 |
|
|---|
| 1527 | 22 Jan 04: V.Ivant (stand-V06-00-00)
|
|---|
| 1528 | - Migrade to G4ParticleChangeForLoss
|
|---|
| 1529 |
|
|---|
| 1530 | 11 Nov 03: V.Ivant (stand-V05-02-07)
|
|---|
| 1531 | - Substitute G4VEnergyLossSTD by G4VEnergyLossProcess
|
|---|
| 1532 | - For ions update ionisation
|
|---|
| 1533 |
|
|---|
| 1534 | 03 Nov 03: V.Ivant (stand-V05-02-06)
|
|---|
| 1535 | - Remove STD processes
|
|---|
| 1536 |
|
|---|
| 1537 | 24 Oct 03: V.Ivant (stand-V05-02-05)
|
|---|
| 1538 | -Update defults for processes
|
|---|
| 1539 | -Add PAI model (V.Grichine)
|
|---|
| 1540 |
|
|---|
| 1541 | 4 Oct 03: G.Cosmo (stand-V05-02-04)
|
|---|
| 1542 | - Modified GNUmakefiles:
|
|---|
| 1543 | o added dependency to new module "geometry/navigation".
|
|---|
| 1544 | - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
|
|---|
| 1545 |
|
|---|
| 1546 | 20 Sept 03: V.Ivant (stand-V05-02-03)
|
|---|
| 1547 | -Update energy intervals for ionisation models
|
|---|
| 1548 | -Update GNUmakefile
|
|---|
| 1549 |
|
|---|
| 1550 | 08 August 03: V.Ivant (stand-V05-02-02)
|
|---|
| 1551 | -Substitute standerd by STD, freezing old standard as 52
|
|---|
| 1552 |
|
|---|
| 1553 | 07 August 03: V.Ivant (stand-V05-02-01)
|
|---|
| 1554 | - Change defaults for STD processes
|
|---|
| 1555 | - Introduce Effective charge to G4ionIonisation
|
|---|
| 1556 |
|
|---|
| 1557 | 24 July 03: V.Ivant (stand-V05-02-00)
|
|---|
| 1558 | -Update model interface according utils-V05-02-00
|
|---|
| 1559 |
|
|---|
| 1560 | 25 June 03: G.Cosmo (stand-V05-01-05)
|
|---|
| 1561 | - G4PAIxSection.cc: trivial fixes on arguments to pow() for
|
|---|
| 1562 | porting on .NET 7.1 compiler.
|
|---|
| 1563 |
|
|---|
| 1564 | 16 June 03: V.Ivant (stand-V05-01-04)
|
|---|
| 1565 | - ShortLived particles are not applicable for G4hIonisation
|
|---|
| 1566 |
|
|---|
| 1567 | 04 June 03: V.Ivant (stand-V05-01-03)
|
|---|
| 1568 | - Update STD initialisation
|
|---|
| 1569 |
|
|---|
| 1570 | 26 May 03: V.Ivant (stand-V05-01-02)
|
|---|
| 1571 | -Fix compilation warnings for pedantic compiler options
|
|---|
| 1572 |
|
|---|
| 1573 | 23 May 03: V.Ivant (stand-V05-01-01)
|
|---|
| 1574 | -Fix initialisation for STD: for integral Bohr fluctuations
|
|---|
| 1575 |
|
|---|
| 1576 | 15 May 03: V.Ivant (stand-V05-01-00)
|
|---|
| 1577 | - fix in SuprssionFunction in bremsstrahlung STD
|
|---|
| 1578 | - fix in dedx for e- ionisation STD for E<1keV
|
|---|
| 1579 | - set default number 120 bins for dedx table in G4eIonisation
|
|---|
| 1580 | - updated PAI model: include high energy transfers
|
|---|
| 1581 |
|
|---|
| 1582 | 29 Apr 03: V.Ivant (stand-V05-00-13)
|
|---|
| 1583 | - fix leak in restore tables
|
|---|
| 1584 |
|
|---|
| 1585 | 26 Apr 03: V.Ivant (stand-V05-00-12)
|
|---|
| 1586 | - fix store/restore tables
|
|---|
| 1587 |
|
|---|
| 1588 | 11 Apr 03: V.Ivant (stand-V05-00-11)
|
|---|
| 1589 | - fix problem of hadronic tests
|
|---|
| 1590 |
|
|---|
| 1591 | 11 Apr 03: V.Ivant (stand-V05-00-10)
|
|---|
| 1592 | - fix problem of MFP for PAI
|
|---|
| 1593 |
|
|---|
| 1594 | 08 Apr 03: V.Ivant (stand-V05-00-09)
|
|---|
| 1595 | - finalRange is region aware
|
|---|
| 1596 |
|
|---|
| 1597 | 07 Apr 03: V.Ivant (stand-V05-00-08)
|
|---|
| 1598 | - G4VhEnergyLoss, G4hIonisation - fix problem of several runs with
|
|---|
| 1599 | different cuts
|
|---|
| 1600 |
|
|---|
| 1601 | 25 Mar 03: mma (stand-V05-00-07)
|
|---|
| 1602 | - G4Ve(h)EnergyLoss : add finalRangeRequested
|
|---|
| 1603 |
|
|---|
| 1604 | 10 mar 03: V.Ivant (stand-V05-00-06)
|
|---|
| 1605 | - use SubType for ions in G4hIonisation
|
|---|
| 1606 | - migrade to "cut per region" for G4PAIonisation
|
|---|
| 1607 |
|
|---|
| 1608 | 18 feb 03: V.Ivant (stand-V05-00-05)
|
|---|
| 1609 | - fix problems with lambda and range tables for STD hadrons/ions
|
|---|
| 1610 |
|
|---|
| 1611 | 13 feb 03: V.Ivant
|
|---|
| 1612 | - add names for all models
|
|---|
| 1613 | - make the set of model per region available
|
|---|
| 1614 | - make SubCutoff regime available per region
|
|---|
| 1615 |
|
|---|
| 1616 | 12 feb 03: G.Cosmo (stand-V05-00-04)
|
|---|
| 1617 | - Replaced call to RandPoisson::shoot() with G4Poisson(), more performant.
|
|---|
| 1618 | Affected files: G4PAIonisation.cc, G4PAIxSection.cc.
|
|---|
| 1619 |
|
|---|
| 1620 | 05 feb 03: V.Ivant (stand-V05-00-03)
|
|---|
| 1621 | - Fix on warnings at SUN for STD classes
|
|---|
| 1622 | - Add Initialise method to STD classes to calculate PartialSumSigma
|
|---|
| 1623 | - Subsitute Material by MaterialCutsCouple for PostStep STD
|
|---|
| 1624 |
|
|---|
| 1625 | 04 feb 03: mma
|
|---|
| 1626 | - AnnihiToMuPair.hh and cc : first implementation from Helmut Burkhardt.
|
|---|
| 1627 | Cosmetic simplifications (mma)
|
|---|
| 1628 |
|
|---|
| 1629 | 24 jan 03: V.Ivant (stand-V05-00-02)
|
|---|
| 1630 | - Migration to "cut per region"
|
|---|
| 1631 |
|
|---|
| 1632 | 15 jan 03: mma
|
|---|
| 1633 | - PhotoElectricEffect::ElecThetaDistribution : if gamma>5 --> costeta=1
|
|---|
| 1634 |
|
|---|
| 1635 | 13 jan 03: V.Ivant (stand-V05-00-01)
|
|---|
| 1636 | - Fix problem in cut control in G4PAIonisation.cc
|
|---|
| 1637 |
|
|---|
| 1638 | 06 jan 03: V.Ivant (stand-V05-00-00)
|
|---|
| 1639 | - Update interfaces to STD classes in order to be ready to migrade
|
|---|
| 1640 | to "cut per region"
|
|---|
| 1641 |
|
|---|
| 1642 | 04 dec 02: V.Ivant (stand-V04-01-07)
|
|---|
| 1643 | - fix d-electron spectra for STD
|
|---|
| 1644 |
|
|---|
| 1645 | 20 nov 02: G.Cosmo (stand-V04-01-06)
|
|---|
| 1646 | - G4PAIonisation[.hh.icc.cc]: patched access to public static data.
|
|---|
| 1647 | Added static accessor to be used in the kernel for inline functions
|
|---|
| 1648 | to allow porting on Windows DLLs.
|
|---|
| 1649 |
|
|---|
| 1650 | 12 nov 02: V.Ivant (stand-V04-01-05)
|
|---|
| 1651 | - eBremsstrahlung::BuiltLossTable: fix of division by 0 (G4int nn)
|
|---|
| 1652 |
|
|---|
| 1653 | 28 oct 02: V.Ivant (stand-V04-01-04)
|
|---|
| 1654 | - fix compilation warnings for STD classes
|
|---|
| 1655 |
|
|---|
| 1656 | 17 oct 02: V.Ivant (stand-V04-01-03)
|
|---|
| 1657 | - few changes in all xSTD processes in connection with LossTableBuilder
|
|---|
| 1658 |
|
|---|
| 1659 | 15 oct 02: V.Ivant (stand-V04-01-02)
|
|---|
| 1660 | - redesign for a Model approach: files processNameSTD and processNameModel
|
|---|
| 1661 |
|
|---|
| 1662 | 14 oct 02: mma (stand-V04-01-01)
|
|---|
| 1663 | - G4PAIxSection and G4PAIonisation : put back on the HEAD the versions as they
|
|---|
| 1664 | are in Geant4-04-01-ref-03, namely:
|
|---|
| 1665 | G4PAIxSection hh:1.7 cc:1.10
|
|---|
| 1666 | G4PAIonisation hh:1.12 icc:1.10 cc:1.23
|
|---|
| 1667 |
|
|---|
| 1668 | G4PAIxSectionTest.cc:1.7 G4PAIdNdxTest.cc:1.1 GNUmakefile:1.1
|
|---|
| 1669 |
|
|---|
| 1670 | 07 aug 02: mma (stand-V04-01-00)
|
|---|
| 1671 | - GammaConversionToMuons::DoIt : missprint in OR conditions | instead of ||
|
|---|
| 1672 |
|
|---|
| 1673 | 10 jun 02: mma (stand-V04-00-13)
|
|---|
| 1674 | - bug fixed for stopping hadrons, V.Ivanchenko
|
|---|
| 1675 |
|
|---|
| 1676 | 04 jun 02: mma (stand-V04-00-12)
|
|---|
| 1677 | - suppress the G4PAIonisation stuff which crash in TestEm8
|
|---|
| 1678 | (back to stand-V04-00-10)
|
|---|
| 1679 |
|
|---|
| 1680 | 24 may 02: mma (stand-V04-00-11)
|
|---|
| 1681 | - G4PAIonosation: production of delta-electrons > cut
|
|---|
| 1682 | - a bug fixed in G4PAIxSection.cc for GenericIon
|
|---|
| 1683 | - G4PAIxSection : new class members for transverse/longitudinal transfer
|
|---|
| 1684 |
|
|---|
| 1685 | 06 may 02: mma (stand-V04-00-10)
|
|---|
| 1686 | - compilation error in G4GammaConversionToMuons
|
|---|
| 1687 |
|
|---|
| 1688 | 29 apr 02: mma (stand-V04-00-09)
|
|---|
| 1689 | - G4PhotoElectric: Generate theta angle of the photoelectron from Sauter-Gravila
|
|---|
| 1690 | distribution
|
|---|
| 1691 |
|
|---|
| 1692 | 18 apr 02: mma (stand-V04-00-08)
|
|---|
| 1693 | - new process: G4GammaConversionToMuons
|
|---|
| 1694 |
|
|---|
| 1695 | 18 apr 02: mma (stand-V04-00-07)
|
|---|
| 1696 | - G4ComptonScattering: LowestEnergyLimit=1*keV
|
|---|
| 1697 | - G4PhotoElectric: Keep only Sandia crossSections. Remove BuildPhysicsTables.
|
|---|
| 1698 | Simplify public interface.
|
|---|
| 1699 |
|
|---|
| 1700 | 27 mar 02: V.Ivanchenko (stand-V04-00-06)
|
|---|
| 1701 | - G4hIonisation: Bug fix in scaling of lambda tabledelta-electrons > cut
|
|---|
| 1702 |
|
|---|
| 1703 | 26 mar 02: mma (stand-V04-00-05)
|
|---|
| 1704 | - G4eIonisation: change access to cuts in BuildLossTables (V.Ivanchenko)
|
|---|
| 1705 |
|
|---|
| 1706 | 22 mar 02: V. Grichine (stand-V04-00-04)
|
|---|
| 1707 | - modifications in G4PAIxSection allowing to get additional information on
|
|---|
| 1708 | transverse and longitudinal excitations at atomic frequences.
|
|---|
| 1709 |
|
|---|
| 1710 | 21 mar 02: mma (stand-V04-00-03)
|
|---|
| 1711 | - G4GammaConversion::DoIt() correction of e+e- angular distribution (bug 363)
|
|---|
| 1712 |
|
|---|
| 1713 | 27 fev 02: mma (stand-V04-00-02)
|
|---|
| 1714 | - V.Ivanchenko remove the fix for GenericIons in G4VhEnergyLoss, G4hIonisation;
|
|---|
| 1715 |
|
|---|
| 1716 | 27 fev 02: mma (stand-V04-00-01)
|
|---|
| 1717 | - V.Ivanchenko fix G4VhEnergyLoss, G4hIonisation for GenericIons;
|
|---|
| 1718 | - G4VeEnergyLoss and G4VhEnergyLoss : error in TouchebleHandle - take from
|
|---|
| 1719 | PreStepPoint
|
|---|
| 1720 |
|
|---|
| 1721 | 10 fev 02: mma (stand-V04-00-00)
|
|---|
| 1722 | - G4VeEnergyLoss and G4VhEnergyLoss : error in SetMindeltaCutInRange,
|
|---|
| 1723 | was set in Energy !
|
|---|
| 1724 |
|
|---|
| 1725 | 11 jan 02: mma
|
|---|
| 1726 | - gammaConversion::ComputeCrossSection(): correction of extrapolation below
|
|---|
| 1727 | EnergyLimit
|
|---|
| 1728 |
|
|---|
| 1729 | 10 jan 02: mma
|
|---|
| 1730 | - photoEffect: rearrangement in the inlined functions
|
|---|
| 1731 |
|
|---|
| 1732 | 12 nov 01: mma (stand-V03-02-14)
|
|---|
| 1733 | - ParticleMass and Charge : local variables
|
|---|
| 1734 | - merge 11a + 13
|
|---|
| 1735 | - some cleanup in G4hEnergyLoss.hh and .cc
|
|---|
| 1736 |
|
|---|
| 1737 | 29 oct 01: mma (stand-V03-02-13)
|
|---|
| 1738 | - all static functions no more inlined
|
|---|
| 1739 |
|
|---|
| 1740 | 23 oct 01: mma (stand-V03-02-12)
|
|---|
| 1741 | - cut per material: Ve(h)EnergyLoss, e(h)Ionisation, eBremsstrahlung,
|
|---|
| 1742 | PAIEnergyLoss, PAIonisation, SynchrotronRadiation
|
|---|
| 1743 |
|
|---|
| 1744 | 08 nov 01: G.Cosmo (stand-V03-02-11a)
|
|---|
| 1745 | - Introduced changes to G4VeEnergyLoss.cc and G4VhEnergyLoss.cc for reference
|
|---|
| 1746 | counted touchables (R.Chytracek). Not included in "stand-V03-02-12" and
|
|---|
| 1747 | "stand-V03-02-13".
|
|---|
| 1748 |
|
|---|
| 1749 | 23 oct 01: G.Cosmo (stand-V03-02-11)
|
|---|
| 1750 | - Minor fix to G4PAIxSection.cc, added inclusion of G4Material.hh to cope
|
|---|
| 1751 | with latest updates included in materials-V03-02-04.
|
|---|
| 1752 |
|
|---|
| 1753 | 11 oct 01: mma (stand-V03-02-10)
|
|---|
| 1754 | - activate buildDEDXTable() in G4hIonisation::retrievePhysicsTable()
|
|---|
| 1755 |
|
|---|
| 1756 | 11 oct 01: G.Cosmo (stand-V03-02-09)
|
|---|
| 1757 | - G4VPAIenergyLoss.hh: removed redundant inclusion of RW wrapper header.
|
|---|
| 1758 |
|
|---|
| 1759 | 01 oct 01: mma (stand-V03-02-08)
|
|---|
| 1760 | - Phot,Comp,Conv,Annil: come back to BuildPhysicsTable(particleDefinition)
|
|---|
| 1761 | invoked from the process manager
|
|---|
| 1762 |
|
|---|
| 1763 | 28 sep 01: mma (stand-V03-02-07)
|
|---|
| 1764 | - StorePhysicsTable(): ParticleName included in fileName.
|
|---|
| 1765 | Completion of Store/Retrieve functions
|
|---|
| 1766 |
|
|---|
| 1767 | 21 sep 01: mma (stand-V03-02-06)
|
|---|
| 1768 | - DoIt: fminimalEnergy = 1*eV in phot,comp,conv,anni
|
|---|
| 1769 |
|
|---|
| 1770 | 19 sep 01: mma (stand-V03-02-05)
|
|---|
| 1771 | - come back to the previous ProcessNames
|
|---|
| 1772 |
|
|---|
| 1773 | 17 sep 01: mma (stand-V03-02-04)
|
|---|
| 1774 | - modifs in almost all classes for the migration of Materials to pure STL,
|
|---|
| 1775 | but backward compatible with g4rw
|
|---|
| 1776 |
|
|---|
| 1777 | 13 sep 01: L.Urban (stand-V03-02-03)
|
|---|
| 1778 | -G4VxEnergyLoss: min.delta cut is set as rcut/100 + some optimisation
|
|---|
| 1779 |
|
|---|
| 1780 | 11 sep 01: L.Urban (stand-V03-02-02)
|
|---|
| 1781 | - G4VhEnergyLoss+G4VeEnergyLoss: bugfix in subcutoff delta generation
|
|---|
| 1782 |
|
|---|
| 1783 | 29 aug 01: mma (stand-V03-02-01)
|
|---|
| 1784 | - G4hIonisation::PostStepDoIt grecj term for spin 1/2 (not 1)
|
|---|
| 1785 |
|
|---|
| 1786 | 13 aug 01: mma
|
|---|
| 1787 | - G4eIonisation: new function ComputeRestrictedMeandEdx()
|
|---|
| 1788 | - G4hIonisation: new function ComputeRestrictedMeandEdx() + 'cleanup'
|
|---|
| 1789 |
|
|---|
| 1790 | 10 aug 01: mma
|
|---|
| 1791 | - store/retrieve PhysicsTables implemented in photelec, compton, gamaconv,
|
|---|
| 1792 | annihil, eIonisa, eBrems, mulscat, hIonisa
|
|---|
| 1793 |
|
|---|
| 1794 | 17 jul 01: mma (stand-V03-02-00)
|
|---|
| 1795 | - suppression of the production threshold in phot,compt,conv,annih
|
|---|
| 1796 |
|
|---|
| 1797 | 11 jul 01: mma
|
|---|
| 1798 | - GammaConversion::PostStepDoIt : sample epsil->power (rndm,0.333333)
|
|---|
| 1799 |
|
|---|
| 1800 | 29 may 01: V.Ivanchenko
|
|---|
| 1801 | - clean up againist Linux ANSI strict compilation mode.
|
|---|
| 1802 |
|
|---|
| 1803 | 27 mar 01 mma (stand-V03-00-05)
|
|---|
| 1804 | - commented out the printing of subcutoff energies at initialization
|
|---|
| 1805 |
|
|---|
| 1806 | 05 mar 01 mma (stand-V03-00-04)
|
|---|
| 1807 | - new subdirectory: integral
|
|---|
| 1808 | migration of all G4I.. processes from muons, standard, utils into integral
|
|---|
| 1809 |
|
|---|
| 1810 | 22 feb 01: mma (stand-V03-00-03)
|
|---|
| 1811 | - G4PhotoElectricEffect. DoIt: removed protection against low energy gamma,
|
|---|
| 1812 | after correction in SandiaTable (materials-V03-00-05)
|
|---|
| 1813 | - G4EplusAnnihilation. PostStepDoIt: check with fStopButAlive instead of
|
|---|
| 1814 | energy == 0.
|
|---|
| 1815 |
|
|---|
| 1816 | 05 feb 01: G.Cosmo (stand-V03-00-02)
|
|---|
| 1817 | - Migration to STL for G4DataVector and G4OrderedTable.
|
|---|
| 1818 | Modified files: G4SynchrotronRadiation.hh, G4IeBremsstrahlung.cc,
|
|---|
| 1819 | G4eBremsstrahlung.cc.
|
|---|
| 1820 |
|
|---|
| 1821 | 23 jan 01: mma (stand-V03-00-01)
|
|---|
| 1822 | - corrections in e/hEnergyLoss.cc: AlongStepDoIt L.Urban 23-01-01
|
|---|
| 1823 | PostStep information is not used any more in AlongStepDoIt
|
|---|
| 1824 | when generating sub-cutoff delta rays. (bug found by Babar)
|
|---|
| 1825 |
|
|---|
| 1826 | 16 jan 01: mma (stand-V03-00-00)
|
|---|
| 1827 | - small corrections in e/hEnergyLoss.cc L.Urban 11-01-01
|
|---|
| 1828 | to ensure consistency between cut in range and step limitation
|
|---|
| 1829 | due to energy loss (finalRange data member <-> cut in range)
|
|---|
| 1830 | - change in energy loss computation in eBrems.hh and .cc L.Urban 11-01-01
|
|---|
| 1831 | parametrization of energy loss due to soft brems has been corrected,
|
|---|
| 1832 | it was too big for big cut values.
|
|---|
| 1833 |
|
|---|
| 1834 | 17 Nov 00 mma : stand-V02-00-04
|
|---|
| 1835 |
|
|---|
| 1836 | 12 Nov 00 Corrections by Rui Curado da Silva (Polarized Compton)
|
|---|
| 1837 | - Sampling of Phi
|
|---|
| 1838 | - Depolarization probability
|
|---|
| 1839 |
|
|---|
| 1840 | 08 Nov 00 mma (stand-V02-00-03)
|
|---|
| 1841 | - eBrem
|
|---|
| 1842 | 07/08/00 new cross section/en.loss parametrisation, LPM flag , L.Urban
|
|---|
| 1843 | 21/09/00 corrections in the LPM implementation, L.Urban
|
|---|
| 1844 | - 30/10/00 signature in GetLossWithFluct changed L.Urban
|
|---|
| 1845 |
|
|---|
| 1846 | 01 Nov 00 G.Cosmo (stand-V02-00-02)
|
|---|
| 1847 | - Removed useless dependencies from GNUmakefile.
|
|---|
| 1848 | - G4SynchrotronRadiation: added "const" qualifier to usage of
|
|---|
| 1849 | const G4Field*. Co-works with tag "field-V02-00-00" and related ones
|
|---|
| 1850 | from geometry.
|
|---|
| 1851 |
|
|---|
| 1852 | 11 Aug 00 mma
|
|---|
| 1853 | tag stand-V02-00-01
|
|---|
| 1854 |
|
|---|
| 1855 | 10 Aug 00 V.Ivanchenko
|
|---|
| 1856 | - Change G4VhEnergyLoss.cc, G4VhEnergyLoss.hh, G4hIonisation.cc
|
|---|
| 1857 | in order to simulate energy losses of ions; correction to
|
|---|
| 1858 | cross section for particles with spin 1 is inserted as well.
|
|---|
| 1859 | Class G4ionIonisation is removed.
|
|---|
| 1860 |
|
|---|
| 1861 | 03 Aug 00 Gabriele Cosmo
|
|---|
| 1862 | - Fixes for events' reproducibility:
|
|---|
| 1863 | o G4GammaConversion.cc: changed usage of RandFlat::shootBit() to
|
|---|
| 1864 | RandBit::shootBit().
|
|---|
| 1865 | o G4VIeEnergyLoss.cc, G4VIhEnergyLoss.cc, G4PAIxSectionTest.cc:
|
|---|
| 1866 | changed RandGauss to G4RandGauss.
|
|---|
| 1867 |
|
|---|
| 1868 | 31 Jul 00 Gonzalo Gracia
|
|---|
| 1869 | - G4IhIonisation.cc: initialisisation to zero of several G4PhysicsTable*
|
|---|
| 1870 | is included in constructor. Some tests were crashing
|
|---|
| 1871 | on NT because of the missing initialisation
|
|---|
| 1872 |
|
|---|
| 1873 | 18 jul 00: V.Ivanchenko (stand-V01-??)
|
|---|
| 1874 | - fix in G4VhEnergyLoss and G4ionIonisation in AlongStepDoIt
|
|---|
| 1875 | for particles with Charge^2 > 1; Reorganisation in
|
|---|
| 1876 | GetConstrain for G4ionIonisation
|
|---|
| 1877 |
|
|---|
| 1878 | 22 jun 00: mma (stand-V01-01-05)
|
|---|
| 1879 | - stop very low energy photons in photo electric effect
|
|---|
| 1880 | - ElossMessenger moved --> G4VEnergyLoss
|
|---|
| 1881 |
|
|---|
| 1882 | 13 jun 00: mma (stand-V01-01-04)
|
|---|
| 1883 | - static pointer MinDeltaEnergy removed from destructor of
|
|---|
| 1884 | G4VeEnergyLoss and G4VhEnergyLoss
|
|---|
| 1885 |
|
|---|
| 1886 | 07 jun 00: mma (stand-V01-01-03)
|
|---|
| 1887 | - virtual destructor for G4VEnergyLoss
|
|---|
| 1888 |
|
|---|
| 1889 | 24 may 00: mma (stand-V01-01-02)
|
|---|
| 1890 | - merge 'Plus' processes into standard
|
|---|
| 1891 | - minCut=10 KeV for brems
|
|---|
| 1892 | - corrections in ionisation (Laszlo)
|
|---|
| 1893 |
|
|---|
| 1894 |
|
|---|
| 1895 | 27 apr 00 mma (em-V01-01-01)
|
|---|
| 1896 | - G4endl (dec/iso)
|
|---|
| 1897 |
|
|---|
| 1898 | 26 apr 00 mma (em-V01-01-00)
|
|---|
| 1899 | - all EnergyLoss classes renamed G4V...
|
|---|
| 1900 | Most classes in standard and muons affected.
|
|---|
| 1901 | - G4Muls moved in utils
|
|---|
| 1902 | - bugs fixe in MuPairProduction
|
|---|
| 1903 | - cowork with geant4-01-01-ref-02
|
|---|
| 1904 |
|
|---|
| 1905 | 02 mar 00 mma (em-V01-00-00)
|
|---|
| 1906 | - new G4VEnergyLoss class and related structure
|
|---|
| 1907 | - cowork with geant4-01-00-ref-06
|
|---|
| 1908 |
|
|---|
| 1909 | 10 nov 99 mma (em-V00-01-03)
|
|---|
| 1910 | - migration to STL: remove RWT hash dictionnary
|
|---|
| 1911 |
|
|---|
| 1912 | 14th June 1999 John Allison (em-01-00-05b)
|
|---|
| 1913 | - Muon corrections in G4MultipleScattering.cc, G4MuBremsstrahlung.cc
|
|---|
| 1914 | and G4MuPairProduction.cc by Laszlo Urban, Pedro Arce.
|
|---|
| 1915 | (Also in rocesses/photoleplon_hadron/src/G4MuNuclearInteraction.cc.)
|
|---|
| 1916 |
|
|---|
| 1917 | 5th June 1999 John Allison
|
|---|
| 1918 | - standard/GNUmakefile: Force non-optimised compliation of some
|
|---|
| 1919 | files on HP with aCC: HP ANSI C++ B3910B A.01.15.
|
|---|
| 1920 |
|
|---|
| 1921 | May 29, 1999: John Allison
|
|---|
| 1922 | - Added electromagnetic/lowenergy to GNUmakefile and
|
|---|
| 1923 | electromagnetic/GNUmakefile..
|
|---|