source: trunk/source/processes/hadronic/models/cascade/History @ 1054

Last change on this file since 1054 was 1007, checked in by garnier, 15 years ago

update to geant4.9.2

File size: 5.7 KB
Line 
1-------------------------------------------------------------------
2
3     ==========================================================
4     Geant4 - an Object-Oriented Toolkit for Physics Simulation
5     ==========================================================
6
7            History file for hadronic/models/cascade
8            ----------------------------------------
9
10This file should be used to summarize modifications introduced in the
11code and to keep track of all tags.
12
13     ---------------------------------------------------------------
14     * Please list in reverse chronological order (last date on top)
15     ---------------------------------------------------------------
16
1725 Nov 2008 Dennis Wright (hadr-casc-V09-01-10)
18-----------------------------------------------
19- fix multiplicity sampling in G4ElementaryParticleCollider::generateMultiplicity().
20  Now partial cross sections are normalized to the total cross section instead
21  of just the sum of 2-body to 6-body final state cross sections.  Also fix
22  2-body cross sections above 7 GeV where they were too small.
23  Fix the same cross sections which appear in G4CascadSpecialFunctions.cc
24
2521 Nov 2008 Dennis Wright (hadr-casc-V09-01-09)
26-----------------------------------------------
27- add some comments to cross section tables in G4CascadSpecialFunctions.cc
28  and G4ElementaryParticleCollider.cc
29
3024 Oct 2008 Dennis Wright (hadr-casc-V09-01-08)
31-----------------------------------------------
32- replace GetAtomicMass() with GetNuclearMass() in cascade/G4InuclEvaporation
33  and evaporation/G4BertiniEvaporation
34- V. Ivantchenko added name to G4CascadeInterface ("Bertini Cascade")
35
3617 Oct 2008 Dennis Wright (hadr-casc-V09-01-07)
37-----------------------------------------------
38- added Coulomb barrier plus barrier penetration in G4IntraNucleiCascader.cc
39
4027 Sep 2008 Dennis Wright (hadr-casc-V09-01-06)
41-----------------------------------------------
42- Fixed 4.3 compiler warnings for G4InuclElementaryParticle.hh by providing
43  initializers for particle type and mass
44- Remove unused variables totscm, totlab in G4BigBanger.cc,
45  G4ElementaryParticleCollider.cc, and unused mom1 from G4InuclSpecialFunctions.cc
46
4722 Sep 2008 Gabriele Cosmo (hadr-casc-V09-01-05)
48------------------------------------------------
49- Introduced simple wrapper class G4CascadeMomentum meant to replace usage
50  of std::vector<double> in the cascade code, to reduce memory allocations.
51  Courtesy of P.Elmer (princeton Univ.).
52- Modified cascade code to make use of G4CascadeMomentum.
53
54 3 Sep 2008 Dennis Wright (hadr-casc-V09-01-04)
55-----------------------------------------------
56- G4ElementaryParticleCollider.cc: in method generateMultiplicity, remove
57  large_cut which increases multiplicity from 3 to 4 abruptly at 4 GeV
58  and above.   This caused a sharp drop-off in the single pion spectra from
59  pH reactions.   The effect in heavier nuclei is small.
60 
6129 Jun 2008 Dennis Wright (hadr-casc-V09-01-03)
62-----------------------------------------------
63- add changes made by M. Paterno, J. Kowalkowski, and M. Fischler (FNAL) 
64  to speed up code.  All G4Cascade***Channel classes and related code changed.
65
66 5 May 2008 Dennis Wright (hadr-casc-V09-01-02)
67-----------------------------------------------
68- retag hadr-casc-V09-csbug as hadr-casc-V09-01-02
69
7030 Apr 2008 Dennis Wright (hadr-casc-V09-csbug)
71-----------------------------------------------
72- fix cross section bug in G4CascadSpecialFunctions that returned
73  low or zero total cross sections for pi-p, pi+n, np, and pi0
74  interactions
75
7629 Apr 2008 Dennis Wright (hadr-casc-V09-01-01)
77-----------------------------------------------
78- bring tag hadr-casc-V09-01-coula to HEAD, make official tag
79
8022 Apr 2008 Dennis Wright (hadr-casc-V09-01-param)
81--------------------------------------------------
82- changed pp, nn total cross section parameterization in
83  G4CascadSpecialFunctions to more closely reflect the PDG values (old one
84  was off by as much as a factor of 3.
85
863 Apr 2008 Dennis Wright (hadr-casc-V09-01-coula)
87-------------------------------------------------
88- removed Coulomb barrier from G4IntraNucleiCascader.cc (causes unphysical spike)
89
903 Apr 2008 Dennis Wright (hadr-casc-V09-01-coul)
91------------------------------------------------
92- Added Coulomb barrier in G4EquilibriumEvaporator.cc, G4IntraNucleiCascader.cc
93
9417 Nov 2007 Dennis Wright (hadr-casc-V09-00-02)
95-----------------------------------------------
96- Fix angular distribution for nucleon-nucleon elastic scattering
97  above 2.8 GeV, by modifying G4ElementaryParticleCollider::getElasticCase
98 
9925 May 2007 Dennis Wright for Aatos Heikkinen (hadr-casc-V08-03-00)
100-------------------------------------------------------------------
101- implemented interfaces for pre-equilibrium and equilbrium evaporation
102  models
103
10404 May 2007 Aatos Heikkinen (hadr-casc-V08-02-00)
105-------------------------------------------------
106
107- Added protection in G4ElementaryParticleCollider against negative
108  value to sqrt().
109
11008 May 2006 Dennis Wright (hadr-casc-V08-00-00)
111-----------------------------------------------
112
113- cascade: remove G4BERTINI_KAON conditional assembly flags.  Files
114  affected:
115  G4ElementaryParticleCollider.hh, cc
116  G4InuclElementaryParticle.hh
117  G4NucleiModel.hh, cc
118  G4CascadeInterface.cc
119  G4IntraNucleiCascader.cc
120
121- cascade (Pekka Kaitaniemi): G4ElasticCascadeInterface: derive
122  from G4VIntraNuclearTransportModel instead of G4HadronElastic.
123  Check for case when no elastic scattering occurs.  If so,
124  return original bullet and target. 
125
12624 Nov 2005 Dennis Wright (hadr-casc-V07-01-00)
127----------------------------------------------
128
129- cascade (bertini-V07-01-00 by Aatos Heikkinen)
130   elastic scattering interface added:
131   G4ElasticCascadeInterface.hh, .cc added
132   G4CascadeInterface.hh modified
133
Note: See TracBrowser for help on using the repository browser.