Files
geant4/source/processes/hadronic/models/low_energy/History
T
2016-06-09 17:01:34 +02:00

177 lines
7.0 KiB
Plaintext

-------------------------------------------------------------------
==================================================
Geant4 - an Object-Oriented Toolkit for Simulation
==================================================
History file for Low Energy Parameterized Models
------------------------------------------------
This file should be used to summarize modifications introduced in the
code and to keep track of all tags.
---------------------------------------------------------------
* Please list in reverse chronological order (last date on top)
---------------------------------------------------------------
3 October 2012 - Dennis Wright (hadr-lep-V09-05-10)
----------------------------------------------------
- add deprecation warnings to ctors of model classes
26 September 2012 - Gabriele Cosmo (hadr-lep-V09-05-09)
-------------------------------------------------------
- Explicitly use inclusion of headers for system of units and physical
constants, in plan to remove implicit inclusion from globals.hh.
10 June 2012 - Dennis Wright (hadr-lep-V09-05-08)
--------------------------------------------------
- Fix compiler shadowing warning by replacing variable nm with nneg,
m with pvec and m2 with mass2. Also replace np with npos, nz with
nzero
10 May 2012 - Gunter Folger (hadr-lep-V09-05-07)
----------------------------------------------------
- Fix typo in previous tag
10 May 2012 - Gunter Folger (hadr-lep-V09-05-06)
----------------------------------------------------
- also relax limits on check for "catastrophic" energy non-conservation
for G4LFission
12 April 2012 - Gunter Folger (hadr-lep-V09-05-05)
----------------------------------------------------
- GetFatalEnergyCheckLevels() returns const std::pair<>
19 March 2012 - Gunter Folger (hadr-lep-V09-05-04)
----------------------------------------------------
- also relax limits on check for "catastrophic" energy non-conservation
for G4Lelastic.
(tag hadr-lep-V09-05-04 had .cc not committed)
19 March 2012 - Gunter Folger (hadr-lep-V09-05-02)
----------------------------------------------------
- also relax limits on check for "catastrophic" energy non-conservation
for G4LCapture.
16 March 2012 - Gunter Folger (hadr-lep-V09-05-01)
----------------------------------------------------
- relax limits on check for "catastrophic" energy non-conservation,
allow deviation by the mass of heavy nucleus.
22 January 2012 - Dennis Wright (hadr-lep-V09-05-00)
----------------------------------------------------
- moved G4InelasticInteraction to this directory
- in ApplyYourself method of all G4LEXXXInelastic classes, add call
to DoIsotopeCounting, conditional upon isotope production
mode being turned on
19 November 2011 - V.Ivanchenko (hadr-lep-V09-04-05)
----------------------------------------------------
Added protection against return back only primary particle with
increased energy (warning in simplified calorimeter test):
G4LEDeuteronInelastic.cc
G4LETritonInelastic.cc
G4LEAlphaInelastic.cc
25 October 2011 - Dennis Wright (hadr-lep-V09-04-04)
----------------------------------------------------
Replace Description() with ModelDescription(std::ostream&) in all models
27 September 2011 - Dennis Wright (hadr-lep-V09-04-03)
------------------------------------------------------
Migrate to integer Z and A. Files affected:
G4LCapture.cc
G4LEAlphaInelastic.cc
G4LEDeuteronInelastic.cc
G4LENeutronInelastic.cc
G4LEProtonInelastic.cc
G4LETritonInelastic.cc
G4LElastic.cc
G4LFission.cc
02 August 2011 - Dennis Wright (hadr-lep-V09-04-02)
---------------------------------------------------
Remove test directory from trunk. It remains in tag hadr-lep-V09-04-01
02 August 2011 - Dennis Wright (hadr-lep-V09-04-01)
---------------------------------------------------
Add Description() method to all model classes for html documentation
19 May 2011 - Dennis Wright (hadr-lep-V09-04-00)
------------------------------------------------
G4LCapture.cc: fix gcc-4.6 compiler warning (variable e0 set but not used)
26 February 2007 - Dennis Wright (hadr-lep-V08-02-01)
-----------------------------------------------------
G4LEAntiProtonInelastic.cc : for low energy (< 0.1 MeV) anti-protons,
model was simply returning the particle change which had not yet
been intialized, thus leading to an infinite loop. Now model
returns particle change initialized from the original kinematics.
Response to Bug #888.
All Low Energy models: add model name to constructor for use in
traceback and debugging.
29 January 2007 - V. Ivanchenko (hadr-lep-V08-02-00)
----------------------------------------------------
G4LElastic.cc - add protection against sqrt of negative value
19 June 2006 - Dennis Wright (hadr-lep-V08-00-02)
-------------------------------------------------
Beacuse of mods to G4Nucleus::AtomicMass() cause a printed warning
when incorrect (Z,A) are used, add checks before calling AtomicMass.
If incorrect (Z,A) atomic mass is set to zero and AtomicMass is
not called. Files affected:
G4LEDeuteronInelastic.cc
G4LENeutronInelastic.cc
G4LEProtonInelastic.cc
G4LETritonInelastic.cc
15 May 2006 - Dennis Wright (hadr-lep-V08-00-01)
------------------------------------------------
Remove subtraction of electron masses from atomic mass in some low
energy models. This is because the method G4Nucleus::AtomicMass()
now already makes the subtraction. Files affected:
G4LEAlphaInelastic.cc
G4LEDeuteronInelastic.cc
G4LENeutronInelastic.cc
G4LEProtonInelastic.cc
G4LETritonInelastic.cc
13 April 2006 - V.Ivanchenko (hadr-lep-V08-00-00)
----------------------------------------------
Move G4LElasticB to coherent_elastic subdirectory
14 Dec 2005 - V.Ivanchenko (hadr-lep-V07-01-04)
----------------------------------------------
G4LElastic.cc: restore version 1.19
G4LElasticB: alternative version with 4-momentum balance
03 Dec 2005 - V.Ivanchenko (hadr-lep-V07-01-03)
----------------------------------------------
G4LElastic.cc: add protection in center of mass reference system (20 MeV/c),
which was before in lab system. Below this momentum model is not valid
29 Nov 2005 - G.Cosmo (hadr-lep-V07-01-02)
------------------------------------------
Get rid of problematic printout in G4LElastic.cc causing porting
issues on VC++ compiler.
28 Nov 2005 - V.Ivanchenko (hadr-lep-V07-01-01)
----------------------------------------------
26 Nov 2005 - Fix of cosT calculation (internal unit for Q^2 is GeV)
24 Nov 2005 - D.Wright (hadr-lep-V07-01-00)
-------------------------------------------
22 Nov 2005 - G.Cosmo
G4LElastic.cc: use std::numeric_limits instead of FLT_MAX for porting on
MSVC++8.0 compiler.
24 Nov 2005 - V. Ivanchenko
G4LElastic.cc: calculate cos(theta) in CM system (as it should be)
17 Nov 2005 - D.Wright
G4LCapture.cc: in method ApplyYourself, fixed unit bug in gamma momentum
and added 2.2 MeV gamma for special case of n capture on H