source: trunk/source/processes/hadronic/models/neutron_hp/History@ 819

Last change on this file since 819 was 819, checked in by garnier, 17 years ago

import all except CVS

File size: 9.9 KB
Line 
1$Id: History,v 1.23.2.2 2008/04/29 07:05:37 gcosmo Exp $
2-------------------------------------------------------------------
3
4 ==================================================
5 Geant4 - an Object-Oriented Toolkit for Simulation
6 ==================================================
7
8 History file for High Precision Neutron model
9 ---------------------------------------------
10
11This file should be used to summarize modifications introduced in the
12code and to keep track of all tags.
13
14 ---------------------------------------------------------------
15 * Please list in reverse chronological order (last date on top)
16 ---------------------------------------------------------------
17
1829 April 2008 Gabriele Cosmo (hadr-hpn-V09-00-07)
19-------------------------------------------------
20- Tag for release 9.1.p02.
21
2222 April 2008 Tatsumi Koi (hadr-hpn-V09-01-04)
23---------------------------------------------
24- Add IsZAApplicable(,,) {return false;} by T. Koi
25 G4NeutronHPorLElasticData.cc
26 G4NeutronHPorLEInelasticData.cc
27 G4NeutronHPorLCaptureData.cc
28 G4NeutronHPorLFissionData.cc
29 G4NeutronHPJENDLHEData.cc
30
3117 April 2008 Tatsumi Koi (hadr-hpn-V09-01-03)
32---------------------------------------------
33- Add IsZAApplicable(,,) {return false;} by T. Koi
34 G4NeutronHPElasticData.cc
35 G4NeutronHPInelasticData.cc
36 G4NeutronHPCaptureData.cc
37 G4NeutronHPFissionData.cc
38 G4NeutronHPThermalScatteringData.cc
39
409 April 2008 Tatsumi Koi (hadr-hpn-V09-01-02)
41---------------------------------------------
42- Bug fixes for G4FPE_DEBUG by T. Koi
43 G4NeutronHPContAngularPar.cc
44
459 April 2008 Tatsumi Koi (hadr-hpn-V09-01-01)
46---------------------------------------------
47- Bug fixes for G4FPE_DEBUG by T. Koi
48 G4NeutronHPContAngularPar.cc
49 G4NeutronHPVector.hh
50
5119 March 2008 Tatsumi Koi (hadr-hpn-V09-01-00)
52---------------------------------------------
53- Fix compilation warnings - gcc-4.3.0 by T. Koi
54 (This fix has a real effect to the code.)
55 G4NeutronHPContAngularPar.cc
56- Also tagged "hadr-hpn-V09-00-05".
57
5819 March 2008 Tatsumi Koi (hadr-hpn-V09-00-04)
59---------------------------------------------
60- Fix compilation warnings - gcc-4.3.0 by T. Koi
61 G4NeutronHPElastic.cc
62 G4NeutronHPorLElastic.cc
63 G4NeutronHPorLCapture.cc
64 G4NeutronHPorLFission.cc
65
6631 Oct 2007 Tatsumi Koi (hadr-hpn-V09-00-03)
67---------------------------------------------
68- Bug fix which pointed out by A. Howard
69 G4NeutronHPChannel.cc
70
712 Oct 2007 Tatsumi Koi (hadr-hpn-V09-00-02)
72---------------------------------------------
73- Enalble element based cross-section dump
74 G4NeutronHPElasticData.cc
75 G4NeutronHPInelasticData.cc
76 G4NeutronHPCaptureData.cc
77 G4NeutronHPFissionData.cc
78
799 Jul 2007 Tatsumi Koi (hadr-hpn-V09-00-01)
80---------------------------------------------
81- Allow _nat_ final state even for isotoped cross sections
82 G4NeutronHPNames.cc
83
845 Jul 2007 Dennis Wright (hadr-hpn-V09-00-00)
85---------------------------------------------
86- G4NeutronHPThermalScattering.cc : remove duplicate declaration of dirName
87 (already a class member).
88
8925 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-07)
90--------------------------------------------
91- Changed logic of data selection when G4NEUTRONHP_SKIP_MISSING_ISOTOPES turn on
92 natural abandance data are allowed.
93 G4NeutronHPDataUsed.hh
94 G4NeutronHPNames.cc
95
9625 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-06)
97--------------------------------------------
98- fixes for memory leaking
99 G4NeutronHPFissionData.cc
100 G4NeutronHPThermalScattering.cc
101 G4NeutronHPThermalScatteringData.hh
102 G4NeutronHPThermalScatteringData.cc
103
10422 Jun 2007 Gabriele Cosmo (hadr-hpn-V08-03-05)
105-----------------------------------------------
106- Replaced following environment variables:
107 o NeutronHP_ALWAYS_USE_PHOTONEVAPORATION_FOR_CAPTURE_FS
108 with: G4NEUTRONHP_USE_ONLY_PHOTONEVAPORATION
109 o NeutronHP_USE_ONLY_EXACT_FILE
110 with: G4NEUTRONHP_SKIP_MISSING_ISOTOPES
111 o NeutronHPCrossSections
112 with: G4NEUTRONHPDATA
113 o NeutronHP_NEGLECT_DOPPLER_BROADENING
114 with: G4NEUTRONHP_NEGLECT_DOPPLER.
115- Replaced NULL with 0 everywhere and removed unnecessary check on zero
116 pointer when performing deletion.
117
11818 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-04)
119--------------------------------------------
120- fixes for memory leaking
121 G4NeutronHPPartial.hh
122 G4NeutronHPPhotonDist.hh
123 G4NeutronHPPhotonDist.cc
124
12508 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-03)
126--------------------------------------------
127- fixes for memory leaking
128 G4NeutronHPAngular.hh G4NeutronHPChannel.hh G4NeutronHPPhotonDist.hh
129 G4NeutronHPCaptureData.cc G4NeutronHPElasticData.cc G4NeutronHPInelasticData.cc
130 G4NeutronHPNames.cc
131
132
13308 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-02)
134--------------------------------------------
135- Bug fixes for valgrind & delete Unnecessary comment out from
136 G4NeutronHPFissionERelease.hh
137
13806 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-01)
139----------------------------------------------
140- Bug fixes for valgrind & related update
141 G4NeutronHPVector.hh
142 G4NeutronHPFissionERelease.hh
143 G4NeutronHPPhotonDist.hh
144 G4NeutronHPPhotonDist.cc
145 G4NeutronHPInelasticCompFS.cc
146
147
14825 May 2007 Dennis Wright (hadr-hpn-V08-03-00)
149----------------------------------------------
150- retag for 9.0 release
151
15223 May 2007 Tatsumi Koi (hadr-hpn-V08-02-06)
153- Try to limit sum of secondary photons energy while keeping distributions
154 G4NeutronHPPhotonDist.cc
155
15623 May 2007 Tatsumi Koi (hadr-hpn-V08-02-05)
157- add neglecting doppler broadening mode for perfomance increase
158 G4NeutronHPElasticData.cc
159 G4NeutronHPInelasticData.cc
160 G4NeutronHPCaptureData.cc
161
16223 May 2007 Tatsumi Koi (hadr-hpn-V08-02-04)
163------------------------------------------------
164- Bug fixes for G4FPE_DEBUG on by A. Howard
165 G4NeutronHPAngular.cc
166 G4NeutronHPCapture.cc
167 G4NeutronHPElastic.cc
168 G4NeutronHPFission.cc
169 G4NeutronHPInelastic.cc
170 G4NeutronHPChannel.cc
171 G4NeutronHPChannelList.cc
172 G4NeutronHPInelasticCompFS.cc
173 G4NeutronHPVector.cc
174
17522 May 2007 Tatsumi Koi (hadr-hpn-V08-02-02)
176------------------------------------------------
177- Enable to use only exact data file NeutronHP_USE_ONLY_EXACT_FILE
178 and add warnig when substitute file is used
179 Modified method of searching substitute isotope data
180 G4NeutronHPNames.cc
181- added NeutronHP_ALWAYS_USE_PHOTONEVAPORATION_FOR_CAPTURE_FS flag
182 G4NeutronHPCaptureFS.cc
183
18411 April 2007 Dennis Wright (hadr-hpn-V08-02-01)
185------------------------------------------------
186- added model names for hadronic whiteboard error reporting.
187 Files affected:
188
189 G4NeutronHPCapture.cc
190 G4NeutronHPElastic.cc
191 G4NeutronHPFission.cc
192 G4NeutronHPInelastic.cc
193 G4NeutronHPorLCapture.cc
194 G4NeutronHPorLEInelastic.cc
195 G4NeutronHPorLElastic.cc
196 G4NeutronHPorLFission.cc
197
19820 February 2007 Dennis Wright (hadr-hpn-V08-02-00)
199---------------------------------------------------
200- fixed potential divide by zero in:
201
202 G4NeutronHPVector::IntegrateAndNormalise()
203 G4NeutronHPLevel::GetDecayGammas()
204 G4NeutronHPInterpolator::GetWeightedBinIntegral
205
20615 November 2006 Tatsumi Koi (hadr-hpn-V08-00-04)
207-------------------------------------------------
208- G4NeutronHPElasticFS.hh , cc : add new type final state generator
209- G4NeutronHPFission.cc : Bug Report[857]
210- 4NeutronHPElasticFS.cc : buf fix
211- new cross secton data set and models below 4eV based on
212 Thermal neutron scattering files from the evaluated nuclear data files
213 ENDF/B-VI, Release2
214 New files
215 G4NeutronHPThermalScatteringNames.hh , cc
216 G4NeutronHPThermalScattering.hh , cc
217 G4NeutronHPThermalScatteringData.hh , cc
218- new cross secton data set based on JENDL HE files 20MeV - 3GeV
219 New files
220 G4NeutronHPJENDLHEData.hh , .cc
221 G4NeutronHPJENDLHEElasticData.hh , .cc
222 G4NeutronHPJENDLHEInelasticData.hh , .cc
223
22402 June 2006 Dennis Wright for Tatsumi Koi (hadr-hpn-V08-00-03)
225---------------------------------------------------------------
226- retag of hard-hpn-v08-00-03 with History info added
227- G4NeutronHPCaptureFS.cc : change default status of PotonEvaporaton
228- G4NeutronHPContAngularPar.cc: bug fix
229- G4NeutronHPFissionFS.cc: bug fix
230
23105 May 2006 Dennis Wright (hadr-hpn-V08-00-02)
232----------------------------------------------
233- installed option to turn off neutron suspension in HPElastic models
234 added method DoNotSuspend() to
235 G4NeutronHPElastic and G4NeutronHPorLElastic
236
23716 Jan 2006 Dennis Wright for Tatsumi Koi (hadr-hpn-V08-00-01)
238--------------------------------------------------------------
239- fixed problem seen in NeutronHP models: core dump when neutron energy
240 gets close to 20 MeV in some materials. In
241 G4NeutronHPPartial::Sample(G4double) change look-up index from
242 nData-1 to nData.
243
24422 Nov 2005 Dennis Wright (hadr-hpn-V07-01-03)
245----------------------------------------------
246- fix division NAN compiler warning in outer while loop for
247 G4NeutronHPorLEInelasticData.cc, G4NeutronHPorLElasticData.cc,
248 G4NeutronHPorLEFissionData.cc, G4NeutronHPorLFissionData.cc
249
25022 Nov 2005 Dennis Wright for Tatsumi Koi (hadr-hpn-V07-01-02)
251--------------------------------------------------------------
252- T. Koi implemented new process which switches from HP neutron model
253 to Low Energy Parameterized model when HP neutron data are absent.
254
255 New files:
256 G4NeutronHPorLCapture.hh, .cc
257 G4NeutronHPorLCaptureData.hh, .cc
258 G4NeutronHPorLCaptureModel.hh, .cc
259 G4NeutronHPorLEInelastic.hh, .cc
260 G4NeutronHPorLEInelasticData.hh, .cc
261 G4NeutronHPorLEInelasticModel.hh, .cc
262 G4NeutronHPorLElastic.hh, .cc
263 G4NeutronHPorLElasticData.hh, .cc
264 G4NeutronHPorLElasticModel.hh, .cc
265 G4NeutronHPorLFission.hh, .cc
266 G4NeutronHPorLFissionData.hh, .cc
267 G4NeutronHPorLFissionModel.hh, .cc
268
269
27018 Nov 2005 Dennis Wright (hadr-hpn-V07-01-00)
271----------------------------------------------
272
273- <sstream> migration for
274 G4NeutronHPInelasticBaseFS.cc, G4NeutronHPInelasticCompFS.cc,
275 G4NeutronHPNInelasticFS.cc, G4NeutronHPIsoData.hh,
276 G4NeutronHPNames.hh
277
278- fix division NAN compiler warning in outer while loop for
279 G4NeutronHPCaptureData.cc, G4NeutronHPElasticData.cc,
280 G4NeutronHPInelasticData.cc, G4NeutronHPFissionData.cc
281
Note: See TracBrowser for help on using the repository browser.