| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Simulation
|
|---|
| 5 | ==================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for Low Energy Parameterized Models
|
|---|
| 8 | ------------------------------------------------
|
|---|
| 9 |
|
|---|
| 10 | This file should be used to summarize modifications introduced in the
|
|---|
| 11 | code and to keep track of all tags.
|
|---|
| 12 |
|
|---|
| 13 | ---------------------------------------------------------------
|
|---|
| 14 | * Please list in reverse chronological order (last date on top)
|
|---|
| 15 | ---------------------------------------------------------------
|
|---|
| 16 |
|
|---|
| 17 | 19 November 2010 - V.Ivanchenko (hadr-cohe-V09-03-07)
|
|---|
| 18 | ------------------------------------------------------
|
|---|
| 19 | - G4WHadronElasticProcess, G4VHadronElastic, G4HadronElastic,
|
|---|
| 20 | G4ChargeExchange - fixed bug introduced in the previous tag -
|
|---|
| 21 | use now GetA_asInt() method instead of GetN_asInt()
|
|---|
| 22 |
|
|---|
| 23 | 18 November 2010 - V.Ivanchenko (hadr-cohe-V09-03-06)
|
|---|
| 24 | ------------------------------------------------------
|
|---|
| 25 | - G4NuclNuclDiffuseElastic - new model
|
|---|
| 26 | - Use integer Z and A in other classes
|
|---|
| 27 |
|
|---|
| 28 | 28 September 2010 - G.Cosmo (hadr-cohe-V09-03-05)
|
|---|
| 29 | -------------------------------------------------
|
|---|
| 30 | - Fixed compilation error on Windows/VC++ for G4NuclNuclDiffuseElastic:
|
|---|
| 31 | use of 'double' argument for std::sqrt() function.
|
|---|
| 32 |
|
|---|
| 33 | 24 September 2010 - V.Ivanchenko (hadr-cohe-V09-03-04)
|
|---|
| 34 | ------------------------------------------------------
|
|---|
| 35 | - G4CHIPSElasticXS - limit applicability by 19 MeV
|
|---|
| 36 |
|
|---|
| 37 | 23 September 2010 - V.Ivanchenko (hadr-cohe-V09-03-03)
|
|---|
| 38 | ------------------------------------------------------
|
|---|
| 39 | - G4CHIPSElasticXS - new class extracted from G4UHadronElasticProcess
|
|---|
| 40 | is created in order to follwo hadronic design
|
|---|
| 41 |
|
|---|
| 42 | 15 June 2010 - V.Ivanchenko (hadr-cohe-V09-03-02)
|
|---|
| 43 | ------------------------------------------------------
|
|---|
| 44 | - G4UHadronElasticProcess - fixed CHIPS warning for Cu, due to wrong
|
|---|
| 45 | isotope sected (#bug report of ALICE)
|
|---|
| 46 |
|
|---|
| 47 | 26 January 2010 - M.Kosov (hadr-cohe-V09-03-01)
|
|---|
| 48 | ------------------------------------------------------
|
|---|
| 49 | - Bug fix: not initialized G4QNeutronElasticCrossSection in QGSP_BERT. Tested
|
|---|
| 50 | on the simplified calorimeter. Does not crash after 21 events (pi 200 GeV, Cu-LAr)
|
|---|
| 51 |
|
|---|
| 52 | 13 January 2010 - M.Kosov (hadr-cohe-V09-03-00)
|
|---|
| 53 | ------------------------------------------------------
|
|---|
| 54 | - Use G4Q(Proton/Neutron)ElasticCrossSection instead of G4QElasticCrossSection
|
|---|
| 55 |
|
|---|
| 56 | 19 November 2009 - M.Kosov (hadr-cohe-V09-02-03)
|
|---|
| 57 | ------------------------------------------------------
|
|---|
| 58 | - Correct dependencies on CHIPS
|
|---|
| 59 |
|
|---|
| 60 | 08 October 2009 - V.Ivanchenko (hadr-cohe-V09-02-02)
|
|---|
| 61 | ------------------------------------------------------
|
|---|
| 62 | - G4CHIPSElastic, G4HadronElastic - use static pointer to G4VQCrossSection
|
|---|
| 63 | in order to gurantee unique version
|
|---|
| 64 | of CHIPS cross section class
|
|---|
| 65 |
|
|---|
| 66 | 05 October 2009 - V.Ivanchenko (hadr-cohe-V09-02-01)
|
|---|
| 67 | ------------------------------------------------------
|
|---|
| 68 | - Make a correct tag format
|
|---|
| 69 |
|
|---|
| 70 | 22 September 2009 - V.Ivanchenko (hadr-cohe-V09-01-09)
|
|---|
| 71 | ------------------------------------------------------
|
|---|
| 72 | Migrated to the hadronic model design of elastic scattering
|
|---|
| 73 | G4WHadronElasticProcess - new elastic process
|
|---|
| 74 | G4VHadronElastic - base class for elastic models with default
|
|---|
| 75 | GHEISHA model
|
|---|
| 76 | G4ElasticHadrNucleusHE - capable to work with old and new interfaces
|
|---|
| 77 | G4CHIPSElastic - model interface to CHIPS parameterization
|
|---|
| 78 | G4HadronElastic - remove hand made NaN finder and G4cout at destructor
|
|---|
| 79 |
|
|---|
| 80 | 02 March 2009 - D. Wright for V.Grichine (hadr-cohe-V09-02-00)
|
|---|
| 81 | --------------------------------------------------------------
|
|---|
| 82 | Model precise sampling and 'on the fly' table preparation in
|
|---|
| 83 | G4DiffuseElastic.hh, .cc
|
|---|
| 84 |
|
|---|
| 85 | 27 November 2008 - V.Ivanchenko (hadr-cohe-V09-01-08)
|
|---|
| 86 | ----------------------------------------------------
|
|---|
| 87 | G4ChargeExchangeProcess - added high and low energy protections into
|
|---|
| 88 | cross section
|
|---|
| 89 |
|
|---|
| 90 | 20 November 2008 - V.Ivanchenko (hadr-cohe-V09-01-07)
|
|---|
| 91 | ----------------------------------------------------
|
|---|
| 92 | G4ChargeExchangeProcess and G4ChargeExchange model prepaed to be used
|
|---|
| 93 | in Physics Lists; energy threshold is set to 1.0 MeV
|
|---|
| 94 |
|
|---|
| 95 | 22 August 2008 - V.Ivanchenko (hadr-cohe-V09-01-06)
|
|---|
| 96 | ----------------------------------------------------
|
|---|
| 97 | - set process sub-types according to enumerator for G4UHadronElasticProcess
|
|---|
| 98 | and for G4ChargeExchangeProcess
|
|---|
| 99 |
|
|---|
| 100 | 05 August 2008 - V.Ivanchenko (hadr-cohe-V09-01-05)
|
|---|
| 101 | ----------------------------------------------------
|
|---|
| 102 | G4HadronElastic - added protection inside LElastic model against rare
|
|---|
| 103 | unphysical values of sampled t
|
|---|
| 104 |
|
|---|
| 105 | 08 Jul 2008 - D.H. Wright (hadr-cohe-V09-01-04)
|
|---|
| 106 | ------------------------------------------------
|
|---|
| 107 | - set process sub-type to 11 for G4UHadronElasticProcess and 16 for
|
|---|
| 108 | G4ChargeExchangeProcess
|
|---|
| 109 |
|
|---|
| 110 | 19 May 2008 - V.Ivanchenko (hadr-cohe-V09-01-03)
|
|---|
| 111 | ------------------------------------------------
|
|---|
| 112 | G4HadronElastic - added counts of abnornal sampling results and cout
|
|---|
| 113 | at the destructor of the class
|
|---|
| 114 | G4UHadronElasticProcess and G4ChargeExchangeProcess - added call to
|
|---|
| 115 | BuildPhysicsTable of the base class G4HadronicProcess
|
|---|
| 116 |
|
|---|
| 117 | 10 Apr 2008 - V.Ivanchenko (hadr-cohe-V09-01-02)
|
|---|
| 118 | ------------------------------------------------
|
|---|
| 119 | G4HadronElastic - added extra protection against precision lost
|
|---|
| 120 | when projectile almostly lost kinetic energy;
|
|---|
| 121 | set lowestEnergyLimit=1.e-6*eV (was 0.0)
|
|---|
| 122 |
|
|---|
| 123 | 29 Jan 2008 - V.Ivanchenko (hadr-cohe-V09-01-01)
|
|---|
| 124 | -------------------------------------------------
|
|---|
| 125 | G4UHadronElasticProcess - call to G4QElasticCrossSection with option
|
|---|
| 126 | "false", so parameters for sampling of
|
|---|
| 127 | scattering are precalculated
|
|---|
| 128 | G4HadronElastic - added extra protection - if sampled t out of the
|
|---|
| 129 | physics range then no scattering
|
|---|
| 130 |
|
|---|
| 131 | 16 Jan 2008 - V.Ivanchenko (hadr-cohe-V09-01-00)
|
|---|
| 132 | ------------------------------------------------
|
|---|
| 133 | G4DiffuseElastic - remove dependence on other elastic models
|
|---|
| 134 | G4ElasticHadrNucleusHE - fixed non-reproducibility, removed commented
|
|---|
| 135 | part of old code; add more formatting
|
|---|
| 136 | G4HadronElastic - return back threshold to G4ElasticHadrNucleusHE
|
|---|
| 137 | model 1 GeV
|
|---|
| 138 |
|
|---|
| 139 | 10 Dec 2007 - V.Ivanchenko (hadr-cohe-V09-00-07)
|
|---|
| 140 | ------------------------------------------------
|
|---|
| 141 | G4HadronElastic - set threshold to G4ElasticHadrNucleusHE model
|
|---|
| 142 | DBL_MAX
|
|---|
| 143 |
|
|---|
| 144 | 15 Nov 2007 - V.Ivanchenko (hadr-cohe-V09-00-06)
|
|---|
| 145 | ------------------------------------------------
|
|---|
| 146 | G4UHadronElasticProcess - introduced "ifdef VERBOSE" for verbosity
|
|---|
| 147 | checks inside methods called at each step
|
|---|
| 148 |
|
|---|
| 149 | 14 Nov 2007 - V.Ivanchenko (hadr-cohe-V09-00-04)
|
|---|
| 150 | ------------------------------------------------
|
|---|
| 151 | G4DiffuseElastic - add control on verbosity at initialisation
|
|---|
| 152 |
|
|---|
| 153 | 13 Nov 2007 - V.Ivanchenko (hadr-cohe-V09-00-03)
|
|---|
| 154 | ------------------------------------------------
|
|---|
| 155 | G4ElasticHadrNucleusHE - (N.Starkov) updated:
|
|---|
| 156 | - the difference in scattering off protons and
|
|---|
| 157 | neutrons is included;
|
|---|
| 158 | - optized computation of the distribution function
|
|---|
| 159 | (important for heavy targets);
|
|---|
| 160 | - fixed model for scattering off hydrogen;
|
|---|
| 161 | - tunned model parameters for better description
|
|---|
| 162 | of total and elastic cross sections
|
|---|
| 163 |
|
|---|
| 164 | 06 Nov 2007 - V.Ivanchenko (hadr-cohe-V09-00-02)
|
|---|
| 165 | ------------------------------------------------
|
|---|
| 166 | G4DiffuseElastic - (V.Grichine) initialisation of the model for
|
|---|
| 167 | each new target nucleus on-fly
|
|---|
| 168 |
|
|---|
| 169 | 05 Nov 2007 - V.Ivanchenko (hadr-cohe-V09-00-01)
|
|---|
| 170 | ------------------------------------------------
|
|---|
| 171 |
|
|---|
| 172 | G4DiffuseElastic - (V.Grichine) initialisation of the model in
|
|---|
| 173 | constructor with particle definition for the
|
|---|
| 174 | vector of available elements; tuning
|
|---|
| 175 | at high energies.
|
|---|
| 176 |
|
|---|
| 177 | 17 Oct 2007 - V.Ivanchenko (hadr-cohe-V09-00-00)
|
|---|
| 178 | ------------------------------------------------
|
|---|
| 179 | G4LEnp - removed erroneous code for identity
|
|---|
| 180 | exchange of particles ( F.W. Jones)
|
|---|
| 181 |
|
|---|
| 182 | G4DiffuseElastic - added Coulomb elastic scattering amplitude
|
|---|
| 183 | using Wentzel model (V. Grichine)
|
|---|
| 184 |
|
|---|
| 185 | 14 June 2007 - V.Ivanchenko (hadr-cohe-V08-03-07)
|
|---|
| 186 | ------------------------------------------------
|
|---|
| 187 | G4UHadronElasticProcess - use "true" flag colling CHIPS to compute cross
|
|---|
| 188 | section
|
|---|
| 189 |
|
|---|
| 190 | 14 June 2007 - V.Ivanchenko (hadr-cohe-V08-03-06)
|
|---|
| 191 | -----------------------------------------------
|
|---|
| 192 | G4ElasticHadrNucleusHE - fixed compilation nuclear parameters for heavy
|
|---|
| 193 | nucleus
|
|---|
| 194 | G4DiffuseElastic - new class
|
|---|
| 195 |
|
|---|
| 196 | 31 May 2007 - V.Ivanchenko (hadr-cohe-V08-03-05)
|
|---|
| 197 | -----------------------------------------------
|
|---|
| 198 | G4ElasticHadrNucleusHE - fixed compilation problem at Windows
|
|---|
| 199 | use only double values inside std::pow
|
|---|
| 200 |
|
|---|
| 201 | 31 May 2007 - V.Ivanchenko (hadr-cohe-V08-03-04)
|
|---|
| 202 | -----------------------------------------------
|
|---|
| 203 | G4ElasticHadrNucleusHE - fixed compilation problem at SUN
|
|---|
| 204 | move static const out of switch
|
|---|
| 205 |
|
|---|
| 206 | 25 May 2007 - D.H. Wright (hadr-cohe-V08-03-03)
|
|---|
| 207 | -----------------------------------------------
|
|---|
| 208 | add model names to constructors in G4LEnp, G4LEpp, G4ChargeExchange.cc,
|
|---|
| 209 | G4HadronElastic, and G4ElasticHadrNucleusHE
|
|---|
| 210 |
|
|---|
| 211 | 24 May 2007 - V.Ivanchenko (hadr-cohe-V08-03-02)
|
|---|
| 212 | -----------------------------------------------
|
|---|
| 213 | G4ElasticHadrNucleusHE - optimised computation of tables
|
|---|
| 214 | G4HadronElastic - use HElastic only for mesons
|
|---|
| 215 |
|
|---|
| 216 | 15 May 2007 - V.Ivanchenko (hadr-cohe-V08-03-01)
|
|---|
| 217 | -----------------------------------------------
|
|---|
| 218 | G4HadronElastic - use QElasticCrossSection for p, n incident for any energy
|
|---|
| 219 | and any target; use HElastic for the rest
|
|---|
| 220 |
|
|---|
| 221 | 15 May 2007 - V.Ivanchenko (hadr-cohe-V08-03-00)
|
|---|
| 222 | -----------------------------------------------
|
|---|
| 223 | G4ElasticHadrNucleusHE - general cleanup and redesign of private methods
|
|---|
| 224 |
|
|---|
| 225 | 5 May 2007 - V.Ivanchenko (hadr-cohe-V08-02-06)
|
|---|
| 226 | -----------------------------------------------
|
|---|
| 227 | G4HadronElastic - do not use HE model for hydrogen target to avoid NaN;
|
|---|
| 228 | use QElasticCrossSection for p, n incident for any energy
|
|---|
| 229 | only for p, He targets
|
|---|
| 230 |
|
|---|
| 231 | 4 May 2007 - V.Ivanchenko (hadr-cohe-V08-02-05)
|
|---|
| 232 | -----------------------------------------------
|
|---|
| 233 | G4HadronElastic - do not use HE model for hydrogen target to avoid NaN;
|
|---|
| 234 | use QElasticCrossSection for p, n incident for any energy
|
|---|
| 235 |
|
|---|
| 236 | 2 May 2007 - V.Ivanchenko (hadr-cohe-V08-02-04)
|
|---|
| 237 | -----------------------------------------------
|
|---|
| 238 | G4ElasticHadrNucleusHE - scale sampled t as ptot^2
|
|---|
| 239 | G4HadronElastic - use QElasticCrossSection for p, n < GeV and
|
|---|
| 240 | G4ElasticHadrNucleusHE model above
|
|---|
| 241 | still use QElasticCrossSEction for H and He targets
|
|---|
| 242 |
|
|---|
| 243 | 2 Apr 2007 - V.Ivanchenko (hadr-cohe-V08-02-03)
|
|---|
| 244 | -----------------------------------------------
|
|---|
| 245 | G4ElasticHadrNucleusHE - use iterator search on bin instead of
|
|---|
| 246 | computing log
|
|---|
| 247 | G4HadronElastic - use the most probable isotope for given Z to call
|
|---|
| 248 | to HE model (CPU/memory more efficient)
|
|---|
| 249 |
|
|---|
| 250 | 30 Jan 2007 - V.Ivanchenko (hadr-cohe-V08-02-02)
|
|---|
| 251 | ------------------------------------------------
|
|---|
| 252 | G4UHadronElasticProcess - fix bug in number of neutrons in CHIPS interface
|
|---|
| 253 | G4HadronElastic, G4ChargeExchange - more accuratelly compute Z and A
|
|---|
| 254 |
|
|---|
| 255 | 30 Jan 2007 - V.Ivanchenko (hadr-cohe-V08-02-01)
|
|---|
| 256 | ------------------------------------------------
|
|---|
| 257 | G4UHadronElasticProcess, G4ChargeExchangeProcess - fix problem
|
|---|
| 258 | for the case, when isotope vector is not defined
|
|---|
| 259 |
|
|---|
| 260 | 23 Jan 2007 - V.Ivanchenko (hadr-cohe-V08-02-00)
|
|---|
| 261 | ------------------------------------------------
|
|---|
| 262 | G4UHadronElasticProcess - migrade to interface to cross section with Z and A
|
|---|
| 263 | G4ChargeExchangeProcess - migrade to interface to cross section with Z and A
|
|---|
| 264 | do not use QElastic total cross sections
|
|---|
| 265 |
|
|---|
| 266 | 23 Nov 2006 - V.Ivanchenko (hadr-cohe-V08-01-12)
|
|---|
| 267 | ------------------------------------------------
|
|---|
| 268 | G4ElasticHadrNucleusHE - remove unused variables;
|
|---|
| 269 | - set ONQ0=3 (instead of 5) as it was in the
|
|---|
| 270 | tag 05 in order to have better CPU performance
|
|---|
| 271 | - cleanup comments
|
|---|
| 272 |
|
|---|
| 273 | 22 Nov 2006 - V.Ivanchenko (hadr-cohe-V08-01-11)
|
|---|
| 274 | ------------------------------------------------
|
|---|
| 275 | G4HadronElastic: set DBL_MAX low limit for the HE model
|
|---|
| 276 |
|
|---|
| 277 | 21 Nov 2006 - V.Ivanchenko (hadr-cohe-V08-01-10)
|
|---|
| 278 | ------------------------------------------------
|
|---|
| 279 | Cleanup of G4ElasticHadrNucleusHE
|
|---|
| 280 |
|
|---|
| 281 | 18 Nov 2006 - V.Ivanchenko (hadr-cohe-V08-01-09)
|
|---|
| 282 | ------------------------------------------------
|
|---|
| 283 | N.Starkov: Fix problem of
|
|---|
| 284 |
|
|---|
| 285 | 17 Nov 2006 - V.Ivanchenko (hadr-cohe-V08-01-08)
|
|---|
| 286 | ------------------------------------------------
|
|---|
| 287 | N.Starkov: Fix problem of initialization of tables,
|
|---|
| 288 | Fix problem of CPU overhead
|
|---|
| 289 |
|
|---|
| 290 | 17 Nov 2006 - V.Ivanchenko (hadr-cohe-V08-01-07)
|
|---|
| 291 | ------------------------------------------------
|
|---|
| 292 | N.Starkov: Code optimization is perfomed
|
|---|
| 293 |
|
|---|
| 294 | 16 Nov 2006 - V.Ivanchenko (hadr-cohe-V08-01-06)
|
|---|
| 295 | ------------------------------------------------
|
|---|
| 296 | G4HadronElastic - set threshold 0.4 GeV for HE model (VI)
|
|---|
| 297 | G4ElasticHadrNucleusHE - add corrections allowing to work down
|
|---|
| 298 | to 0.4 GeV (N.Starkov)
|
|---|
| 299 |
|
|---|
| 300 | 24 Oct 2006 - V.Ivanchenko (hadr-cohe-V08-01-05)
|
|---|
| 301 | ------------------------------------------------
|
|---|
| 302 | Set lowestEnergy=0 for neutral particles, =eV for changed (VI)
|
|---|
| 303 | G4HadronElastic - set threshold 1 GeV for G4ElasticHadrNucleusHE model (VI)
|
|---|
| 304 | G4ElasticHadrNucleusHE - complete review and update of the class,
|
|---|
| 305 | data tables are computed on-flight,
|
|---|
| 306 | G4ELASTICDATA are not used anymore,
|
|---|
| 307 | the model is applicable for all nuclei, except
|
|---|
| 308 | deuteron, triton, He3, and A>238 (N.Starkov)
|
|---|
| 309 |
|
|---|
| 310 | 26 Sept 2006 - V.Ivanchenko (hadr-cohe-V08-01-04)
|
|---|
| 311 | -------------------------------------------------
|
|---|
| 312 | Introduce extra protection - below lowestEnergy (10-6 eV) not active
|
|---|
| 313 |
|
|---|
| 314 | 10 August 2006 - V.Ivanchenko (hadr-cohe-V08-01-03)
|
|---|
| 315 | ---------------------------------------------------
|
|---|
| 316 | Introduce NaN check inside G4HadronElastic, G4ChargeExchange,
|
|---|
| 317 | and G4UHadronElasticProcess;
|
|---|
| 318 |
|
|---|
| 319 | 24 July 2006 - V.Ivanchenko (hadr-cohe-V08-01-02)
|
|---|
| 320 | -----------------------------------------------
|
|---|
| 321 | Remove HP data from G4UHadronElasticProcess (it is set in physics lists)
|
|---|
| 322 | Add low energy threshold for QElastic 20 MeV inside G4HadronElastic
|
|---|
| 323 |
|
|---|
| 324 | 13 July 2006 - V.Ivanchenko (hadr-cohe-V08-01-01)
|
|---|
| 325 | -----------------------------------------------
|
|---|
| 326 | Fix bug: remove 1 keV limit from G4UHadronElasticProcess
|
|---|
| 327 |
|
|---|
| 328 | 07 July 2006 - V.Ivanchenko (hadr-cohe-V08-01-00)
|
|---|
| 329 | -----------------------------------------------
|
|---|
| 330 | Fix bug: the rotation of final state need to be done in PostStep of
|
|---|
| 331 | the process, not on the model level (V.Ivanchenko)
|
|---|
| 332 |
|
|---|
| 333 | 21 June 2006 - V.Ivanchenko (hadr-cohe-V08-00-09)
|
|---|
| 334 | -----------------------------------------------
|
|---|
| 335 | Fix - remove nan values n scattering on deuteron (V.Ivanchenko)
|
|---|
| 336 |
|
|---|
| 337 | 17 June 2006 - V.Ivanchenko (ghad-cohe-V08-00-08)
|
|---|
| 338 | -----------------------------------------------
|
|---|
| 339 | Use sampling of final state for n, p scattering on deuteron
|
|---|
| 340 | and alpha from LElastic (V.Ivanchenko)
|
|---|
| 341 |
|
|---|
| 342 | 7 June 2006 - V.Ivanchenko (ghad-cohe-V08-00-07)
|
|---|
| 343 | -----------------------------------------------
|
|---|
| 344 | Fix complilation warnings at WINDOWS (V.Ivanchenko)
|
|---|
| 345 |
|
|---|
| 346 | 2 June 2006 - V.Ivanchenko (ghad-cohe-V08-00-06)
|
|---|
| 347 | -----------------------------------------------
|
|---|
| 348 | Fix complilation warnings at SUN (V.Ivanchenko)
|
|---|
| 349 |
|
|---|
| 350 | 1 June 2006 - V.Ivanchenko (ghad-cohe-V08-00-05)
|
|---|
| 351 | -----------------------------------------------
|
|---|
| 352 | Add regime of HElastic which is not using data files (N.Starkov)
|
|---|
| 353 | Cleanup (V.Ivanchenko)
|
|---|
| 354 |
|
|---|
| 355 | 30 May 2006 - V.Ivanchenko (ghad-cohe-V08-00-04)
|
|---|
| 356 | -----------------------------------------------
|
|---|
| 357 | Add ChargeExchangeProcess, cleanup G4HadronElastic
|
|---|
| 358 |
|
|---|
| 359 | 2 May 2006 - V.Ivanchenko (ghad-cohe-V08-00-03)
|
|---|
| 360 | -----------------------------------------------
|
|---|
| 361 | Rename G4LElasticB -> G4HadronElastic
|
|---|
| 362 |
|
|---|
| 363 | 25 April 2006 - V.Ivanchenko (ghad-cohe-V08-00-02)
|
|---|
| 364 | -------------------------------------------------
|
|---|
| 365 | G4UHadronElasticProcess and G4LElasticB: use np scattering from CHIPS,
|
|---|
| 366 | fix run time warnings
|
|---|
| 367 | Rename G4LElasticB by G4HadronElastic
|
|---|
| 368 |
|
|---|
| 369 |
|
|---|
| 370 | 24 April 2006 - V.Ivanchenko (ghad-cohe-V08-00-01)
|
|---|
| 371 | -------------------------------------------------
|
|---|
| 372 | G4UHadronElasticProcess - new process allows to use G4Isotopes composition
|
|---|
| 373 | of elements defined by user and uses cross sections from
|
|---|
| 374 | CHIPS and HP models when appropriate
|
|---|
| 375 |
|
|---|
| 376 | 13 April 2006 - V.Ivanchenko (ghad-cohe-V08-00-00)
|
|---|
| 377 | -------------------------------------------------
|
|---|
| 378 | G4LElasticB - moved from low_energy; bug fixes - remove charge
|
|---|
| 379 | exchange option, remove low limit on primary momentum;
|
|---|
| 380 | add limit on secondary kinetic energy; add only s-wave
|
|---|
| 381 | regime for low momentum scattering
|
|---|
| 382 | GNUmakfile - introduce dependence on chips
|
|---|
| 383 |
|
|---|
| 384 | 28 Nov 2005 - G. Cosmo (hadr-cohe-V07-01-05)
|
|---|
| 385 | ---------------------------------------------
|
|---|
| 386 | Migrated to <sstream> from G4ElasticHadrNucleusHE.
|
|---|
| 387 |
|
|---|
| 388 | 25 Nov 2005 - D. Wright (hadr-cohe-V07-01-04)
|
|---|
| 389 | ---------------------------------------------
|
|---|
| 390 | From Solaris testing: line 83 of G4DiffElasticHadrScattering.hh:
|
|---|
| 391 | multiple declaration of variable c1. Fixed.
|
|---|
| 392 |
|
|---|
| 393 | 25 Nov 2005 - D. Wright (hadr-cohe-V07-01-03)
|
|---|
| 394 | ---------------------------------------------
|
|---|
| 395 | Add detailed comments of N. Starkov from previous tags to History
|
|---|
| 396 | file:
|
|---|
| 397 | G4DiffElasticHadrNucleus.hh, .cc :
|
|---|
| 398 | add high energy elastic scattering on protons
|
|---|
| 399 | add new method HadronProtonDiffCrSec
|
|---|
| 400 |
|
|---|
| 401 | G4ElasticHadrNucleusHE.hh, .cc :
|
|---|
| 402 | add high energy elastic scattering on protons
|
|---|
| 403 |
|
|---|
| 404 | G4HadronValues.hh, .cc :
|
|---|
| 405 | use PDG value instead of static particle pointers
|
|---|
| 406 |
|
|---|
| 407 | From V. Ivantchenko: fixed memory leaks
|
|---|
| 408 | 4-momentum balance fixed, tested OK
|
|---|
| 409 | fixed compiler warnings
|
|---|
| 410 |
|
|---|
| 411 | 25 Nov 2005 - V.Ivanchenko (ghad-cohe-V07-01-03)
|
|---|
| 412 | ------------------------------------------------
|
|---|
| 413 | Integration of recent development of the subpackage
|
|---|
| 414 | Remove of the G4Rutherford for the time being
|
|---|
| 415 |
|
|---|