| [1228] | 1 | $Id: History,v 1.400 2009/11/22 19:48:30 vnivanch Exp $
|
|---|
| [819] | 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 |
|
|---|
| [1228] | 20 | 23 November 09: V.Ivant (emutils-V09-02-24)
|
|---|
| 21 | G4EmConfigurator - fixed bug in selection of models
|
|---|
| 22 |
|
|---|
| 23 | 22 November 09: V.Ivant (emutils-V09-02-23)
|
|---|
| 24 | G4EmCalculator - take into account CorrectionAlongStep for ions
|
|---|
| 25 |
|
|---|
| [1196] | 26 | 10 November 09: V.Ivant (emutils-V09-02-22)
|
|---|
| 27 | G4EmCalculator - added method FindIon; improve computation for ions
|
|---|
| 28 | allowing to be applied for the model based on ICRU'73
|
|---|
| 29 |
|
|---|
| 30 | 10 November 09: V.Ivant (emutils-V09-02-21)
|
|---|
| 31 | G4VEmProcess - improved printout
|
|---|
| 32 |
|
|---|
| 33 | 29 September 09: V.Ivant (emutils-V09-02-20)
|
|---|
| 34 | - G4VMultipleScattering - added SetModel method
|
|---|
| 35 | - G4EmCorrections - fixed bug reported in phys-list forum #532
|
|---|
| 36 | - G4ionEffectiveCharge - return back lost protection for zero energy
|
|---|
| 37 | - G4LossTableManager, G4EmProcessOptions, G4EnergyLossMessenger - added
|
|---|
| 38 | parameter FactorForAngleLimit, Set/Get methods and UI command
|
|---|
| 39 | to be used computation of limit on -t (invariant momentum transfer)
|
|---|
| 40 | inside single scattering and G4WentzelVI models
|
|---|
| 41 |
|
|---|
| 42 | 29 September 09: V.Ivant (emutils-V09-02-19)
|
|---|
| 43 | - G4EmElementSelector - fixed forgotten migration to updated G4PhysicsVector
|
|---|
| 44 |
|
|---|
| 45 | 25 September 09: V.Ivant (emutils-V09-02-18)
|
|---|
| 46 | - G4VEmModel - insure definition of pointer to the G4MaterialCutsCouple
|
|---|
| 47 | object both at initialisation and in run time
|
|---|
| 48 | - G4EmSaturation - use PDG encoding instead of pointer to G4ParticleDefinition
|
|---|
| 49 |
|
|---|
| 50 | 11 August 09: V.Ivant (emutils-V09-02-17)
|
|---|
| 51 | - G4EmModelManager - reduced length of internal arrays, simplified
|
|---|
| 52 | initialisation, in particular, smoothing procedure, the size of
|
|---|
| 53 | executable should be reduced
|
|---|
| 54 | - G4VEmProcess, G4VMultipleScattering, G4VEnergyLossProcess,
|
|---|
| 55 | G4LossTableBuilder - use copy constructors to create Physics Vectors in
|
|---|
| 56 | order to reduce number of calls to log function
|
|---|
| 57 |
|
|---|
| 58 | 30 July 09: V.Ivant (emutils-V09-02-16)
|
|---|
| 59 | - G4VEmProcess, G4VMultipleScattering, G4VEnergyLossProcess - fixed
|
|---|
| 60 | bug in RetrieveTables - check that each its PhysicsVector was
|
|---|
| 61 | retrieved before set of SplineFlag
|
|---|
| 62 |
|
|---|
| 63 | 24 July 09: V.Ivant (emutils-V09-02-15)
|
|---|
| 64 | - G4AtomicShell class moved from lowenergy
|
|---|
| 65 | - G4VEmProcess, G4VMultipleScattering, G4VEnergyLossProcess - added
|
|---|
| 66 | initialisation of polarAngleLimit and highEnergyLimit parameters
|
|---|
| 67 | for all models
|
|---|
| 68 |
|
|---|
| 69 | 22 July 09: V.Ivant (emutils-V09-02-14)
|
|---|
| 70 | - G4VEmProcess - modified method SelectModel required for the
|
|---|
| 71 | G4NuclearStopping process
|
|---|
| 72 |
|
|---|
| 73 | 20 July 09: V.Ivant (emutils-V09-02-13)
|
|---|
| 74 | - G4VMultipleScattering - added initialisation of generic msc model
|
|---|
| 75 | parameters in this base class (allowing
|
|---|
| 76 | to overwrite default models)
|
|---|
| 77 | - G4EmConfigurator - cleanup
|
|---|
| 78 | - G4VMscModel - set facsafety=0.3 as it is defined in Urban models
|
|---|
| 79 |
|
|---|
| 80 | 9 July 09: V.Ivant (emutils-V09-02-12)
|
|---|
| 81 | - G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering,
|
|---|
| 82 | G4LossTableBuilder - used updated G4PhysicsVector (no hidden bin anymore);
|
|---|
| 83 | used Energy() and Value() methods instead of
|
|---|
| 84 | GetLowEdgeEnergy() and GetValue()
|
|---|
| 85 | - G4VEnergyLossProcess - fixed retrieve from ASCII files
|
|---|
| 86 | - G4VMultipleScattering - remove method obsolete GetMscContinuesStepLimit
|
|---|
| 87 | - G4VAtomDeexcitation - a new header file
|
|---|
| 88 |
|
|---|
| [1055] | 89 | 27 May 09: V.Ivant (emutils-V09-02-11)
|
|---|
| 90 | - G4VMultipleScattering - discarded changes from the previous tag
|
|---|
| 91 |
|
|---|
| 92 | 26 May 09: V.Ivant (emutils-V09-02-10)
|
|---|
| 93 | - G4VEmModel: remove protection in from previous tag and include protection
|
|---|
| 94 | to G4ParticleChangeForLoss;
|
|---|
| 95 | more save initialisation of G4EmElementSelectors
|
|---|
| 96 | - G4VMultipleScattering - added a protection against zero kinetic energy
|
|---|
| 97 | - G4EmElementSelector - do not use spline
|
|---|
| 98 |
|
|---|
| 99 | 22 May 09: V.Ivant (emutils-V09-02-09)
|
|---|
| 100 | - Added protection into G4VEmModel for zero input energy
|
|---|
| 101 |
|
|---|
| 102 | 15 May 09: V.Ivant (emutils-V09-02-08)
|
|---|
| 103 | - Added new testG4EnergyLossTables and fixed GNUmakefile for tests
|
|---|
| 104 |
|
|---|
| 105 | 10 May 09: V.Ivant (emutils-V09-02-07)
|
|---|
| 106 | G4EmElementSelector - added protection for zero cross section at first and last
|
|---|
| 107 | bins of physics vector
|
|---|
| 108 | G4VMscModel, G4VMultipleScattering - set default Range Factor to 0.04
|
|---|
| 109 |
|
|---|
| 110 | 17 April 09: V.Ivant (emutils-V09-02-06)
|
|---|
| 111 | - G4EmModelManager - fixed energy range selection algorithm for the case of
|
|---|
| 112 | a small intersection of model energy intervals
|
|---|
| 113 | - G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering - set high enegry
|
|---|
| 114 | limit 10 TeV and number of bins 77
|
|---|
| 115 |
|
|---|
| 116 | 08 April 09: V.Ivant (emutils-V09-02-05)
|
|---|
| 117 | - G4LossTableManager - added G4EmConfigurator providing easier addition of
|
|---|
| 118 | models per region
|
|---|
| 119 | - G4VMultipleScattering, G4VEmProcess, G4VEnergyLossProcess: added
|
|---|
| 120 | initialisation of the G4EmConfigurator
|
|---|
| 121 |
|
|---|
| 122 | 08 April 09: V.Ivant (emutils-V09-02-04)
|
|---|
| 123 | - G4EmModelManager - fixed energy range selection algorithm for the case
|
|---|
| 124 | when there is an intersection of energy regions of standard
|
|---|
| 125 | and low-energy models,
|
|---|
| 126 | - reduce internal vectors if no model per region are initialized.
|
|---|
| 127 | - do not initilise unused models.
|
|---|
| 128 | - G4VEmModel - msc methods are moved to G4VMscModel, added protected
|
|---|
| 129 | methods for initialisation of ParticleChange
|
|---|
| 130 | - G4VMultipleScattering, G4VEmProcess, G4VEnergyLossProcess:
|
|---|
| 131 | methods for initialisations are moved from inline to source
|
|---|
| 132 |
|
|---|
| 133 | 26 February 09: V.Ivant (emutils-V09-02-03)
|
|---|
| 134 | G4EmConfigurator - fixed for the case if only fluctuation model is set
|
|---|
| 135 | and main model is default
|
|---|
| 136 |
|
|---|
| 137 | 22 February 09: V.Ivant (emutils-V09-02-02)
|
|---|
| 138 | - G4VEmModel - make methods to access geometry protected, added new
|
|---|
| 139 | method SetSampleZ, added geommax private member
|
|---|
| 140 | - G4EmCalculator - added possibility to be used by DNA processes:
|
|---|
| 141 | take into account special DNA particles
|
|---|
| 142 |
|
|---|
| 143 | 18 February 09: V.Ivant (emutils-V09-02-01)
|
|---|
| 144 | G4VEmModel, G4VEmFluctuationModel, G4VEnegryLossProcess, G4VEmProcess,
|
|---|
| 145 | G4VMultipleScattering - move all virtual methods to source, update comments
|
|---|
| 146 | G4VEmModel - added flagDeexcitation and Get/Set methods
|
|---|
| 147 | G4VEnegryLossProcess, G4VEmProcess - added calls to deexcitation PostStep
|
|---|
| 148 | G4EmProcessOptions - added ActivateDeexcitation method
|
|---|
| 149 | G4EnergyLossMessenger - added /process/em/deexcitation UI command
|
|---|
| 150 | G4LossTableBuilder - added protection in BuildRangeTable against zero dedx
|
|---|
| 151 |
|
|---|
| 152 | 27 January 09: V.Ivant (emutils-V09-02-00)
|
|---|
| 153 | G4VEmModel - added method SampleDeexcitationAlongStep
|
|---|
| 154 | G4VEnegryLossProcess - added deexcitation AlongStep per region
|
|---|
| 155 | G4VMscModel - added methdos: InitialiseSafetyHelper, ComputeSafety,
|
|---|
| 156 | ComputeGeomLimit, ComputeDisplacement
|
|---|
| 157 | G4VEmProcess - added possibility to set more than 1 model
|
|---|
| 158 |
|
|---|
| [961] | 159 | 20 November 08: V.Ivant (emutils-V09-01-37)
|
|---|
| 160 | G4EmConfigurator - fixed energy interval selection for a model
|
|---|
| 161 | G4VMultipleScattering - set process sub-type 10 to distinguish with
|
|---|
| 162 | single Coulomb scattering
|
|---|
| 163 |
|
|---|
| 164 | 13 Novemver 08: A.Schaelicke (emutils-V09-01-36)
|
|---|
| 165 | G4LossTableManager - changed default LPM effect to ON again
|
|---|
| 166 | G4VEmModel - (VI) add LPM flag and Get/Set methods
|
|---|
| 167 |
|
|---|
| 168 | 12 November 08: V.Ivant (emutils-V09-01-35)
|
|---|
| 169 | G4VEmModel - fixed memory leak by destruction G4EmElementSelectors
|
|---|
| 170 | G4EmSaturation - activate saturation for energy deposition due to
|
|---|
| 171 | photo-electric effect
|
|---|
| 172 |
|
|---|
| 173 | 24 October 08: V.Ivant (emutils-V09-01-34)
|
|---|
| 174 | G4EmProcessSubType - moved optical processes enumeration to optical directory
|
|---|
| 175 |
|
|---|
| 176 | 20 October 08: V.Ivant (emutils-V09-01-33)
|
|---|
| 177 | G4EnergyLossMessenger - added /process/em/applyCuts command
|
|---|
| 178 |
|
|---|
| 179 | 17 October 08: V.Ivant (emutils-V09-01-32)
|
|---|
| 180 | G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering set number
|
|---|
| 181 | of bins for tables 7 per decade
|
|---|
| 182 |
|
|---|
| 183 | 15 October 08: V.Ivant (emutils-V09-01-31)
|
|---|
| 184 | G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering improved cout
|
|---|
| 185 |
|
|---|
| 186 | 14 October 08: V.Ivant (emutils-V09-01-30)
|
|---|
| 187 | G4VEmModel - add secondaryThreshold variable and Get/Set methods
|
|---|
| 188 | G4EmCorrections - define the range of correction vector 25 keV - 2.5 MeV,
|
|---|
| 189 | as it is in ICRU'73 table, use 20 bins
|
|---|
| 190 | G4LossTableManager - set spline option "true" and flagLPM "false" by default
|
|---|
| 191 | G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering set default
|
|---|
| 192 | table size 0.1 keV - 100 TeV in 60 bins
|
|---|
| 193 | G4EmModelManager - included G4EmProcessSubType.hh header
|
|---|
| 194 | G4EmTableType.hh - changed enumeration names fIonisation -> fIsIonisation,
|
|---|
| 195 | fSubIonisation -> fIsSubIonisation to avoid clash with
|
|---|
| 196 | sub-type enumeration name
|
|---|
| 197 |
|
|---|
| 198 | 21 September 08: V.Ivant (emutils-V09-01-29)
|
|---|
| 199 | G4EmCorrections - do not compute ion corrections if for ions
|
|---|
| 200 | G4hIonisation process is used
|
|---|
| 201 |
|
|---|
| 202 | 21 September 08: V.Ivant (emutils-V09-01-28)
|
|---|
| 203 | G4ionEffectiveCharge - remove chargeFactor - return to 01-25
|
|---|
| 204 | G4VEnergyLossProcess - fixed initialisation;
|
|---|
| 205 |
|
|---|
| 206 | 12 September 08: V.Ivant (emutils-V09-01-27)
|
|---|
| 207 | G4VEmProcess - improved verbose output
|
|---|
| 208 | G4VEnergyLossProcess - added pointer to current G4VEmModel;
|
|---|
| 209 | removed method CorrectionsAlongStep, instead
|
|---|
| 210 | corresponding method of a model are used;
|
|---|
| 211 | improved verbose output
|
|---|
| 212 | G4VEmFluctuationModel - added method SetParticleAndCharge
|
|---|
| 213 | G4VEmModel - minor optimisations of SelectRandomAtom and SelectIsotope;
|
|---|
| 214 | added methods GetParticleCharge, GetChargeSquareRatio,
|
|---|
| 215 | CorrectionsAlongStep, ActivateNuclearStopping needed for
|
|---|
| 216 | simulation of ion transport
|
|---|
| 217 | G4EmCorrections - added interfaces to effective charge
|
|---|
| 218 | G4ionEffectiveCharge - added variable chargeFactor to be used for He ions
|
|---|
| 219 |
|
|---|
| 220 | 29 August 08: V.Ivant (emutils-V09-01-26)
|
|---|
| 221 | G4VEmProcess, G4VMultipleScattering, G4VEnergyLossProcess - use
|
|---|
| 222 | new DumpModelList method from G4EmModelManager
|
|---|
| 223 | in the verbosity output
|
|---|
| 224 | G4EmModelManager - fixed crash in destructor when verbosity > 1;
|
|---|
| 225 | fixed selection of models per energy;
|
|---|
| 226 | update printout with DumpModelList method
|
|---|
| 227 |
|
|---|
| 228 | 21 August 08: V.Ivant (emutils-V09-01-25)
|
|---|
| 229 | G4VEmModel - add parameter kinEnergy to SetupMaterial method;
|
|---|
| 230 | set pointer currentElement in ComputeCrossSectionPerAtom
|
|---|
| 231 | G4EmElementSelector - update usage of methods SetupMaterial and
|
|---|
| 232 | ComputeCrossSectionPerAtom
|
|---|
| 233 |
|
|---|
| 234 | 3 August 08: V.Ivant (emutils-V09-01-24)
|
|---|
| 235 | G4EmCorrections - dEdx data for ions are initialised at the start of a run for
|
|---|
| 236 | materials used in geometry; search for ion/material pairs updated
|
|---|
| 237 | G4EmCalculator - improved cout
|
|---|
| 238 |
|
|---|
| 239 | 31 July 08: V.Ivant (emutils-V09-01-23)
|
|---|
| 240 | G4VEmProcess, G4VMultipleScattering, G4VEnergyLossProcess - use verbosity flag
|
|---|
| 241 | for GetEmModel method
|
|---|
| 242 | G4VEmModel - use stl vector for cross sections instead of array
|
|---|
| 243 |
|
|---|
| 244 | 21 July 08: V.Ivant (emutils-V09-01-22)
|
|---|
| 245 | G4VEmModel - added vector of G4ElementSelectors, in which vectors
|
|---|
| 246 | of relative cross sections per elements of a compound
|
|---|
| 247 | material are stored; added new methods:
|
|---|
| 248 | InitialisaElementSelectors and SelectRandomAtom,
|
|---|
| 249 | G4LossTableBuilder - remove dependence on G4LossTableManager
|
|---|
| 250 | G4LossTableManager - propagated spline flag to G4LossTableBuilder
|
|---|
| 251 |
|
|---|
| 252 | 15 July 08: V.Ivant (emutils-V09-01-21)
|
|---|
| 253 | G4EmConfigurator - a new helper class to add model per particle type,
|
|---|
| 254 | process, energy range and G4Region
|
|---|
| 255 | G4VEmProcess, G4VEnergyLossProcess - renamed and improved method
|
|---|
| 256 | "MicroscopicCrossSection" by "CrossSectionPerVolume"
|
|---|
| 257 | G4VEmModel, G4VEmProcess, G4VMultipleScattering, G4VEnergyLossProcess
|
|---|
| 258 | reodering of members of classes and improved comments:
|
|---|
| 259 | - separated members fixed at construction, defined at
|
|---|
| 260 | ininitialisation, and modified in run time
|
|---|
| 261 | - improved comments in header files
|
|---|
| 262 | G4LossTableManager - added register/deregister mechanism and deletion
|
|---|
| 263 | at the end of job for G4VEmModel
|
|---|
| 264 | G4EmModelManager - does not delete models anymore
|
|---|
| 265 |
|
|---|
| 266 | 9 July 08: V.Ivant (emutils-V09-01-20)
|
|---|
| 267 | G4ElectronIonPair - a new helper class to sample number of primary ionisations
|
|---|
| 268 | in detectors
|
|---|
| 269 |
|
|---|
| 270 | 8 July 08: V.Ivant (emutils-V09-01-19)
|
|---|
| 271 | G4VEmModel - added inline method ComputeCrossSectionPerAtom
|
|---|
| 272 | G4LossTableManager and G4EnergyLossTable - remove call to exit()
|
|---|
| 273 |
|
|---|
| 274 | 9 June 08: V.Ivant (emutils-V09-01-18)
|
|---|
| 275 | G4ionEffectiveCharge - return back Ziegler formula for effective charge of ions;
|
|---|
| 276 | min effective charge is 1.0 (instead of 0.1)
|
|---|
| 277 | G4EmCorrections - a minor change of the scale for external ion data
|
|---|
| 278 |
|
|---|
| 279 | 2 June 08: V.Ivant (emutils-V09-01-17)
|
|---|
| 280 | G4ionEffectiveCharge - use simplified formula for effective charge of ions
|
|---|
| 281 |
|
|---|
| 282 | 28 May 08: V.Ivant (emutils-V09-01-16)
|
|---|
| 283 | G4VEmModel - added virtual method SetupForMaterial
|
|---|
| 284 | G4EmElementSelector - helper class to sample random G4Element in a
|
|---|
| 285 | compound material
|
|---|
| 286 |
|
|---|
| 287 | 28 May 08: V.Ivant (emutils-V09-01-15)
|
|---|
| 288 | G4VEnergyLossProcess - fixed problem of subcutoff option for ions (ion
|
|---|
| 289 | ranges were wrong)
|
|---|
| 290 | G4LossableBuilder - use more precise algorith to compute range for the
|
|---|
| 291 | case, when spline is used
|
|---|
| 292 |
|
|---|
| 293 | 20 May 08: V.Ivant (emutils-V09-01-14)
|
|---|
| 294 | - G4EmCorrections - computation of the finite size correction is moved to
|
|---|
| 295 | the Bethe-Bloch model
|
|---|
| 296 |
|
|---|
| 297 | 11 May 08: V.Ivant (emutils-V09-01-13)
|
|---|
| 298 | - G4VMultipleScattering - make AlongStepGetPhysicalInteractionLength
|
|---|
| 299 | method virtual allowing to overwrite it by a derived class -
|
|---|
| 300 | needed for ion simulation
|
|---|
| 301 | - G4EmCalculator - fixed bug in computation for ions
|
|---|
| 302 |
|
|---|
| 303 | 21 April 08: V.Ivant (emutils-V09-01-12)
|
|---|
| 304 | - G4VEmModel, G4VEmProcess, G4VMultipleScattering, G4EnergyLossMessenger
|
|---|
| 305 | G4EmProcessOptions - introduced polarAngleLimit parameter and Get/Set
|
|---|
| 306 | methods for single and multiple scattering models
|
|---|
| 307 | - G4ionEffectiveCharge - fixed initialisation at first event
|
|---|
| 308 | - G4EmCorrections - review and fix computation of high order corrections
|
|---|
| 309 | for ions
|
|---|
| 310 | - G4EmCalculator - updated computations for ions
|
|---|
| 311 |
|
|---|
| 312 | 08 April 08: V.Ivant (emutils-V09-01-11)
|
|---|
| 313 | - G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering,
|
|---|
| 314 | G4LossTableBuilder - introduced spline
|
|---|
| 315 |
|
|---|
| 316 | 25 March 08: V.Ivant (emutils-V09-01-10)
|
|---|
| 317 | - G4EmCorrections - precompute EM formfactor for corrections
|
|---|
| 318 | - G4VEnergyLossProcess - store bremsstrahlung cross sections
|
|---|
| 319 |
|
|---|
| 320 | 25 March 08: V.Ivant (emutils-V09-01-09)
|
|---|
| 321 | - G4EmCorrections - added cut dependence into finite size correction
|
|---|
| 322 | - G4VEnergyLossProcess - added cout of linLossLimit
|
|---|
| 323 |
|
|---|
| 324 | 17 March 08: V.Ivant (emutils-V09-01-08)
|
|---|
| 325 | - G4EmSaturation - added interface with G4Step
|
|---|
| 326 |
|
|---|
| 327 | 14 March 08: mma (emutils-V09-01-07)
|
|---|
| 328 | - modifs in G4EmSaturation
|
|---|
| 329 |
|
|---|
| 330 | 14 March 08: V.Ivant (emutils-V09-01-06)
|
|---|
| 331 | - G4EmSaturation - added computation of the average recoil mass,
|
|---|
| 332 | use Birks coefficient from G4Material
|
|---|
| 333 | - G4LossTableManager - fixed logic in compute dedx table for an
|
|---|
| 334 | inactive process
|
|---|
| 335 |
|
|---|
| 336 | 10 March 08: V.Ivant (emutils-V09-01-05)
|
|---|
| 337 | - G4LossTableManager, G4EmProcessOptions - added Set/Get spline flag
|
|---|
| 338 | - G4EnergyLossMessenger - added a command "/process/em/spline"
|
|---|
| 339 | - G4VMultipleScattering - SetSkin method does not change
|
|---|
| 340 | StepLimitType anymore
|
|---|
| 341 | - G4VMscModel - new class to define general msc parameters
|
|---|
| 342 |
|
|---|
| 343 | 21 February 08: V.Ivant (emutils-V09-01-04)
|
|---|
| 344 | - G4EmSaturation - fixed initialisation problem
|
|---|
| 345 |
|
|---|
| 346 | 21 February 08: V.Ivant (emutils-V09-01-03)
|
|---|
| 347 | - G4EmCorrections - added correction on effective charge for NIST
|
|---|
| 348 | materials in the IonHighOrderCorrections method
|
|---|
| 349 | - G4EmSaturation - new helper class
|
|---|
| 350 | - G4LossTableManager - added GetEmSaturation method
|
|---|
| 351 |
|
|---|
| 352 | 14 February 08: V.Ivant (emutils-V09-01-02)
|
|---|
| 353 | - G4EmCorrections - added IonBarkasCorrection, IonHighOrderCorrections
|
|---|
| 354 | and ComputeIonCorrections methods in order to provide a smooth transition
|
|---|
| 355 | between low-energy parameterization and Bethe-Bloch model
|
|---|
| 356 | - G4ionEffectiveCharge - use precomputed Z^1/3 values, use expantions
|
|---|
| 357 | of exp and pow functions, do not perform recomputation if arguments
|
|---|
| 358 | of methods unchanged
|
|---|
| 359 |
|
|---|
| 360 | 04 February 08: V.Ivant (emutils-V09-01-01)
|
|---|
| 361 | - G4VEnergyLossProcess - fixed computation of NIEL at the last step
|
|---|
| 362 | of a particle
|
|---|
| 363 |
|
|---|
| [819] | 364 | 11 January 08: V.Ivant (emutils-V09-01-00)
|
|---|
| 365 | - G4EmCorrections - improve CPU by usage expansions and precalculated
|
|---|
| 366 | values of Z^0.23
|
|---|
| 367 | - G4VEnergyLossProcess - fixed list of "collaborative" processes
|
|---|
| 368 | needed for sub-cutoff option
|
|---|
| 369 |
|
|---|
| 370 | 09 November 07: V.Ivant (emutils-V09-00-13)
|
|---|
| 371 | - G4VMultipleScattering - set at initialisation that scattering may be
|
|---|
| [961] | 372 | off lectrons (needed for single scattering)
|
|---|
| [819] | 373 | - G4EmModelmanager - add pointers to G4Gamma and G4Positron at
|
|---|
| 374 | initialisation
|
|---|
| 375 |
|
|---|
| 376 | 07 November 07: V.Ivant (emutils-V09-00-12)
|
|---|
| 377 | - G4VEnergyLossProcess - simplify logic to switch on/off fluctuations
|
|---|
| [961] | 378 | - G4EmProcessOptions - add forgoten initialisation of G4LossTableManager
|
|---|
| [819] | 379 | parameters together with parameters of concrete
|
|---|
| 380 | processes (fixed initialisation when options
|
|---|
| [961] | 381 | defined before proceeses are instantiated)
|
|---|
| [819] | 382 |
|
|---|
| 383 | 29 October 07: V.Ivant (emutils-V09-00-11)
|
|---|
| 384 | - G4VEmProcess, G4VEnergyLossProcess, G4VMultipleScattering
|
|---|
| 385 | cleanup - move virtual method to the source code
|
|---|
| 386 | - G4VMultipleScattering - use SamleScattering method PostStep
|
|---|
| 387 | - G4VEmModel - added SampleScattering method for msc models
|
|---|
| 388 | - G4VEnergyLossProcess - set default flags of fluctuation to "false"
|
|---|
| 389 | they changed to "true" when first model
|
|---|
| 390 | of fluctuations is added
|
|---|
| 391 |
|
|---|
| 392 | 08 October 07: V.Ivant (emutils-V09-00-10)
|
|---|
| 393 | - G4VEmProcess - use cut in PostStepDoIt (before was zero)
|
|---|
| 394 |
|
|---|
| 395 | 04 October 07: V.Ivant (emutils-V09-00-09)
|
|---|
| 396 | - G4VEnergyLossProcess - fixed problem at destruction
|
|---|
| 397 |
|
|---|
| 398 | 02 October 07: V.Ivant (emutils-V09-00-08)
|
|---|
| 399 | - G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering - fixed
|
|---|
| 400 | memory leak - proper delete of G4PhysicsTables
|
|---|
| 401 |
|
|---|
| 402 | 27 September 07: V.Ivant (emutils-V09-00-07)
|
|---|
| 403 | - G4ionEffectiveCharge - use Fermi energy from G4Material and not
|
|---|
| 404 | recalculate at each step; reorganized formulas - less calls to
|
|---|
| 405 | exp, log, pow
|
|---|
| 406 |
|
|---|
| 407 | 26 September 07: V.Ivant (emutils-V09-00-06)
|
|---|
| 408 | - G4VEnergyLossProcess and G4VEmProcess - move virtual function
|
|---|
| 409 | PostStepGetPhysicalInteractionLength from inline to body of classes
|
|---|
| 410 |
|
|---|
| 411 | 25 September 07: V.Ivant (emutils-V09-00-05)
|
|---|
| 412 | - G4VEnergyLossProcess and G4VEmProcess - fixed handling zero cross
|
|---|
| 413 | section in PostStepGetPhysicalInteractionLength method to avoid problem
|
|---|
| [961] | 414 | happans in FanoCavity example when cross section inside cavity is zero
|
|---|
| [819] | 415 | - G4VEmModel - compare cross section with DBL_MIN instead of zero
|
|---|
| 416 |
|
|---|
| 417 | 16 August 07: V.Ivant (emutils-V09-00-04)
|
|---|
| 418 | - G4EmCalculator - fixed default region name
|
|---|
| 419 | - G4VEnergyLossProcess - use prestep time for subcutoff secondaries
|
|---|
| 420 | and do not use GetVelocity method
|
|---|
| 421 |
|
|---|
| 422 | 02 August 07: V.Ivant (emutils-V09-00-03)
|
|---|
| 423 | - G4VEnergyLossProcess - simplify energy loss computation for the case
|
|---|
| 424 | of big step (few % faster)
|
|---|
| 425 |
|
|---|
| 426 | 28 July 07: V.Ivant (emutils-V09-00-02)
|
|---|
| 427 | - G4VEnergyLossProcess - use stl vector of G4VEmModel instead of array
|
|---|
| 428 | - G4VEmProcess - added cut to ComputeCrossSectionPerAtom method;
|
|---|
| 429 | added vector of cuts per material for secondaries,
|
|---|
| 430 | which are needed for single scattering process
|
|---|
| 431 |
|
|---|
| 432 | 16 July 07: V.Ivant (emutils-V09-00-01)
|
|---|
| 433 | - G4VEmProcess - integral option coupled with buildLambdaTable option:
|
|---|
| 434 | integral cannot be true if buildLambdaTable is false
|
|---|
| 435 |
|
|---|
| 436 | 11 July 07: V.Ivant (emutils-V09-00-00)
|
|---|
| 437 | - G4VEmModel - fixed SelectRandomAtom method (last element of compound
|
|---|
| 438 | was never selected - instead first was taken)
|
|---|
| 439 |
|
|---|
| 440 | 20 June 07: V.Ivant (emutils-V08-03-06)
|
|---|
| 441 | - G4VEnergyLossProcess add initialisation of preStepKinEnergy before
|
|---|
| 442 | run in order to fix a problem of test14 reported by Valgrind
|
|---|
| 443 |
|
|---|
| 444 | 14 June 07: V.Ivant (emutils-V08-03-05)
|
|---|
| 445 | - G4LossTableManager - add deletion of G4EmCorrections in destructor
|
|---|
| 446 |
|
|---|
| 447 | 12 June 07: V.Ivant (emutils-V08-03-04)
|
|---|
| 448 | - G4VEnergyLossProcess fixed estimation of step limit inside
|
|---|
| 449 | AlongStepGetPhysicalInteractionLength method - do not use safety
|
|---|
| 450 |
|
|---|
| 451 | 11 June 07: V.Ivant (emutils-V08-03-03)
|
|---|
| 452 | - G4MscStepLimitType, G4VMultipleScattering, G4EnergyLossMessenger
|
|---|
| 453 | substitute name "G4v71" -> "Minimal"
|
|---|
| 454 |
|
|---|
| 455 | 23 May 07: V.Ivant (emutils-V08-03-02)
|
|---|
| 456 | - G4VEnergyLossProcess, G4VEmProcess - remove method SecondaryPostStep
|
|---|
| 457 | use instead a direct call to selected model
|
|---|
| 458 |
|
|---|
| 459 | 22 May 07: V.Ivant (emutils-V08-03-01)
|
|---|
| 460 | - G4VEmModel - change interface of SampleSecondary method, it become
|
|---|
| 461 | void, extra parameter std::vector<G4DynamicParticle*>*, this vector
|
|---|
| 462 | is now a member of base class G4VEnergyLossProcess, G4VEmProcess,
|
|---|
| [961] | 463 | no new and delete of the vector in the run time. About 5% speadup
|
|---|
| [819] | 464 | of EM shower simulation
|
|---|
| 465 | - G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering modified
|
|---|
| 466 | to follow this new interface
|
|---|
| 467 |
|
|---|
| 468 | 21 May 07: V.Ivant (emutils-V08-03-00)
|
|---|
| 469 | 21 May 07: V.Ivant (emutils-V08-02-12)
|
|---|
| 470 | - G4VEnergyLossProcess - speadup the code by added implementation
|
|---|
| 471 | method PostStepGetPhysicalInteractionLength;
|
|---|
| 472 | added methods InitialiseStep and InitialiseMassCharge
|
|---|
| 473 | - G4VEmProcess - speadup the code by added implementation
|
|---|
| 474 | method PostStepGetPhysicalInteractionLength;
|
|---|
| 475 | add comments to header and inline methods
|
|---|
| 476 |
|
|---|
| 477 | 20 May 07: V.Ivant (emutils-V08-02-11)
|
|---|
| 478 | - G4VMultipleScattering - speadup the code by added implementation
|
|---|
| 479 | of method AlongStepGetPhysicalInteractionLength and
|
|---|
| 480 | do not use ContinuousStepLimit; also added implementation
|
|---|
| 481 | of method PostStepGetPhysicalInteractionLength
|
|---|
| 482 | - G4VEnergyLossProcess - speadup the code by added implementation
|
|---|
| 483 | method AlongStepGetPhysicalInteractionLength and
|
|---|
| 484 | do not use ContinuousStepLimit
|
|---|
| 485 |
|
|---|
| 486 | 18 May 07: V.Ivant (emutils-V08-02-10)
|
|---|
| 487 | - G4EnergyLossMessenger - make new UI sub-directory "/process/msc"
|
|---|
| 488 | and reorganise UI commands for msc
|
|---|
| 489 | processes; use G4EmProcessOptions as
|
|---|
| 490 | an interface to all EM processes
|
|---|
| 491 | - G4LossTableManager - remove set msc parameters
|
|---|
| 492 | - G4EmProcessOptions - update interface to msc processes, add
|
|---|
| 493 | extra methods to set parameters
|
|---|
| 494 | - G4VEnergyLossProcess - cleanup comments and reorgnize code for
|
|---|
| 495 | easier reading; move short methods to inline;
|
|---|
| 496 | - G4VMultipleScattering - cleanup comments and reorgnize code for
|
|---|
| 497 | easier reading; move short methods to inline;
|
|---|
| 498 | add method to set msc parameters
|
|---|
| 499 | - G4MscStepLimitType - is added
|
|---|
| 500 |
|
|---|
| 501 | 10 May 07: V.Ivant (emutils-V08-02-09)
|
|---|
| 502 | - integrated fixes of emutils-V08-02-06a
|
|---|
| 503 |
|
|---|
| 504 | 25 April 07: V.Ivant (emutils-V08-02-08)
|
|---|
| 505 | - G4VEnegryLossProcess - move initialisation of safety helper to
|
|---|
| 506 | BuildPhysicsTable
|
|---|
| 507 |
|
|---|
| 508 | 12 April 07: V.Ivant (emutils-V08-02-07)
|
|---|
| 509 | - G4VEnegryLossProcess - use unique G4SafetyHelper
|
|---|
| 510 | - G4VEmProcess - remove double call to Clear method
|
|---|
| 511 |
|
|---|
| 512 | 08 May 07: V.Ivant (emutils-V08-02-06a)
|
|---|
| 513 | - G4VEnegryLossProcess - use linearLossLimit 0.05 as in 8.2
|
|---|
| 514 | - G4EmCorrections - fix division by zero by using ion mass from G4IonTable
|
|---|
| 515 |
|
|---|
| 516 | 19 March 07: V.Ivant (emutils-V08-02-06)
|
|---|
| 517 | - G4VMultipleScattering - add protection against zero step or energy
|
|---|
| 518 | - G4EmModelManager - add maxCutInRange variable for sub-cutoff option
|
|---|
| 519 | - G4EmCalculator - add method ComputeEnergyCutFromRangeCut
|
|---|
| 520 | - G4EnergyLossMessenger - send message "/run/physicsModified" after all
|
|---|
| 521 | commands, which require reinitialisation
|
|---|
| 522 | - G4VEnergyLossProcess - use SafetyHelper instead of Navigator
|
|---|
| 523 | - add protection agains zero-length step
|
|---|
| 524 |
|
|---|
| 525 | 16 February 07: V.Ivant (emutils-V08-02-05)
|
|---|
| 526 | - G4VEnegryLossProcess - change initialisation: linLossLimit=1.e-6
|
|---|
| 527 | improve precision of energy loss for high
|
|---|
| 528 | energy incident and high cut
|
|---|
| 529 |
|
|---|
| 530 | 13 February 07: V.Ivant (emutils-V08-02-04)
|
|---|
| 531 | - G4LossTableManager, G4EmProcessOptions, G4EnergyLossMessenger
|
|---|
| 532 | add command MscSkin, linearLossLimit
|
|---|
| 533 | - G4VMultipleScattering - add SetSkin and Skin methods
|
|---|
| 534 | - G4LossTableBuilder - use more precise algorithm to build inverse
|
|---|
| 535 | range table using G4LPhysicsFreeVector
|
|---|
| 536 |
|
|---|
| 537 | 07 February 07: V.Ivant (emutils-V08-02-03)
|
|---|
| 538 | - G4LossTableManager, G4EmProcessOptions, G4EnergyLossMessenger
|
|---|
| 539 | add command MscLateralDisplacement
|
|---|
| 540 |
|
|---|
| 541 | 16 January 07: V.Ivant (emutils-V08-02-02)
|
|---|
| 542 | - G4LossTableBuilder - fill new vector for dedx (do not reuse old)
|
|---|
| 543 | - G4LossTableManager - fix problen of reinitialisation for the next run
|
|---|
| 544 | after activate/desactivate energy loss process
|
|---|
| 545 | - G4VEmEnergyLossProcess - add members theIonisationTable and
|
|---|
| 546 | theSubIonisationTables in order to save
|
|---|
| 547 | separately total energy loss and energy
|
|---|
| 548 | loss due to ionisation;
|
|---|
| 549 |
|
|---|
| 550 | 15 January 07: mma (emutils-V08-02-01)
|
|---|
| 551 | - G4VEmEnergyLossProcess - add SetEmModel(index) add SetFluctModel()
|
|---|
| 552 |
|
|---|
| 553 | 11 January 07: V.Ivant
|
|---|
| 554 | - G4LossTableManager - fix problen of initialisation
|
|---|
| 555 | - G4VEmEnergyLossProcess - fix subcutoff option for bremsstrahlung
|
|---|
| 556 |
|
|---|
| 557 | 10 November 06: V.Ivant (emutils-V08-01-06)
|
|---|
| 558 | - G4EnergyLossMessenger - add commands binsDEDX, binsLambda
|
|---|
| 559 |
|
|---|
| 560 | 23 October 06: V.Ivant (emutils-V08-01-05)
|
|---|
| 561 | - G4LossTableManger - add method GetEnergyLossProcess
|
|---|
| 562 | - G4EmCalculator - 10 keV - 1 keV energy to access lowEnergy ionisation
|
|---|
| 563 |
|
|---|
| 564 | 29 Septenber 06: V.Ivant (emutils-V08-01-04)
|
|---|
| 565 | - G4EmCalculator add computation of smoothing factor for dedx of hadrons/ions
|
|---|
| 566 |
|
|---|
| 567 | 13 September 06: mma (emutils-V08-01-03)
|
|---|
| 568 | - G4VEmProcess: add function SetModel( G4VEmModel* )
|
|---|
| 569 |
|
|---|
| 570 | 29 August 06: V.Ivant (emutils-V08-01-02)
|
|---|
| 571 | - G4VEmModel add member currentElement and protected Get/Set methods
|
|---|
| 572 |
|
|---|
| 573 | 15 June 06: V.Ivant (emutils-V08-01-01)
|
|---|
| 574 | - G4VEnergyLossProcess - make protected LambdaPhysicsVector method
|
|---|
| 575 | - G4ionEffectiveCharge - add protection for NULL pointer to material
|
|---|
| 576 |
|
|---|
| 577 | 05 July 06: V.Ivant (emutils-V08-01-00)
|
|---|
| 578 | - G4LossTableManager - do not clear loss table map to avoid crash for
|
|---|
| 579 | activate/desactivate regime with ion gun,
|
|---|
| 580 | propagate 'RandomStep' flag to processes
|
|---|
| 581 |
|
|---|
| 582 | 07 June 06: V.Ivant (emutils-V08-00-20)
|
|---|
| 583 | - G4VEnergyLossProcess - Do not change particle momentum AlongStep
|
|---|
| 584 |
|
|---|
| 585 | 02 June 06: V.Ivant (emutils-V08-00-19)
|
|---|
| 586 | - G4EmCorrections - fix compilation warnings at SUN
|
|---|
| 587 |
|
|---|
| 588 | 22 May 06: V.Ivant (emutils-V08-00-18)
|
|---|
| 589 | - G4EmProcessOptions, G4LossTableManager - add Get/SetBremsstrahlungTh
|
|---|
| 590 | method requested by CMS
|
|---|
| 591 | - G4ionEffectiveCharge make upper limit of the model proportional to Z
|
|---|
| 592 |
|
|---|
| 593 | 14 May 06: V.Ivant (emutils-V08-00-17)
|
|---|
| 594 | - G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering - add
|
|---|
| 595 | NumberOfModels method
|
|---|
| 596 | - G4VEnergyLossProces - add random step sampling and minor fix subcut
|
|---|
| 597 |
|
|---|
| 598 | 13 May 06: V.Ivant (emutils-V08-00-16)
|
|---|
| 599 | - G4EmCalculator and G4EmCorrections - add correction from user data
|
|---|
| 600 | on stopping power
|
|---|
| 601 | - G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering - add
|
|---|
| 602 | GetModelByIndex method
|
|---|
| 603 |
|
|---|
| 604 | 10 May 06: V.Ivant (emutils-V08-00-15)
|
|---|
| 605 | - G4LossTableMessenger - add command MscStepLimitation
|
|---|
| 606 | - G4LOssTableManager - add methods SetMscStepLimitation, FacRange,
|
|---|
| 607 | and MscFlag
|
|---|
| 608 |
|
|---|
| 609 | 04 May 06: V.Ivant (emutils-V08-00-14)
|
|---|
| 610 | - G4EmCorrections - fix compilation warning at SUN
|
|---|
| 611 |
|
|---|
| 612 | 28 April 06: V.Ivant (emutils-V08-00-13)
|
|---|
| 613 | - G4EmCalculator - remove debug output
|
|---|
| 614 | - G4EmCorrections - add finite size correction, cleanup other
|
|---|
| 615 | - G4ionEffectiveCharge - extend upper limit to 50 MeV
|
|---|
| 616 |
|
|---|
| 617 | 18 April 06: V.Ivant (emutils-V08-00-12)
|
|---|
| 618 | - G4EmCalculator - fix GetCrossSectionPerVolume problem for gamma
|
|---|
| 619 |
|
|---|
| 620 | 10 April 06: V.Ivant (emutils-V08-00-11)
|
|---|
| 621 | - Add flag of LPM effect to G4LossTableMessenger, G4LossTableManager and
|
|---|
| 622 | G4EmProcessOptions
|
|---|
| 623 | - fix problem of activate/desactvate in G4LossTableManager
|
|---|
| 624 |
|
|---|
| 625 | 29 March 06: V.Ivant (emutils-V08-00-10)
|
|---|
| 626 | - G4LossTableBuilder fix compilation warning at g++3.4.4
|
|---|
| 627 |
|
|---|
| 628 | 28 March 06: V.Ivant (emutils-V08-00-09)
|
|---|
| 629 | - G4VEnergyLossProcess - add store energy loss tables for bremsstrahlung
|
|---|
| 630 | - G4LossTableBuilder & G4LossTableManager - fix logic to ensure rebuild PhysicsTable
|
|---|
| 631 | in the regime activate/desactivate processes
|
|---|
| 632 | - G4VEmProcess - fix printout
|
|---|
| 633 |
|
|---|
| 634 | 23 March 06: V.Ivant (emutils-V08-00-08)
|
|---|
| 635 | - G4VEnergyLossProcess add SetDynamicMassCharge (used by ionIonisation)
|
|---|
| 636 | use flag isIonisation AlongStep, PrintInfo, and StoreTables
|
|---|
| 637 | - G4LossTableManager set flag isIonisation for processes
|
|---|
| 638 | - G4EmCalculator add public methods ComputeTotalDEDX, ComputeElectronicDEDX
|
|---|
| 639 | update GetDEDX for ions
|
|---|
| 640 |
|
|---|
| 641 | 14 March 06 (mma) (emutils-V08-00-07)
|
|---|
| 642 | - corrections in G4EmCalculator::GetCrossSectionPerVolume,
|
|---|
| 643 | GetCrossSectionPerAtom, ComputeCrossSectionPerAtom
|
|---|
| 644 |
|
|---|
| 645 | 07 March 06: V.Ivant (emutils-V08-00-06)
|
|---|
| 646 | - Complete design iteration for msc (V.Ivanchenko)
|
|---|
| 647 | - Add G4DummyModel (V.Ivanchenko)
|
|---|
| 648 |
|
|---|
| 649 | 07 March 06: V.Ivant (emutils-V08-00-05)
|
|---|
| 650 | - Optimize interfaces to Msc model (G4VEmModel and G4VMultipleScattering)
|
|---|
| 651 |
|
|---|
| 652 | 17 February 06: V.Ivant (emutils-V08-00-04)
|
|---|
| 653 | - G4VmultipleScattering - Lambda table keep cross section not mfp
|
|---|
| 654 | - remove obsolete interface G4VSCProcessor.hh
|
|---|
| 655 |
|
|---|
| 656 | 06 February 06 mma (emutils-V08-00-03)
|
|---|
| 657 | - Added function G4VEmModel::ComputeMeanFreePath() (mma)
|
|---|
| 658 |
|
|---|
| 659 | 01 February 06
|
|---|
| 660 | - G4VEmProcess::ComputeCrossSectionPerAtom(): put default value A=0,
|
|---|
| 661 | G4VEmModel::ComputeCrossSectionPerAtom(): put default value A=0,
|
|---|
| 662 | to keep compatibility with v5.2 (mma)
|
|---|
| 663 |
|
|---|
| 664 | 26 January 06: V.Ivant (emutils-V08-00-02)
|
|---|
| 665 | - add method GetRangeFromRestricteDEDX for later replacement of GetRange(VI)
|
|---|
| 666 | - G4VEnergyLossProcess - improve cout (VI)
|
|---|
| 667 | - G4VEnergyLossProcess - Fix subcutoff simulation (VI)
|
|---|
| 668 |
|
|---|
| 669 | 20 January 06: V.Ivant (emutils-V08-00-01)
|
|---|
| 670 | - Add G4EmTableType.hh enumerator (VI)
|
|---|
| 671 | - Use G4EmTableType to reduce methods with practically identical code (VI)
|
|---|
| 672 | - G4VEnergyLossProcess - recalculation of presafety for subcutoff
|
|---|
| 673 | update energy constrain for subcutoff
|
|---|
| 674 | add energy correction to subcutoff (VI)
|
|---|
| 675 |
|
|---|
| 676 | 11 January 06: V.Ivant (emutils-V08-00-00)
|
|---|
| 677 | - G4VEnergyLossProcess - simplify subcutoff calculation (VI)
|
|---|
| 678 | - G4EmCalculator - add GetCSDARange (VI)
|
|---|
| 679 | - G4VEmProcess - remove dependence on G4NistManager (VI)
|
|---|
| 680 | - Substitute PreciseRange -> CSDARange (VI)
|
|---|
| 681 | - Substitute SetStepLimits -> SetStepFunction (VI)
|
|---|
| 682 | - G4VEnergyLossProcess - remove minStepLimit member and use finalRange (VI)
|
|---|
| 683 | - G4VEnergyLossProcess - reset currentCouple when StepFunction is changed (VI)
|
|---|
| 684 |
|
|---|
| 685 | 05 December 05: V.Ivant (emutils-V07-01-13)
|
|---|
| 686 | - G4EmProcessOptions - fix verbosity definition for energy loss processes
|
|---|
| 687 |
|
|---|
| 688 | 29 November 05: V.Ivant (emutils-V07-01-12)
|
|---|
| 689 | - G4EmModelmanager - add protection for arithmetic operations with cut=DBL_MAX
|
|---|
| 690 |
|
|---|
| 691 | 26 November 05: V.Ivant (emutils-V07-01-11)
|
|---|
| 692 | - G4EmCalculator - upgrade printout
|
|---|
| 693 | - G4EmCorrection - fix on calculation of effective charge and Mott correction
|
|---|
| 694 | for heavy ions
|
|---|
| 695 |
|
|---|
| 696 | 15 November 05: V.Ivant (emutils-V07-01-10)
|
|---|
| 697 | - G4EnergyLossMessenger: migration to <sstream>
|
|---|
| 698 |
|
|---|
| 699 | 28 October 05: V.Ivant (emutils-V07-01-09)
|
|---|
| 700 | - Fix problem in G4EmCalculator in ComputeDEDX for ions
|
|---|
| 701 | - Provide subcutoff regime inside G4VEnergyLossProcess - do not
|
|---|
| 702 | use G4VSubCutoffProcessor anymore
|
|---|
| 703 | - update subcutoff set method inside G4EmProcessOptions
|
|---|
| 704 |
|
|---|
| 705 | 27 October 05: V.Ivant (emutils-V07-01-08)
|
|---|
| 706 | - add virtual method MscStepLimitation() to G4VMultipleScattering
|
|---|
| 707 | - add SetMscStepLimitation to G4EmProcessOptions
|
|---|
| 708 |
|
|---|
| 709 | 25 October 05: V.Ivant (emutils-V07-01-07)
|
|---|
| 710 | - G4VEmModel.cc - default energy range from 0.1*keV to 100*TeV to
|
|---|
| 711 | make easier initialisation of PAI models
|
|---|
| 712 |
|
|---|
| 713 | 17 October 05: L.Urban (emutils-V07-01-06)
|
|---|
| 714 | - G4VEnergyLossProcess.cc: protection againg 0 mean loss removed,
|
|---|
| 715 | effect cured in standard/G4UniversalFluctuation
|
|---|
| 716 |
|
|---|
| 717 | 07 October 05: L.Urban (emutils-V07-01-05)
|
|---|
| 718 | - G4VMultipleScattering.hh: error in a protection in GetContinuousStepLimit
|
|---|
| 719 | corrected. Must cowork with emstand-V07-01-14
|
|---|
| 720 |
|
|---|
| 721 | 05 October 05: L.Urban (emutils-V07-01-04)
|
|---|
| 722 | - G4VEnergyLossProcess: added protection against mean_energy_loss = 0
|
|---|
| 723 |
|
|---|
| 724 | 04 September 05: V.Ivant (emutils-V07-01-03)
|
|---|
| 725 | - G4VEnergyLossProcess, G4VEmProcess: default lambdaFactor 0.8
|
|---|
| 726 |
|
|---|
| 727 | 02 September 05: V.Ivant (emutils-V07-01-02)
|
|---|
| 728 | - This tag is 7.1 + bug fixes
|
|---|
| 729 | - G4VEnergyLossProcess: Integral=true; SetStepFunction(0.2, 1*mm)
|
|---|
| 730 | fix a problem #780 connected with d-electron production tmax < cut
|
|---|
| 731 | - G4EmManager - fix a cut calculation for e+e- pair
|
|---|
| 732 |
|
|---|
| 733 | 12 August 05: mma (emutils-V07-01-01)
|
|---|
| 734 | - G4VEnergyLossProcess: Integral=false; SetStepFunction(0.2, 0.1*mm)
|
|---|
| 735 |
|
|---|
| 736 | 25 July 05: V.Ivant (emutils-V07-01-00)
|
|---|
| 737 | - G4VEnergyLossProcess: add extra protection for non-integral mode
|
|---|
| 738 | - G4VEmModel, G4VEmFluctuationModel : move constructor anddestructor to the body
|
|---|
| 739 | - G4VEmProcess - use integral mode only for charged particles
|
|---|
| 740 |
|
|---|
| 741 | 27 May 05: V.Ivant (utils-V07-00-13)
|
|---|
| 742 | - Fix problem observed for second run after adding/removal materials
|
|---|
| 743 | - Fix compilation warning at SUN in G4EmCalculator and G4EmCorrections;
|
|---|
| 744 |
|
|---|
| 745 | 18 May 05: V.Ivant (utils-V07-00-12)
|
|---|
| 746 | - fix calculation of CrossSection without /run/initialise
|
|---|
| 747 |
|
|---|
| 748 | 12 May 05: V.Ivant (utils-V07-00-11)
|
|---|
| 749 | - fix calculation of MFP in G4Emcalculator
|
|---|
| 750 | - cleanup
|
|---|
| 751 |
|
|---|
| 752 | 09 May 05: V.Ivant (utils-V07-00-10)
|
|---|
| 753 | - Bux fixes in G4VEmProcess, G4VEmModel, G4EmCorrections
|
|---|
| 754 |
|
|---|
| 755 | 03 May 05: V.Ivant (utils-V07-00-09)
|
|---|
| 756 | - fabs -> std::abs
|
|---|
| 757 |
|
|---|
| 758 | 29 April 05: V.Ivant (utils-V07-00-08)
|
|---|
| 759 | - Fix compilation warning at gcc.3.4
|
|---|
| 760 |
|
|---|
| 761 | 26 April 05: V.Ivant (utils-V07-00-07)
|
|---|
| 762 | - Fix compilation warning at Windaows
|
|---|
| 763 |
|
|---|
| 764 | 19 April 05: V.Ivant (utils-V07-00-06)
|
|---|
| 765 | - Add method SelectRandomAtom to G4VEmModel
|
|---|
| 766 |
|
|---|
| 767 | 18 April 05: V.Ivant (utils-V07-00-05)
|
|---|
| 768 | - G4VEmProcess migrate to G4ParticleChangeForGamma
|
|---|
| 769 | - G4VMultipleScattering and G4VEmModel - optimise internal interfaces
|
|---|
| 770 |
|
|---|
| 771 | 13 April 05: V.Ivant (utils-V07-00-04)
|
|---|
| 772 | - Optimization of internal interfaces G4VEmModel, G4VEmFluctuationModel,
|
|---|
| 773 | G4VEmProcess, G4VEnergyLossProcess
|
|---|
| 774 | - Fix range calculation for dedx=0 in G4LossTableBuilder
|
|---|
| 775 | - Add Mott correction to G4EmCorrection
|
|---|
| 776 |
|
|---|
| 777 | 18 March 05: V.Ivant (utils-V07-00-03)
|
|---|
| 778 | - Optimization of G4VEmProcess interface for gamma processes
|
|---|
| 779 | - Put default inline implementation for virtual method of G4VEmModel
|
|---|
| 780 |
|
|---|
| 781 | 11 March 05: V.Ivant (utils-V07-00-02)
|
|---|
| 782 | - Shift verbose level, set default value 1
|
|---|
| 783 | - Add flags "ApplyCuts" and "KillPrimary" to G4VEmProcess
|
|---|
| 784 | - Add G4EmCorrection class
|
|---|
| 785 |
|
|---|
| 786 | 07 March 05: V.Ivant (utils-V07-00-01)
|
|---|
| 787 | - Fix bug in initialisation of G4VEmProcess
|
|---|
| 788 |
|
|---|
| 789 | 13 Jan 05: V.Ivant (utils-V07-00-00)
|
|---|
| 790 | - Fix bug which takes place when inactivate eIoni
|
|---|
| 791 | - Fix problem of effective charge for very slow ions - add protections
|
|---|
| 792 | - Fix problem of initialisation for ion beam examples
|
|---|
| 793 |
|
|---|
| 794 | 09 Dec 04: V.Ivant (utils-V06-02-22)
|
|---|
| 795 | - Fix bug related to hadron tests
|
|---|
| 796 |
|
|---|
| 797 | 06 Dec 04: V.Ivant (utils-V06-02-21)
|
|---|
| 798 | - Minor but critical fix in BuildPhysicsTables for muons
|
|---|
| 799 | - Fix of BuildDEDXtables for e-, e+, mu+, mu-
|
|---|
| 800 |
|
|---|
| 801 | 01 Dec 04: V.Ivant (utils-V06-02-20)
|
|---|
| 802 | - Migration to cmath
|
|---|
| 803 |
|
|---|
| 804 | 01 Dec 04: V.Ivant (utils-V06-02-19)
|
|---|
| 805 | - Move the classes with real models from utils to standard
|
|---|
| 806 |
|
|---|
| 807 | 29 November 04: V.Ivanchenko (utils-V06-02-18)
|
|---|
| 808 | - Restructure of standard subdirectories
|
|---|
| 809 | - Cleanup GNUmakefile
|
|---|
| 810 |
|
|---|
| 811 | 29 November 04: V.Ivanchenko (utils-V06-02-17)
|
|---|
| 812 | - Fix control on verboseLevel for energy loss and msc
|
|---|
| 813 | - Fix BuildPhysicsTable for case of sharing processes between particles
|
|---|
| 814 |
|
|---|
| 815 | 18 November 04: V.Ivanchenko (utils-V06-02-16)
|
|---|
| 816 | - Update signature of G4EmCalculator
|
|---|
| 817 | - Add method CrossSectionPerAtom to G4VEmModel
|
|---|
| 818 | - Fix bug at initialisation for ion
|
|---|
| 819 | - Improve printout for G4VEnergyLossProcess
|
|---|
| 820 | - Fix bug - initialisation of map for particle/processes for external
|
|---|
| 821 | access to dE/dx tables
|
|---|
| 822 |
|
|---|
| 823 | 15 November 04: V.Ivanchenko (utils-V06-02-15)
|
|---|
| 824 | - Remove ProposeTrackStatus from AlongStep
|
|---|
| 825 |
|
|---|
| 826 | 18 November 04: V.Ivanchenko (utils-V06-02-14b)
|
|---|
| 827 | - Fix bug - initialisation of map for particle/processes for external
|
|---|
| 828 | access to dE/dx tables
|
|---|
| 829 |
|
|---|
| 830 | 17 November 04: V.Ivanchenko (utils-V06-02-14a)
|
|---|
| 831 | - Fix bug at initialisation for ion
|
|---|
| 832 |
|
|---|
| 833 | 11 November 04: V.Ivanchenko (utils-V06-02-14)
|
|---|
| 834 | - The fix in Retrieve tables
|
|---|
| 835 |
|
|---|
| 836 | 11 November 04: V.Ivanchenko (utils-V06-02-13)
|
|---|
| 837 | - Migration to new algorithm to Store/Retrieve tables
|
|---|
| 838 |
|
|---|
| 839 | 02 November 04: L.Urban (utils-V06-02-12)
|
|---|
| 840 | - Precision problem for very high energy ions in gases(or with
|
|---|
| 841 | small stepsize) has been solved in src/G4MscModel.cc
|
|---|
| 842 |
|
|---|
| 843 | 25 October 04: V.Ivanchenko (utils-V06-02-11)
|
|---|
| 844 | - Migrate to new interfaces for ParticleChange
|
|---|
| 845 |
|
|---|
| 846 | 14 October 04: V.Ivanchenko (utils-V06-02-10)
|
|---|
| 847 | - Bug fix in effective charge sampling
|
|---|
| 848 |
|
|---|
| 849 | 27 september 04: L.Urban (utils-V06-02-09)
|
|---|
| 850 | - G4Mscmodel.cc: change in the tail of the angular distribution,
|
|---|
| 851 | contributing to step independance.
|
|---|
| 852 |
|
|---|
| 853 | 13 September 04: V.Ivanchenko (utils-V06-02-08)
|
|---|
| 854 | - Extend G4BraggModel below 1 keV
|
|---|
| 855 | - Add verbose for G4EmCalculator
|
|---|
| 856 | - Fix problem of integral regime for cross sections with more
|
|---|
| 857 | than 1 peak
|
|---|
| 858 |
|
|---|
| 859 | 26 Augest 04: V.Ivanchenko (utils-V06-02-07)
|
|---|
| 860 | - Update G4EmCalculator class - add protections and cleanup
|
|---|
| 861 | - Fix effective charge for He4
|
|---|
| 862 | - Fix deuteron energy loss
|
|---|
| 863 | - For G4VEnergyLossProcess and G4VMultipleScattring introduce new methods
|
|---|
| 864 | to perform initialisation in both cases Build or Retrieve tables
|
|---|
| 865 |
|
|---|
| 866 | 17 August 04: L.Urban (utils-V06-02-06)
|
|---|
| 867 | - Name of data member facxsi changed to factail together with the corresponding
|
|---|
| 868 | set function.
|
|---|
| 869 | - Changes in the angle distribution (slightly modified Highland formula for the
|
|---|
| 870 | width of the central part, changes in the numerical values of some other
|
|---|
| 871 | parameters) ---> approximately step independent distribution.
|
|---|
| 872 |
|
|---|
| 873 | 06 Augest 04: V.Ivanchenko (utils-V06-02-05)
|
|---|
| 874 | - Change names of private member functions to make they be more clear
|
|---|
| 875 | - Optimise MFP and step limit calculation
|
|---|
| 876 | - Remove random step feature from G4VEnergyLossProcess
|
|---|
| 877 | - Add interfaces to G4Emcalculator
|
|---|
| 878 | - Clear up interfaces in G4VEmProcess
|
|---|
| 879 | - Use new interfaces from G4VParticleChange
|
|---|
| 880 | - Remove obsolete interfaces for particles
|
|---|
| 881 |
|
|---|
| 882 | 27 July 04: V.Ivanchenko (utils-V06-02-04)
|
|---|
| 883 | - Fix a compilation problem connected with removal of the dependence
|
|---|
| 884 | of particle cathegory on G4Material
|
|---|
| 885 | - Add G4EmCalculator - a class to access/calculate dedx, range, cross
|
|---|
| 886 | sections of EM processes
|
|---|
| 887 | - Add G4ionEffectiveCharge class needed both to ion physics and
|
|---|
| 888 | G4EmCalculator
|
|---|
| 889 |
|
|---|
| 890 | 23 July 04: V.Ivanchenko (utils-V06-02-03)
|
|---|
| 891 | - Fix a problem of cut dependence of transmission energy of low energy e-
|
|---|
| 892 | via thin foil
|
|---|
| 893 |
|
|---|
| 894 | 21 July 04: V.Ivanchenko (utils-V06-02-02)
|
|---|
| 895 | - Fix a problem tried after desactivation of muon ionisation
|
|---|
| 896 |
|
|---|
| 897 | 19 July 04: mma (utils-V06-02-01)
|
|---|
| 898 | - G4MscModel.cc: correction in SampleCosineTheta in order to avoid
|
|---|
| 899 | num. precision problems at high energy/small step(L.Urban)
|
|---|
| 900 |
|
|---|
| 901 | 05 July 04: V.Ivanchenko (utils-V06-02-00)
|
|---|
| 902 | - Fix a problem of G4VEnergyLossProcess seen for ions at small cuts in range
|
|---|
| 903 |
|
|---|
| 904 | 26 May 04: V.Ivanchenko (utils-V06-01-07)
|
|---|
| 905 | - Critical fix in msc to avoid crash in case of use of G4hLowEnergyIonisation
|
|---|
| 906 | for ions together with msc
|
|---|
| 907 |
|
|---|
| 908 | 17 May 04: V.Ivanchenko (utils-V06-01-06)
|
|---|
| 909 | - Update integral method taking into account 1 peak in cross section
|
|---|
| 910 | - Add options to G4EmProcessOptions
|
|---|
| 911 | - Fix minor problem at initialisation
|
|---|
| 912 |
|
|---|
| 913 | 10 May 04: V.Ivanchenko (utils-V06-01-05)
|
|---|
| 914 | - Add method GetCurrentRange
|
|---|
| 915 | - Add additional initialisation to fluctuations
|
|---|
| 916 | - Fix in printout format
|
|---|
| 917 |
|
|---|
| 918 | 04 May 04: V.Ivanchenko (utils-V06-01-04)
|
|---|
| 919 | - Use dynamic change for simulation of multiple scattering angle
|
|---|
| 920 | - Use trancate range table for estimation of energy loss inside
|
|---|
| 921 | msc model.
|
|---|
| 922 |
|
|---|
| 923 | 26 April 04: V.Ivanchenko (utils-V06-01-03)
|
|---|
| 924 | - Reduce aria of applicability of the model for simulation
|
|---|
| 925 | of fluctuations at very small steps to provide less step dependent
|
|---|
| 926 | results.
|
|---|
| 927 |
|
|---|
| 928 | 23 April 04: L.Urban (utils-V06-01-02)
|
|---|
| 929 | - changes in G4MscModel: t->z and z->t transformations (true length
|
|---|
| 930 | to geometrical length and back) have been completely rewritten,
|
|---|
| 931 | change in the angular distribution for e+/e-
|
|---|
| 932 | ( correction to the Highland formula) + some technical changes
|
|---|
| 933 | ==> results are closer to data, step dependence decreased. Effect
|
|---|
| 934 | the resolution of sampling calorimeters
|
|---|
| 935 |
|
|---|
| 936 | 05 April 04: V.Ivant (utils-V06-01-01)
|
|---|
| 937 | - G4VEnergyLossProcess: Update calulation of energy loss from tables
|
|---|
| 938 | (important for proton energies about 1 MeV);
|
|---|
| 939 | - Fluctuations: smooth out sampling of Gaussian fluctuations,
|
|---|
| 940 | when sigma is much bigger than energy loss.
|
|---|
| 941 |
|
|---|
| 942 | 31 March 04: V.Ivant (utils-V06-01-00)
|
|---|
| 943 | - G4VEnergyLossProcess: Fix a problem of retrieve tables if PreciseRange
|
|---|
| 944 | is absent
|
|---|
| 945 |
|
|---|
| 946 | 15 March 04: V.Ivant (utils-V06-00-09)
|
|---|
| 947 | - G4VEnergyLossProcess: Fix a problem of energy below lowestKinEnergy
|
|---|
| 948 |
|
|---|
| 949 | 15 March 04: mma (utils-V06-00-08)
|
|---|
| 950 |
|
|---|
| 951 | 12 March 04: V.Ivant
|
|---|
| 952 | - G4VEnergyLossProcess: put back lowestKinEnergy = 1.*eV;
|
|---|
| 953 |
|
|---|
| 954 | 10 March 04: V.Ivant
|
|---|
| 955 | - G4LossTableManager.cc: fix a problem of Precise Range table
|
|---|
| 956 | - G4VEnergyLossProcess: fix problem of step limit calculation
|
|---|
| 957 |
|
|---|
| 958 | 10 March 04: L.Urban
|
|---|
| 959 | - G4MscModel: changes in data members,
|
|---|
| 960 | corrections in GeomPathLength,TrueStepLength, SampleCosineTheta
|
|---|
| 961 |
|
|---|
| 962 | 06 March 04: V.Ivant (utils-V06-00-07)
|
|---|
| 963 | - fix a bug in link at SUN
|
|---|
| 964 |
|
|---|
| 965 | 01 March 04: V.Ivant (utils-V06-00-06)
|
|---|
| 966 | - fixes of bugs coming with transition to model variant of msc
|
|---|
| 967 | and simplifications of calculation of energy dependence of internal
|
|---|
| 968 | parameters (L.Urban)
|
|---|
| 969 |
|
|---|
| 970 |
|
|---|
| 971 | 27 Feb 04: V.Ivant (utils-V06-00-05)
|
|---|
| 972 | - fix problem of ionisation in air with low pressure 10^-4 Atm
|
|---|
| 973 | - add G4EmProcessOptions class
|
|---|
| 974 | - update calculation of energy from range
|
|---|
| 975 |
|
|---|
| 976 | 17 Feb 04: V.Ivant (utils-V06-00-04)
|
|---|
| 977 | - murge the patch and development tag
|
|---|
| 978 | - minor cleanup in ionisation models
|
|---|
| 979 |
|
|---|
| 980 | 06 Feb 04: V.Ivant (utils-a-V06-00-00)
|
|---|
| 981 | - The tag on top of utils-V06-00-00 for the patch include:
|
|---|
| 982 | - Fix problem of destruction of PAI model
|
|---|
| 983 | - Fix a bug responsibile for mess in cross section of delta-electron
|
|---|
| 984 | production by muons
|
|---|
| 985 | - Add protection for small edep in G4UniversalFluctuations
|
|---|
| 986 |
|
|---|
| 987 | 27 Jan 04: V.Ivant (utils-V06-00-03)
|
|---|
| 988 | - Fix problem of destruction of PAI model
|
|---|
| 989 |
|
|---|
| 990 | 26 Jan 04: V.Ivant (utils-V06-00-02)
|
|---|
| 991 | - Fix a bug responsibile for mess in cross section of delta-electron
|
|---|
| 992 | production by muons
|
|---|
| 993 |
|
|---|
| 994 | 22 Jan 04: V.Ivant (utils-V06-00-01)
|
|---|
| 995 | - Migrade to G4ParticleChangeForLoss
|
|---|
| 996 |
|
|---|
| 997 | 14 Jan 04: V.Ivant (utils-V06-00-00)
|
|---|
| 998 | - Activate precise range calculation
|
|---|
| 999 | - Add Set methods to G4LossTablemanager to define: binning, maxEnergy for muon
|
|---|
| 1000 | tables, maxEnergy for precise range.
|
|---|
| 1001 |
|
|---|
| 1002 | 26 Nov 03: V.Ivant (utils-V05-02-17)
|
|---|
| 1003 | - Close precise range feature for the time being
|
|---|
| 1004 |
|
|---|
| 1005 | 26 Nov 03: L.Urban
|
|---|
| 1006 | - Bugfix in G4VMultipleScattering:AlongStepDoIt + G4MscModel
|
|---|
| 1007 | truestep <= range
|
|---|
| 1008 |
|
|---|
| 1009 | 25 Nov 03: V.Ivant (utils-V05-02-16)
|
|---|
| 1010 | - Fix wrong deletion and error in SetRangeTable
|
|---|
| 1011 |
|
|---|
| 1012 | 25 Nov 03: V.Ivant (utils-V05-02-15)
|
|---|
| 1013 | - Fix crash for case of inactivated ionisation and bremsstrahlung
|
|---|
| 1014 |
|
|---|
| 1015 | 13 Nov 03: V.Ivant (utils-V05-02-14)
|
|---|
| 1016 | - Fix negative energy loss
|
|---|
| 1017 |
|
|---|
| 1018 | 11 Nov 03: V.Ivant (utils-V05-02-13)
|
|---|
| 1019 | - Update printout in RetrievePhysicsTable
|
|---|
| 1020 | - Substitute G4VEnergyLossSTD by G4VEnergyLossProcess
|
|---|
| 1021 | - For ions update ionisation (V.Ivanchenko) and multiple scattering (L.Urban)
|
|---|
| 1022 |
|
|---|
| 1023 | 10 Nov 03: Urban
|
|---|
| 1024 | - highKinEnergy is set back to 100 TeV for multiple scattering
|
|---|
| 1025 | - number of table bins set to 120 "
|
|---|
| 1026 | - small change in the tail of the angular distribution (after tuning!)
|
|---|
| 1027 | - code cleaning in G4MscModel.cc
|
|---|
| 1028 |
|
|---|
| 1029 | 07 Nov 03: mma (utils-V05-02-12)
|
|---|
| 1030 | - Fix problem of rounding of double in G4UniversalFluctuations
|
|---|
| 1031 | - Fix precision problems for high energy (PeV) particles
|
|---|
| 1032 | - change in the tail of the angular distribution
|
|---|
| 1033 | - highKinEnergy is set to 100 PeV
|
|---|
| 1034 |
|
|---|
| 1035 | 03 Nov 03: V.Ivant (utils-V05-02-11)
|
|---|
| 1036 | - Remove STD processes
|
|---|
| 1037 | - Fix problem of RetrievePhysicsTable
|
|---|
| 1038 |
|
|---|
| 1039 | 30 Oct 03: G.Cosmo (utils-V05-02-10)
|
|---|
| 1040 | - Fixed compilation problem on Windows in G4LossTableManager.cc for multiple
|
|---|
| 1041 | declaration of indeces ...
|
|---|
| 1042 |
|
|---|
| 1043 | 24 Oct 03: V.Ivant (utils-V05-02-09)
|
|---|
| 1044 | - Update logic of BuildPhysicsTable to take into account desactivate processes
|
|---|
| 1045 | - Update defalts for stepping algorithm
|
|---|
| 1046 |
|
|---|
| 1047 | 20 Oct 03: V.Ivant (utils-V05-02-08)
|
|---|
| 1048 | - Minor change of interface to G4EmFluctuationModel for PAI development
|
|---|
| 1049 | - Update logic of the messenger and G4LossTableManager to provide independence
|
|---|
| 1050 | on command sequence
|
|---|
| 1051 | - Increase verbosity for store/retrieve tables
|
|---|
| 1052 |
|
|---|
| 1053 | 14 Oct 03: V.Ivant (utils-V05-02-07)
|
|---|
| 1054 | - Update verbose/printout
|
|---|
| 1055 | - Add new method DefineForRegion to G4VEmModel
|
|---|
| 1056 | - Fix minor problems in messenger
|
|---|
| 1057 |
|
|---|
| 1058 | 4 Oct 03: G.Cosmo (utils-V05-02-06)
|
|---|
| 1059 | - Modified GNUmakefiles:
|
|---|
| 1060 | o added dependency to new module "geometry/navigation".
|
|---|
| 1061 | o replaced "digits+hits" with "digits_hits".
|
|---|
| 1062 | - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
|
|---|
| 1063 |
|
|---|
| 1064 | 25 Sept 03: H.Kurashige (utils-V05-02-05)
|
|---|
| 1065 | - Add "#include G4MaterialCutsCouple.hh" in G4MultipleScattering52.hh
|
|---|
| 1066 |
|
|---|
| 1067 | 20 Sept 03: V.Ivant (utils-V05-02-04)
|
|---|
| 1068 | -Use warning for obsolete interfaces which uses G4Material instead of
|
|---|
| 1069 | G4MaterialCutsCouple
|
|---|
| 1070 | -Update initialization of energy loss processes
|
|---|
| 1071 | -Update GNUmakefile
|
|---|
| 1072 |
|
|---|
| 1073 | 12 September 03: L.Urban
|
|---|
| 1074 | -fixed num. error for small stepsize in G4MscModel.cc (z sampling)
|
|---|
| 1075 |
|
|---|
| 1076 | 27 August 03: V.Ivant (utils-V05-02-03)
|
|---|
| 1077 | -Fix problems in compilation of some tests
|
|---|
| 1078 |
|
|---|
| 1079 | 08 August 03: V.Ivant (utils-V05-02-02)
|
|---|
| 1080 | -Substitute standerd by STD, freezing old standard as 52
|
|---|
| 1081 |
|
|---|
| 1082 | 07 August 03: V.Ivant (utils-V05-02-01)
|
|---|
| 1083 | - Update of the ion fluctuation model
|
|---|
| 1084 | - Update design - STD processes can be mixed in physics list with
|
|---|
| 1085 | old processes
|
|---|
| 1086 | - Tunning of msc model: fix poblems for width and for tails of distribution
|
|---|
| 1087 | for the STD variant
|
|---|
| 1088 |
|
|---|
| 1089 | 24 July 03: V.Ivant (utils-V05-02-00)
|
|---|
| 1090 | -Update model interface - substitute G4Material by G4MaterialCutsCouple
|
|---|
| 1091 | in dE/dx and CrossSection methods
|
|---|
| 1092 | -Add Set methods to energy range of msc table
|
|---|
| 1093 | -Add method to change the nergy range of model
|
|---|
| 1094 | -Add possibility to have STD and other processes in the same physics list
|
|---|
| 1095 |
|
|---|
| 1096 | 16 June 03: V.Ivant (utils-V05-01-07)
|
|---|
| 1097 | - ShortLived particles are not applicable for msc
|
|---|
| 1098 |
|
|---|
| 1099 | 04 June 03: V.Ivant (utils-V05-01-06)
|
|---|
| 1100 | - Fix compilation warnings
|
|---|
| 1101 | - Update STD initialisation
|
|---|
| 1102 |
|
|---|
| 1103 | 28 May 03: V.Ivant (utils-V05-01-05)
|
|---|
| 1104 | - Remove absolete msc STD classes and add msc model (V.Ivanchenko)
|
|---|
| 1105 | - Fix misprint for msc at Tev energy (L.Urban)
|
|---|
| 1106 |
|
|---|
| 1107 | 26 May 03: V.Ivant (utils-V05-01-04)
|
|---|
| 1108 | - Fix compilation warnings for pedantic compiler option
|
|---|
| 1109 |
|
|---|
| 1110 | 26 May 03: V.Ivant (utils-V05-01-03)
|
|---|
| 1111 | - replaced msc STD with model variant
|
|---|
| 1112 | - remove debug printout from G4VEnergyLossSTD for ions
|
|---|
| 1113 | - fix minor problem in nuclear formfactor calculations for msc
|
|---|
| 1114 |
|
|---|
| 1115 | 23 May 03: V.Ivant (utils-V05-01-02)
|
|---|
| 1116 | - Fix initialisation of integral approach - correct definition
|
|---|
| 1117 | of STD fluctuation model
|
|---|
| 1118 | - Remove tracking cut from STD
|
|---|
| 1119 | - Establish limits on eloss for Bohr and Ion fluctuations for STD
|
|---|
| 1120 |
|
|---|
| 1121 | 23 May 03: L.Urban (utils-V05-01-01)
|
|---|
| 1122 | - MultipleScattering and MultipleScatteringSTD :
|
|---|
| 1123 | - IMPORTANT change in the angle distribution for muons/hadrons
|
|---|
| 1124 | the width of the central part now is corresponds to the value
|
|---|
| 1125 | can be computed from the HighLand formula (no change of this
|
|---|
| 1126 | kind for e+/e-) --> small change in the width for low to
|
|---|
| 1127 | medium energy (protons - 1 MeV - few hundred MeV) but change up to
|
|---|
| 1128 | 20 -25 % for high energy.
|
|---|
| 1129 | - minor correction in the angle sampling algorithm, affects
|
|---|
| 1130 | e+/e- too --> small change for very small and very big
|
|---|
| 1131 | stepsize/range values.
|
|---|
| 1132 |
|
|---|
| 1133 | 15 May 03: V.Ivant (utils-V05-01-00)
|
|---|
| 1134 | - add precise range calculation for STD
|
|---|
| 1135 | - defauld step parameters for STD set to be the same as standard
|
|---|
| 1136 |
|
|---|
| 1137 | 28 Apr 03: V.Ivant (utils-V05-00-13)
|
|---|
| 1138 | - add control on range for msc (effective for ions)
|
|---|
| 1139 |
|
|---|
| 1140 | 26 Apr 03: V.Ivant (utils-V05-00-12)
|
|---|
| 1141 | - fix of store/retrieve tables for msc and STD
|
|---|
| 1142 | - cleanup Bohr and Ion fluctuations
|
|---|
| 1143 |
|
|---|
| 1144 | 17 Apr 03: V.Ivant (utils-V05-00-11)
|
|---|
| 1145 | - additional clean up of msc variables
|
|---|
| 1146 | - improve output
|
|---|
| 1147 |
|
|---|
| 1148 | 13 Apr 03: V.Ivant (utils-V05-00-10)
|
|---|
| 1149 | - Add additional initialisation msc variables
|
|---|
| 1150 | - Add interface between standard and STD tables
|
|---|
| 1151 |
|
|---|
| 1152 | 09 Apr 03: V.Ivant (utils-V05-00-09)
|
|---|
| 1153 | - Fix problem of negative step limit for STD
|
|---|
| 1154 |
|
|---|
| 1155 | 07 Apr 03: V.Ivant (utils-V05-00-08)
|
|---|
| 1156 | - Add DeRegister to STD loss classes
|
|---|
| 1157 | - Add G4VMultipleScattering
|
|---|
| 1158 | - Remove STD messenger
|
|---|
| 1159 |
|
|---|
| 1160 | 26 Mar 03: V.Ivant (utils-V05-00-07)
|
|---|
| 1161 | - Add GetDEDXDispersion to STD loss tables
|
|---|
| 1162 |
|
|---|
| 1163 | 25 Mar 03: mma
|
|---|
| 1164 | - G4VEnergyLoss : add finalRangeRequested
|
|---|
| 1165 |
|
|---|
| 1166 | 12 Mar 03: V.Ivant (utils-V05-00-06)
|
|---|
| 1167 | - Add warning and G4Exception to G4EnergyLossTable
|
|---|
| 1168 | - Fix in MSC cut per region
|
|---|
| 1169 | - Fix in initialisation for STD
|
|---|
| 1170 | - Make messanger active at PreInit
|
|---|
| 1171 |
|
|---|
| 1172 | 10 Mar 03: V.Ivant (utils-V05-00-05)
|
|---|
| 1173 | - Updated MSC
|
|---|
| 1174 | - SubType for GenericIons
|
|---|
| 1175 | - Fix in energy range of models for STD
|
|---|
| 1176 |
|
|---|
| 1177 | 26 feb 03: V.Ivant (utils-V05-00-04a)
|
|---|
| 1178 | - For the February reference tag return back msc of 5.0
|
|---|
| 1179 | - Simplify control on GenericIons for STD
|
|---|
| 1180 |
|
|---|
| 1181 | 18 feb 03: V.Ivant (utils-V05-00-04)
|
|---|
| 1182 | - add control on CutsCouple usage
|
|---|
| 1183 | - utilise SubType for GenericIons
|
|---|
| 1184 | - fix problems with lambda and range tables for STD hadrons/ions
|
|---|
| 1185 | - fix problem of several runs with changed cuts/couples for STD
|
|---|
| 1186 |
|
|---|
| 1187 | 13 feb 03: V.Ivant
|
|---|
| 1188 | - add names for all models
|
|---|
| 1189 | - make the set of model per region available
|
|---|
| 1190 | - make SubCutoff regime available per region
|
|---|
| 1191 |
|
|---|
| 1192 | 10 feb 03: mma (utils-V05-00-03)
|
|---|
| 1193 | - tag to take account the Laszlo + Vladimir modifs
|
|---|
| 1194 |
|
|---|
| 1195 | 07 feb 03: V.Ivant
|
|---|
| 1196 | - fix problem in fluctuations for STD
|
|---|
| 1197 |
|
|---|
| 1198 | 06 feb 03: L.Urban
|
|---|
| 1199 | - important modifications in MSC (both in old design and model
|
|---|
| 1200 | version)
|
|---|
| 1201 | - changes in data members
|
|---|
| 1202 | - algorithm to reduce the step dependence is new
|
|---|
| 1203 | - new sampling for the geom.pathlengths
|
|---|
| 1204 |
|
|---|
| 1205 | 05 feb 03: V.Ivant (utils-V05-00-02)
|
|---|
| 1206 | - Fix on warnings at SUN for STD classes
|
|---|
| 1207 | - Add Initialise method to STD classes to calculate PartialSumSigma
|
|---|
| 1208 | - Subsitute Material by MaterialCutsCouple for PostStep STD
|
|---|
| 1209 |
|
|---|
| 1210 | 24 jan 03: V.Ivant (utils-V05-00-01)
|
|---|
| 1211 | - Migration to "cut per region"
|
|---|
| 1212 |
|
|---|
| 1213 | 06 jan 03: V.Ivant (utils-V05-00-00)
|
|---|
| 1214 | - Update interfaces to STD classes in order to be ready to migrade
|
|---|
| 1215 | to "cut per region"
|
|---|
| 1216 |
|
|---|
| 1217 | 12 dec 02: V.Ivant (utils-V04-01-12)
|
|---|
| 1218 | - Fix in multiple scattering for 1 MeV protons in both implementations.
|
|---|
| 1219 |
|
|---|
| 1220 | 09 dec 02: V.Ivant (utils-V04-01-11)
|
|---|
| 1221 | - Removed warnings in G4SCProcessorStand and G4UniversalFluctuation.
|
|---|
| 1222 |
|
|---|
| 1223 | 06 dec 02: G.Cosmo (utils-V04-01-10)
|
|---|
| 1224 | - Merged changes for new G4ApplicationState in messengers.
|
|---|
| 1225 |
|
|---|
| 1226 | 04 dec 02: V.Ivant (utils-V04-01-09)
|
|---|
| 1227 | - STD processes: fix model selection + delta-electron spectra
|
|---|
| 1228 |
|
|---|
| 1229 | 11 nov 02: V.Ivant (utils-V04-01-08)
|
|---|
| 1230 | - G4VEnergyLoss: return back previous fluctuation model
|
|---|
| 1231 |
|
|---|
| 1232 | 30 oct 02: mma (utils-V04-01-07)
|
|---|
| 1233 | - G4MultipleScattering: modified angle distribution, mods in boundary
|
|---|
| 1234 | algorithm, changes in data members, rename variable cm -> Ecm
|
|---|
| 1235 | This new parametrisation improves the ~100 MeV proton scattering.
|
|---|
| 1236 | - propagated to G4MultipleScatteringSTD
|
|---|
| 1237 | - G4VEnergyLoss: minor changes in fluctuations
|
|---|
| 1238 |
|
|---|
| 1239 | 28 oct 02: V.Ivanchenko (utils-V04-01-06)
|
|---|
| 1240 | - fix in G4MultipleScattringSTD + cleanup warnings in STD classes
|
|---|
| 1241 |
|
|---|
| 1242 | 17 oct 02: V.Ivant (utils-V04-01-05)
|
|---|
| 1243 | - temporary fix for proton scattering propagated in MultipleScatteringSTD
|
|---|
| 1244 | - Few changes in LossTableBuilder
|
|---|
| 1245 |
|
|---|
| 1246 | 16 oct 02: Laszlo (utils-V04-01-04)
|
|---|
| 1247 | - temporary fix for proton scattering
|
|---|
| 1248 |
|
|---|
| 1249 | 15 oct 02: V.Ivant (utils-V04-01-03)
|
|---|
| 1250 | - redesign for a Model approach: files processNameSTD and processNameModel
|
|---|
| 1251 |
|
|---|
| 1252 | 26 sep 02: Laszlo (utils-V04-01-02)
|
|---|
| 1253 | - angle distribution modified
|
|---|
| 1254 | - minor changes in boundary algorithm
|
|---|
| 1255 |
|
|---|
| 1256 | 12 aug 02: Laszlo (utils-V04-01-01)
|
|---|
| 1257 | - bug fixed in PostStepDoIt (lateral displacement)
|
|---|
| 1258 |
|
|---|
| 1259 | 06 aug 02: V.Ivanchenko (utils-V04-01-00)
|
|---|
| 1260 | G4VEnergyLoss: Fix at low energies - if tmax below ionisation potential
|
|---|
| 1261 | then only Gaussian fluctuations are sampled.
|
|---|
| 1262 |
|
|---|
| 1263 | 11 jun 02: Laszlo (utils-V04-00-08)
|
|---|
| 1264 | - important bug fixed in G4MultipleScattering.cc
|
|---|
| 1265 | ComputeTransportCrossSection. The bug affected the scattering
|
|---|
| 1266 | for all the low energy ( <~ few hundred MeV) heavy particles.
|
|---|
| 1267 |
|
|---|
| 1268 | 24 may 02: Laszlo (utils-V04-00-07)
|
|---|
| 1269 | - G4MultipleScattering.hh,.cc: mods in angle distribution and
|
|---|
| 1270 | in boundary algorithm
|
|---|
| 1271 |
|
|---|
| 1272 | 06 may 02: Laszlo (utils-V04-00-06)
|
|---|
| 1273 | - G4MultipleScattering.cc :bug fixed in GetContinuousStepLimit
|
|---|
| 1274 |
|
|---|
| 1275 | 24 apr 02: Laszlo (utils-V04-00-05)
|
|---|
| 1276 | - G4MultipleScattering.hh,.cc have been committed:
|
|---|
| 1277 | some minor changes in boundary algorithm to improve the backscattering.
|
|---|
| 1278 |
|
|---|
| 1279 | 22 apr 02: Laszlo (utils-V04-00-04)
|
|---|
| 1280 | - G4MultipleScattering.hh,.cc have been committed:
|
|---|
| 1281 | boundary algorithm has been modified resulting improvement ~10%
|
|---|
| 1282 | in the performance (with the same physics).
|
|---|
| 1283 |
|
|---|
| 1284 | 17 apr 02: Laszlo (utils-V04-00-03)
|
|---|
| 1285 | - G4MultipleScattering.hh,.cc have been committed:
|
|---|
| 1286 | new parametrisation for angle distribution.
|
|---|
| 1287 | boundary algorithm has been modified + some other (minor) changes.
|
|---|
| 1288 |
|
|---|
| 1289 | 26 feb 02: mma (utils-V04-00-02)
|
|---|
| 1290 | - initial value of data member of G4VEnergyLoss finalRange = 1 mm
|
|---|
| 1291 | (actual value of this data member is computed in
|
|---|
| 1292 | G4VeEnergyLoss,G4VhEnergyLoss and G4VMuEnergyLoss.)
|
|---|
| 1293 |
|
|---|
| 1294 | 14 feb 02: L.Urban (utils-V04-00-01)
|
|---|
| 1295 | - initial value of data member of G4VEnergyLoss finalRange
|
|---|
| 1296 | has been changed
|
|---|
| 1297 | (actual value of this data member is computed in
|
|---|
| 1298 | G4VeEnergyLoss,G4VhEnergyLoss and G4VMuEnergyLoss..)
|
|---|
| 1299 |
|
|---|
| 1300 | 11 feb 02: mma (utils-V04-00-00)
|
|---|
| 1301 | - subSecFlag = false --> No sucutoff generation
|
|---|
| 1302 |
|
|---|
| 1303 | 08 nov 01: mma (utils-V03-02-11)
|
|---|
| 1304 | - G4VEnergyLoss: some data members and functions are no more static
|
|---|
| 1305 |
|
|---|
| 1306 | 07 nov 01: mma (utils-V03-02-10)
|
|---|
| 1307 | - bug fixe in G4MultipleScattering::PostStepDoIt()
|
|---|
| 1308 |
|
|---|
| 1309 | 29 oct 01: mma (utils-V03-02-09)
|
|---|
| 1310 | - static functions no more inlined
|
|---|
| 1311 |
|
|---|
| 1312 | 24 oct 01: mma (utils-V03-02-08)
|
|---|
| 1313 | - cut per material: G4VEnergyLoss
|
|---|
| 1314 |
|
|---|
| 1315 | 28 sep 01: mma (utils-V03-02-07)
|
|---|
| 1316 | - StorePhysicsTable: ParticleName included in FileName
|
|---|
| 1317 |
|
|---|
| 1318 | 27 sep 01: L.Urban (utils-V03-02-06)
|
|---|
| 1319 | - bug fixed in G4EnergyLossTables.icc,.cc:
|
|---|
| 1320 | this bug caused sometime negative energy deposit
|
|---|
| 1321 | (it was a very-very old bug)
|
|---|
| 1322 | - value of data member factlim in msc has been changed
|
|---|
| 1323 |
|
|---|
| 1324 | 19 sep 01: mma (utils-V03-02-05)
|
|---|
| 1325 | - come back to previous process name: "msc"
|
|---|
| 1326 |
|
|---|
| 1327 | 17 sep 01: mma (utils-V03-02-04)
|
|---|
| 1328 | - modifs in muls and VEnergyLoss for the migration of Materials to pure STL,
|
|---|
| 1329 | but backward compatible with g4rw
|
|---|
| 1330 |
|
|---|
| 1331 | 13 sep 01: L.Urban (utils-V03-02-03)
|
|---|
| 1332 | - Unused TrueToGeomTransformation method deleted. Class description
|
|---|
| 1333 | - corr. in ComputeTransportCrossSection
|
|---|
| 1334 |
|
|---|
| 1335 | 11 sep 01: L.Urban (utils-V03-02-02)
|
|---|
| 1336 | - G4MultipleScatteringx put as the default: G4MultipleScattering
|
|---|
| 1337 |
|
|---|
| 1338 | 11 sep 01: L.Urban (utils-V03-02-01)
|
|---|
| 1339 | - last tag with G4MultipleScatteringx file.
|
|---|
| 1340 |
|
|---|
| 1341 | 03 sep 01: L.Urban (utils-V03-02-00)
|
|---|
| 1342 | - value of data member factlim has been changed.
|
|---|
| 1343 |
|
|---|
| 1344 | 28 aug 01: mma
|
|---|
| 1345 | - G4MultipleScatteringx: small modifs in BuildPhysicsTable,
|
|---|
| 1346 | ComputeTransportCrossSection, PostStepDoIt.
|
|---|
| 1347 | GetContinuousStepLimit and AlongStepDoIt moved to .cc file
|
|---|
| 1348 |
|
|---|
| 1349 | 23 aug 01: L. Urban
|
|---|
| 1350 | - new angle and z(geom. pathlength) distributions,
|
|---|
| 1351 | energy (step) dependence has been reduced,
|
|---|
| 1352 | Store/Retrieve methods have been commented out temporarily
|
|---|
| 1353 |
|
|---|
| 1354 | 8 aug 01: mma
|
|---|
| 1355 | - G4MultipleScatteringx: methods to store/retrieve PhysicsTable
|
|---|
| 1356 |
|
|---|
| 1357 | 18 may 01: V.Ivanchenko (utils-V03-01-01)
|
|---|
| 1358 | - clean up againist Linux ANSI strict compilation mode.
|
|---|
| 1359 |
|
|---|
| 1360 | 16 may 01: L.Urban (utils-V03-01-00)
|
|---|
| 1361 | - value of the member cpar has been changed back to the original
|
|---|
| 1362 | value 1.5 in G4MultipleScattering.cc. The same is done in
|
|---|
| 1363 | G4MultipleScatteringx.cc (the data member name is cparm there).
|
|---|
| 1364 | This change affects all the results for low energy (< 1 MeV
|
|---|
| 1365 | for electrons).
|
|---|
| 1366 |
|
|---|
| 1367 | 15 may 01: L.Urban
|
|---|
| 1368 | - new multiple scattering version committed under the class name
|
|---|
| 1369 | G4MultipleScatteringx. It gives better msc angle distribution
|
|---|
| 1370 | than the standard G4MultipleScattering. It uses a distribution
|
|---|
| 1371 | to simulate the geom./true pathlengths (standard : mean values
|
|---|
| 1372 | only) and has a framework implemented in it to perform special
|
|---|
| 1373 | stepping near to a boundary (this algorithm works, but some
|
|---|
| 1374 | further development/tuning needed - this algorithm is disabled
|
|---|
| 1375 | by default). This new version can be used after the change:
|
|---|
| 1376 | G4MultipleScattering --> G4MultipleScatteringx
|
|---|
| 1377 | in the PhysicsList.
|
|---|
| 1378 |
|
|---|
| 1379 | 27 mar 01: L.Urban (utils-V03-00-06)
|
|---|
| 1380 | - another bug fixed in G4VEnergyLoss.cc, in the fluct code.
|
|---|
| 1381 | The code gave in some cases (very rarely) small negative energy loss
|
|---|
| 1382 | for small (~ micrometer) step size, now it is cured.
|
|---|
| 1383 |
|
|---|
| 1384 | 23 mar 01: L.Urban (utils-V03-00-05)
|
|---|
| 1385 | - bug fixed in fluct in G4VEnergyLoss.cc
|
|---|
| 1386 | Some int internal variables have been changed to doubles,
|
|---|
| 1387 | anomaly at extreme high energy/high cut (zero energy deposit)
|
|---|
| 1388 | is cured.
|
|---|
| 1389 |
|
|---|
| 1390 | 05 mar 01 mma (utils-V03-00-04)
|
|---|
| 1391 | - new subdirectory: integral
|
|---|
| 1392 | migration of all G4I.. processes from muons, standard, utils into integral
|
|---|
| 1393 |
|
|---|
| 1394 | 01 feb 01: L.Urban (utils-V03-00-01)
|
|---|
| 1395 | - bug fixed in the fluctuation code , in G4VEnergyLoss.cc
|
|---|
| 1396 | This bug affected the width of the energy loss/energy deposit
|
|---|
| 1397 | distribution in the case of small cut value, the distribution
|
|---|
| 1398 | was too narrow....
|
|---|
| 1399 |
|
|---|
| 1400 | 16 jan 01: mma (utils-V03-00-00)
|
|---|
| 1401 | - bug fixed in MultipleScattering.cc L.Urban 11-01-01
|
|---|
| 1402 | there was an error in computation of the transport
|
|---|
| 1403 | cross section, the cross section was too small for
|
|---|
| 1404 | low energy (below few MeV for electrons)
|
|---|
| 1405 |
|
|---|
| 1406 | 09 nov 00: mma (utils-V02-00-04)
|
|---|
| 1407 | - G4EnergyLossMessenger : subdirectory /process/eLoss created
|
|---|
| 1408 | + class description
|
|---|
| 1409 |
|
|---|
| 1410 | 04 nov 00: mma (utils-V02-00-03)
|
|---|
| 1411 | - EnergyLossTable: const G4Material* in all functions
|
|---|
| 1412 | - G4VEnergyLoss and Messenger slighy modified for more flexibility
|
|---|
| 1413 | only (Laszlo)
|
|---|
| 1414 |
|
|---|
| 1415 | 11 aug 00: mma (utils-V02-00-01)
|
|---|
| 1416 |
|
|---|
| 1417 | 03 aug 00: gc
|
|---|
| 1418 | - fixed problem for event reproducibility: changed RandGauss to G4RandGauss
|
|---|
| 1419 | in G4VEnergyLoss.cc. Needs tag "global-V02-00-02" to cowork with.
|
|---|
| 1420 |
|
|---|
| 1421 | 22 jun 00: mma (utils-V01-01-03)
|
|---|
| 1422 | - muls: do not nuclear size correction for electron
|
|---|
| 1423 | - move Eloss messenger --> G4VEnergyLoss
|
|---|
| 1424 |
|
|---|
| 1425 | 24 may 00: mma (utils-V01-01-02)
|
|---|
| 1426 | - merge "plus" processes into standard
|
|---|
| 1427 |
|
|---|
| 1428 | 27 apr 00 mma (em-V01-01-01)
|
|---|
| 1429 | - G4endl (dec/iso)
|
|---|
| 1430 |
|
|---|
| 1431 | 26 apr 00 mma (em-V01-01-00)
|
|---|
| 1432 | - all EnergyLoss classes renamed G4V...
|
|---|
| 1433 | Most classes in standard and muons affected.
|
|---|
| 1434 | - G4Muls moved in utils
|
|---|
| 1435 | - bugs fixe in MuPairProduction
|
|---|
| 1436 | - cowork with geant4-01-01-ref-02
|
|---|
| 1437 |
|
|---|
| 1438 | 02 mar 00 mma (em-V01-00-00)
|
|---|
| 1439 | - new G4VEnergyLoss class and related structure
|
|---|
| 1440 | - cowork with geant4-01-00-ref-06
|
|---|
| 1441 |
|
|---|
| 1442 | 10 nov 99 mma (em-V00-01-03)
|
|---|
| 1443 | - migration to STL: remove RWT hash dictionnary
|
|---|
| 1444 |
|
|---|
| 1445 | 14th June 1999 John Allison (em-01-00-05b)
|
|---|
| 1446 | - Muon corrections in G4MultipleScattering.cc, G4MuBremsstrahlung.cc
|
|---|
| 1447 | and G4MuPairProduction.cc by Laszlo Urban, Pedro Arce.
|
|---|
| 1448 | (Also in rocesses/photoleplon_hadron/src/G4MuNuclearInteraction.cc.)
|
|---|
| 1449 |
|
|---|
| 1450 | 5th June 1999 John Allison
|
|---|
| 1451 | - standard/GNUmakefile: Force non-optimised compliation of some
|
|---|
| 1452 | files on HP with aCC: HP ANSI C++ B3910B A.01.15.
|
|---|
| 1453 |
|
|---|
| 1454 | May 29, 1999: John Allison
|
|---|
| 1455 | - Added electromagnetic/lowenergy to GNUmakefile and
|
|---|
| 1456 | electromagnetic/GNUmakefile..
|
|---|