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

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

maj sur la beta de geant 4.9.3

File size: 6.5 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
1715 Apr 2009 Dennis Wright (hadr-casc-V09-02-02)
18-----------------------------------------------
19- previous tag no longer used.  Bring hadr-casc-V09-02-00 back to
20  HEAD and re-tag
21
2221 Feb 2009 Dennis Wright (hadr-casc-V09-02-01)
23-----------------------------------------------
24- add printCrossSection method to G4CascadSpecialFunctions
25- in GeElementaryParticleCollider, add high energy flag to distinguish
26  "string-like" behavior
27- G4IntraNucleiCascader.cc - allow secondaries from HE interaction to
28  leave nucleus without interacting
29- G4NucleiModel - get high_energy_interaction flag value from G4ElementaryParticleCollider
30
3111 Feb 2009 V.Ivanchenko (hadr-casc-V09-02-00)
32-----------------------------------------------
33- set absorption coefficient 1.0 instead of 0.2 inside
34  G4CascadSpecialFunctions (D.Wright)
35
3625 Nov 2008 Dennis Wright (hadr-casc-V09-01-10)
37-----------------------------------------------
38- fix multiplicity sampling in G4ElementaryParticleCollider::generateMultiplicity().
39  Now partial cross sections are normalized to the total cross section instead
40  of just the sum of 2-body to 6-body final state cross sections.  Also fix
41  2-body cross sections above 7 GeV where they were too small.
42  Fix the same cross sections which appear in G4CascadSpecialFunctions.cc
43
4421 Nov 2008 Dennis Wright (hadr-casc-V09-01-09)
45-----------------------------------------------
46- add some comments to cross section tables in G4CascadSpecialFunctions.cc
47  and G4ElementaryParticleCollider.cc
48
4924 Oct 2008 Dennis Wright (hadr-casc-V09-01-08)
50-----------------------------------------------
51- replace GetAtomicMass() with GetNuclearMass() in cascade/G4InuclEvaporation
52  and evaporation/G4BertiniEvaporation
53- V. Ivantchenko added name to G4CascadeInterface ("Bertini Cascade")
54
5517 Oct 2008 Dennis Wright (hadr-casc-V09-01-07)
56-----------------------------------------------
57- added Coulomb barrier plus barrier penetration in G4IntraNucleiCascader.cc
58
5927 Sep 2008 Dennis Wright (hadr-casc-V09-01-06)
60-----------------------------------------------
61- Fixed 4.3 compiler warnings for G4InuclElementaryParticle.hh by providing
62  initializers for particle type and mass
63- Remove unused variables totscm, totlab in G4BigBanger.cc,
64  G4ElementaryParticleCollider.cc, and unused mom1 from G4InuclSpecialFunctions.cc
65
6622 Sep 2008 Gabriele Cosmo (hadr-casc-V09-01-05)
67------------------------------------------------
68- Introduced simple wrapper class G4CascadeMomentum meant to replace usage
69  of std::vector<double> in the cascade code, to reduce memory allocations.
70  Courtesy of P.Elmer (princeton Univ.).
71- Modified cascade code to make use of G4CascadeMomentum.
72
73 3 Sep 2008 Dennis Wright (hadr-casc-V09-01-04)
74-----------------------------------------------
75- G4ElementaryParticleCollider.cc: in method generateMultiplicity, remove
76  large_cut which increases multiplicity from 3 to 4 abruptly at 4 GeV
77  and above.   This caused a sharp drop-off in the single pion spectra from
78  pH reactions.   The effect in heavier nuclei is small.
79 
8029 Jun 2008 Dennis Wright (hadr-casc-V09-01-03)
81-----------------------------------------------
82- add changes made by M. Paterno, J. Kowalkowski, and M. Fischler (FNAL) 
83  to speed up code.  All G4Cascade***Channel classes and related code changed.
84
85 5 May 2008 Dennis Wright (hadr-casc-V09-01-02)
86-----------------------------------------------
87- retag hadr-casc-V09-csbug as hadr-casc-V09-01-02
88
8930 Apr 2008 Dennis Wright (hadr-casc-V09-csbug)
90-----------------------------------------------
91- fix cross section bug in G4CascadSpecialFunctions that returned
92  low or zero total cross sections for pi-p, pi+n, np, and pi0
93  interactions
94
9529 Apr 2008 Dennis Wright (hadr-casc-V09-01-01)
96-----------------------------------------------
97- bring tag hadr-casc-V09-01-coula to HEAD, make official tag
98
9922 Apr 2008 Dennis Wright (hadr-casc-V09-01-param)
100--------------------------------------------------
101- changed pp, nn total cross section parameterization in
102  G4CascadSpecialFunctions to more closely reflect the PDG values (old one
103  was off by as much as a factor of 3.
104
1053 Apr 2008 Dennis Wright (hadr-casc-V09-01-coula)
106-------------------------------------------------
107- removed Coulomb barrier from G4IntraNucleiCascader.cc (causes unphysical spike)
108
1093 Apr 2008 Dennis Wright (hadr-casc-V09-01-coul)
110------------------------------------------------
111- Added Coulomb barrier in G4EquilibriumEvaporator.cc, G4IntraNucleiCascader.cc
112
11317 Nov 2007 Dennis Wright (hadr-casc-V09-00-02)
114-----------------------------------------------
115- Fix angular distribution for nucleon-nucleon elastic scattering
116  above 2.8 GeV, by modifying G4ElementaryParticleCollider::getElasticCase
117 
11825 May 2007 Dennis Wright for Aatos Heikkinen (hadr-casc-V08-03-00)
119-------------------------------------------------------------------
120- implemented interfaces for pre-equilibrium and equilbrium evaporation
121  models
122
12304 May 2007 Aatos Heikkinen (hadr-casc-V08-02-00)
124-------------------------------------------------
125
126- Added protection in G4ElementaryParticleCollider against negative
127  value to sqrt().
128
12908 May 2006 Dennis Wright (hadr-casc-V08-00-00)
130-----------------------------------------------
131
132- cascade: remove G4BERTINI_KAON conditional assembly flags.  Files
133  affected:
134  G4ElementaryParticleCollider.hh, cc
135  G4InuclElementaryParticle.hh
136  G4NucleiModel.hh, cc
137  G4CascadeInterface.cc
138  G4IntraNucleiCascader.cc
139
140- cascade (Pekka Kaitaniemi): G4ElasticCascadeInterface: derive
141  from G4VIntraNuclearTransportModel instead of G4HadronElastic.
142  Check for case when no elastic scattering occurs.  If so,
143  return original bullet and target. 
144
14524 Nov 2005 Dennis Wright (hadr-casc-V07-01-00)
146----------------------------------------------
147
148- cascade (bertini-V07-01-00 by Aatos Heikkinen)
149   elastic scattering interface added:
150   G4ElasticCascadeInterface.hh, .cc added
151   G4CascadeInterface.hh modified
152
Note: See TracBrowser for help on using the repository browser.