Files
geant4/source/processes/hadronic/models/binary_cascade/History
T
2016-06-09 16:46:55 +02:00

222 lines
9.4 KiB
Plaintext

==========================================================
Geant4 - an Object-Oriented Toolkit for Physics Simulation
==========================================================
History file for hadronic/models/binary_cascade directory
--------------------------------------------------------
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)
---------------------------------------------------------------
21 Nov 2011 Gunter Folger had-binary-V09-04-14
- correct G4GeneratorPrecompoundInterface.cc to delete correct object,
i.e. the kinetic track,
21 Nov 2011 Gunter Folger had-binary-V09-04-13
- fix memory leak in G4GeneratorPrecompoundInterface.cc.
11-November-2011, Gunter Folger had-binary-V09-04-12
- move to G4HadronicException in G4BinaryCascade::GetIonMass()
11-November 2011, Dennis Wright had-binary-V09-04-11
- G4BinaryCascade.cc : update G4Exception to new format
07-November 2011, Dennis Wright had-binary-V09-04-10
- G4BinaryCascade.hh, .cc: add ModelDescription()
03/04-November 2011, Gunter Folger had-binary-V09-04-09
- G4RKFieldIntegrator.cc fix for Xcode warning.
- BinaryCascade: add handling of detroyed nucleus, ie. when charge becomes 0
28-October-2011, Gunter Folger had-binary-V09-04-08
svn rev 53628 ( except History)
- BinaryCascade: more changes/fixes for use with propagate interface.
14-October-2011, Gunter Folger had-binary-V09-04-07
svn rev 53102
- G4GeneratorPrecompoundInterface: without de-excitation, need to
add Fragment Nucleus to reaction products.
- BinaryCascade: More cleanup. Revised claculation of excitation energy
when used for rescattering, removing systematic energy non-conservation.
12-October-2011, Gunter Folger had-binary-V09-04-06
svn rev 53051
- G4GeneratorPrecompoundInterface: If (exact) excitation energy is <0,
not not try to de-execite; energy non-conservation remains, but at a
smaller value.
28-September-2011, Gunter Folger
svn rev 52599
- Some code cleanup in G4BinaryCascade, mostly ApplyCollision. No change in
functionality.
4-August-2011, M.Kelsey had-binary-V09-04-05
- G4GeneratorPrecompoundInterface.cc: BUG FIXES: had wrong order of iterators
in theFinalResult->insert(...), and incorrectly deleted precompound
output after moving onto result. The tests I ran (test25 and test30) did
not exercise this module.
28-July-2011, M.Kelsey had-binary-V09-04-04
- G4GeneratorPrecompoundInterface.cc: replace loop to decay input
secondaries with new G4DecayKineticTracks utility.
NOTE: Requires hadronic/model/util tag hadr-mod-util-V09-04-01 or later.
10-June-2011, G.Folger had-binary-V09-04-03
- G4GeneratorPrecompoundInterface: add code to calculate excitation
energy from as difference of initial-final state; Results in Energy
conservation for string models. Requires tag on QGS increasing exciattion
energy by decrease of participant nucleon energies.
25-May-2011,G.Folger had-binary-V09-04-02
- Fix compilation warning on almost unused variables
12 May 2011, G.Folger had-binary-V09-04-01
- Fix large energy non-conservation for Hydrogen target.
(theFinalState vector was not cleared before use)
Also move check for Hydrogen to ApplyYourSelf, directly calling
Progategate1H1().
17 Mar 2011, G.Folger had-binary-V09-04-00
- set E/p checking limits
11 Nov 2010, G.Folger had-binary-V09-03-05
- fix compilation errors and warnings in G4BinaryCascade.
10 Nov 2010, G.Folger had-binary-V09-03-04
- *** lower CaptureThreshold in G4GeneratorPrecompoundInterface.cc
from 80 to 10 MeV.
- G4BinaryCascade: disable G4Exception in StepParticlesOut() introduced in
previous tag. Need to investigate why this happens first.
3 Nov 2010, G.Folger had-binary-V09-03-03
- Fix coverity warnings
- in Propagate(), mem leak for products
- in StepParticlesOut, check return code of GetSphereInter....
- Scatter1H1(0 always check secs
8 Sep 2010, G.Folger had-binary-V09-03-02
- Binary{LightIon}Cascade: use integer (A,Z) interface of nucleus
- *Field.cc: use integer A,Z from G4V3DNucleus, and for G4FermiMomentum
31-Aug-2010, V.Ivanchenko had-binary-V09-03-01
- G4GeneratorPrecompoundInterface - define default deexcitation with
G4PreCompoundModel in the constructor
of the class
28-Aug-2010, V.Ivanchenko had-binary-V09-03-00
- G4GeneratorPrecompoundInterface - minor cleanup as a part of PreCompound
model cleanup: use integer Z and A,
added pointers to proton and neutron
4-Dec-2009, Gunter Folger had-binary-V09-02-06
- Bug fix in G4BinaryCascade::ApplyCollision; decay products outside
nucleus were nevertheless counted in currentZ/A as if these were within
nucleus.
13-Nov-2009, Gunter Folger had-binary-V09-02-05
- Correct assignment to G4ThreeVector, avoid use of Vector=0;
- Protect for void nucleus ( not even a single neutron ) after cascade
9-Nov-2009, Gunter Folger had-binary-V09-02-04
- Merge changes for BinaryCascade with changes by VU, see below.
5-Oct-2009, Gunter Folger had-binary-V09-02-03
- Make capture threshold a setable parameter in G4GeneratorPrecompoundInterface
- Note that changes below to Binary (30 Aug) are NOT included in tag.
30 August, V. Uzhinsky -- Proposed changes in bin.cascade to protect
energy-non-conservation in FTF+BIC
combination.
They are:
1. Shift of particle's formation times that the min. time=0.
2. Including of captured particles (Due to absence of the options there
were a large energy-non-conservation).
3. GetExcitationEnergy() - correction for the case when all nucleons are
ejected.
4. Correction for the nuclear field for baryons.
---------------------------------------------------------
4-Aug-2009, Gunter Folger had-binary-V09-02-02
- Remove unused header file G4NucleiPropertiesTable.hh from
G4KM_NucleonEqRhs.cc, G4{Proton,Neutron}Field.cc
15-Jun-2009, Gunter Folger had-binary-V09-02-01
- Commit files supposedly in had-binary-V09-02-00
11-Jun-2009 Gunter Folger had-binary-V09-02-00 <-- does not contain mods, only committed to ...-01
- Add interface to set deexcitation handler in G4BinaryLightIonReaction used to
deexcite lighter initial nucleus;
precompound handling low energy interactions can be set, too.
8-Dec-2008 Gunter Folger had-binary-V09-01-03
G4BinaryCascade: previous tag inadvertedly added developement;
moved development to branch, and re-add data member initialisation.
5-Dec-2008 Gunter Folger had-binary-V09-01-02
G4BinaryCascade: make static instance of G4Scatterer in 1H1... data
member, to avoid bad late destruction of static instance
( found by GC using valgrind )
17-Nov-2008 Vladimir Ivanchenko had-binary-V09-01-01
G4BinaryCascade, G4BinaryLightIonReaction - added name of the model,
comment out welcome message
27-Oct-2008 Dennis Wright had-binary-V09-01-00
- replace G4NucleiPropertiesTable::GetBindingEnergy(Z,A) with
G4NucleiProperties::GetBindingEnergy(A,Z) in
G4AntiProtonField.cc, G4KaonMinusField.cc, G4KaonPlusField.cc,
G4KaonZeroField.cc, G4PionMinusField.cc, G4PionPlusField.cc,
G4PionZeroField.cc, G4SigmaMinusField.cc, G4SigmaPlusField.cc,
G4SigmaZeroField.cc, G4KM_OpticalEqRhs.cc
16-Nov-2007 Gunter Folger had-binary-V09-00-05
- Correction in G4BinaryCascade for memory leak.
16-Nov-2007 Gunter Folger had-binary-V09-00-04
- remove one line of left over debug printing
05-Nov-2007 Gunter Folger had-binary-V09-00-03
- deactivate general debug printout in G4BinaryCascade
05-Nov-2007 Gunter Folger had-binary-V09-00-02
- Fixes for propagate: particles can decay outside nucleus, correct counting
for late particles
31-Oct-2007 Gunter Folger had-binary-V09-00-01
- G4BinaryLightIon... adapt to changes in BIC
- Work around problem with very low energy pion (Coulomb barrier, nuclear mass
difference)
18-Oct-2007 Gunter Folger had-binary-V09-00-00
- Collect many changes for propagate interface.
Fix for pion incident at low energy: cannot go to deexitation directly
18-May-2007 Gunter Folger had-binary-V08-03-00
- G4BinaryLightIonReaction: Protect against divide by 0 when energy momentum
correction stalls (for numerical precision?)
04-May-2007 Gunter Folger tag had-binary-V08-02-01
----------------------------------------------------------------
- G4RKPropagation.cc: protect against integrating 0 timeStep. This causes
divide by 0 in integration.
29-jan-2007 Gunter Folger tag had-binary-V08-02-00
----------------------------------------------------------------
- G4BinaryCascade::Capture(): add protection against divide by 0
13-june-03: Gunter
Tag: binary_cascade_ion_baseline_01
Can run >= 10k light ions, spectator peak clear. Requires generator/util with
this tag.