Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/hadronic/models/lend/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

  1 # Category hadr-lend History
  2 
  3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological order (newest at the top).
  5 It must **not** be used as a substitute for writing good git commit messages!
  6 
  7 -------------------------------------------------------------------------------
  8 
  9 ## 2024-08-21 Gabriele Cosmo (hadr-lend-V11-02-05)
 10 - Fixed reported Coverity defects for:
 11   o pointless expression condition in ptwXY_div_ptwXY() operator;
 12   o dead code statement in MCGIDI_angularEnergy_parsePointwiseFromTOM() and
 13     in MCGIDI_energyAngular_linear_parseFromTOM().
 14 
 15 ## 2024-08-14 Gabriele Cosmo (hadr-lend-V11-02-04)
 16 - Fixed reported Coverity defects for use of std::move() and const std::string&.
 17 
 18 ## 2024-05-02 Gabriele Cosmo (hadr-lend-V11-02-03)
 19 - Fixed compilation warnings for potentially initialised local variables in
 20   ptwXY_createFromFunctionZeroCrossing().
 21 
 22 ## 2024-04-24 Pere Mato (hadr-lend-V11-02-02)
 23 - Math macros such as M_PI are not standard. To define them the macro
 24   _USE_MATH_DEFINES needs to be defined before including <cmath>.
 25 - macro WIN32 is not standard, the correect macro is _WIN32.
 26 - <BaseTsd.h> should be <basetsd.h> for MinGW.
 27 
 28 ## 2024-01-29 Vladimir Ivanchenko (hadr-lend-V11-02-01)
 29 - MCGIDI_product, MCGIDI_outputChannel, MCGIDI_distribution - fixed alma9-gcc131
 30   compilation warnings seen in CMSSW.
 31 
 32 ## 2023-12-18 Gabriele Cosmo (hadr-lend-V11-02-00)
 33 - Fixed compilation error on latest Windows VC++ compiler 17.8.3 for use of
 34   std::isfinite() in nf_specialFunctions_h and in nf_floatToShortestString().
 35   Addressing problem report #2582.
 36 
 37 ## 2023-11-03 Ben Morgan (hadr-lend-V11-01-02)
 38 - Use "G4" prefixed version of EXPAT/ZLIB CMake variables
 39 
 40 ## 2023-04-06 Dennis Wright (hadr-lend-V11-01-01)
 41 - Fix coverity bug 104071: G4LENDGammaCrossSection::SelectChannel may return 
 42   negative atrray index.  Same for G4LENDGammaCombinedCrossSection::SelectChannel.
 43   Initialize iChannel to positive number.
 44   
 45 ## 2023-02-06 Gabriele Cosmo (hadr-lend-V11-01-00)
 46 - Fixed potential uninitialised variables in MCGIDI_energy_parseMadlandNixFromTOM().
 47 
 48 ## 2022-11-26 Gabriele Cosmo (hadr-lend-V11-00-07)
 49 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
 50 
 51 ## 2022-10-12 Gabriele Cosmo (hadr-lend-V11-00-06)
 52 - Replaced use of sprintf() with snprintf(), to fix deprecation compilation
 53   warnings on macOS-13 SDK.
 54 
 55 ## 2022-09-22 Ben Morgan (hadr-lend-V11-00-05)
 56 - Apply patch for MinGW from [GitHub PR 51](https://github.com/Geant4/geant4/pull/51)
 57 
 58 ## 2022-05-23 Gabriele Cosmo (hadr-lend-V11-00-04)
 59 - Fixed potential use of pointer after free in nf_utilities/nfu_realloc(..)
 60   function.
 61 
 62 ## 2022-04-26 Alberto Ribon (hard-lend-V11-00-03)
 63 - MCGIDI_energy.cc : fixed compilation warnings for 'may be used uninitialized'
 64   variables.
 65 
 66 ## 2022-04-20 Alberto Ribon (hadr-lend-V11-00-02)
 67 - MCGIDI_energy.cc, ptwXY_methods.cc, ptwXY_misc.cc : fixed compilation
 68   warnings for 'may be used uninitialized' variables.
 69 
 70 ## 2022-02-09 Gabriele Cosmo (hadr-lend-V11-00-01)
 71 - Fixed compilation warning on Intel compilers for unused variable.
 72 
 73 ## 2021-12-10 Ben Morgan (hadr-lend-V11-00-00)
 74 - Change to new Markdown History format.
 75 
 76 ---
 77 
 78 # History entries prior to 11.0
 79 
 80 4 August 2021 Alberto Ribon (hadr-lend-V10-07-02)
 81 -------------------------------------------------
 82 - G4LENDModel, G4LENDCapture, G4LENDElastic, G4LENDFission, G4LENDInelastic :
 83   set creator model ID for secondaries, using the new version of
 84   G4PhysicsModelCatalog
 85 
 86 16 April 2021 Ben Morgan (hadr-lend-V10-07-01)
 87 --------------------------------------------------
 88 - Migrate build to modular CMake API
 89 
 90 13 April 2021 Alberto Ribon   (hadr-lend-V10-07-00)
 91 ---------------------------------------------------
 92 - GNUmakefile, sources.cmake : removed the subdirectories
 93   hadronic/models/management and hadronic/models/util
 94   (that have been now deleted, with their classes moved to
 95    hadronic/util and hadronic/management).
 96   Removed also the useless dependency to hadronic/process.
 97   Clean-up of old directories no longer present.
 98 
 99 12 November 2020 Ben Morgan   (hadr-lend-V10-06-03)
100 ---------------------------------------------------
101 - Apply typo fixes from Gurkan Myczko (https://github.com/Geant4/geant4/pull/15)
102 
103 30 April 2020  Ben Morgan     (hadr-lend-V10-06-02)
104 ---------------------------------------------------
105 -  Remove obsolete GRANULAR_DEPENDENCIES entries
106 
107 30 March 2020  Dennis Wright  (hadr-lend-V10-06-01)
108 ---------------------------------------------------
109 - fix of bug report #2174:
110    Create class G4LENDGammaModel to sample GND gamma-nuclear reactions
111    Create class G4LENDGammaCrossSection to sample GND gamma-nuclear reactions
112    add documentation to MCGIDI_outputChannel.cc
113    rewrite T. Koi's version of G4LENDInelastic.cc to take care of large
114    baryon number violations
115 
116 06 January 2020 Ben Morgan (hadr-lend-V10-06-00)
117 ------------------------------------------------
118 - Patch from Tech-X:
119   Remove inclusion of amp_math on Windows as it is not required
120 
121 29 May 2019  Dennis Wright  (hadr-lend-V10-05-01)
122 -------------------------------------------------
123 - G4LENDCapture::ApplyYourself : fix Coverity memory leak of products_from_PE
124 
125 17 May 2019 Alberto Ribon (hadr-lend-V10-05-00)
126 -----------------------------------------------
127 - GIDI_settings_group, GIDI_settings_flux_order, GIDI_settings_flux,
128   GIDI_settings_processedFlux : added assignment operator in these classes
129   (which had the copy constructor and destructor) to fix a few warnings
130   seen for the first time in g++ 9.1 .
131 
132 9 November 2018 Gabriele Cosmo (hadr-lend-V10-04-00)
133 -----------------------------------------------
134 -MCGIDI_misc: fixed printout typo.
135 
136 10 November 2017 Tatsumi Koi (hadr-lend-V10-03-12)
137 -----------------------------------------------
138 -Fix gamma(2.2MeV) emission from n captured by H
139 -Fix minor problem on DumpLENDTargetInfo
140 -Fix misplaced description in this file
141 
142 7 November 2017 Tatsumi Koi (hadr-lend-V10-03-11)
143 -----------------------------------------------
144 -Fix typo in names of cross section data set
145 
146 10 October 2017 Tatsumi Koi (hadr-lend-V10-03-10)
147 -----------------------------------------------
148 -Adding G4LENDCombinedModel and G4LENDCombinedCrossSection
149 -Adding DumpLENDTargetInfo
150 -Reducing default (VerboseLevel=0) output from models and cross sections
151 
152 9 October 2017 Tatsumi Koi (hadr-lend-V10-03-09)
153 -----------------------------------------------
154 -G4LENDCrossSection: IsIsoApplicable returns false for the case of target is not exist
155 -G4LENDModel: ApplyYourself returns unchanged final state for the case of target is not exist with warning message
156 
157 2 October 2017 Tatsumi Koi (hadr-lend-V10-03-08)
158 -----------------------------------------------
159 -Fix bug in G4LENDElastic
160 
161 21 June 2017 Tatsumi Koi (hadr-lend-V10-03-07)
162 -----------------------------------------------
163 -Fix Coverity 63049
164 
165 27 June 2017 Tatsumi Koi (hadr-lend-V10-03-06)
166 -----------------------------------------------
167 -Fix Coverity 63063
168 
169 14 June 2017 Tatsumi Koi (hadr-lend-V10-03-05)
170 -----------------------------------------------
171 -Fix Coverity 63066
172 
173 12 June 2017 Tatsumi Koi (hadr-lend-V10-03-04)
174 -----------------------------------------------
175 -Fix Coverity 63074 and 63077
176 
177 23 May 2017 Tatsumi Koi (hadr-lend-V10-03-03)
178 -----------------------------------------------
179 -Fix bug related to "fallthrough" and add comment
180 
181 12 May 2017 Gabriele Cosmo (hadr-lend-V10-03-02)
182 -----------------------------------------------
183 -Added 'fallthrough' comment to nf_angularMomentumCoupling.cc:145,
184  to quit compilation warning message on gcc-7.1.
185 
186 09 May 2017 Tatsumi Koi (hadr-lend-V10-03-01)
187 -----------------------------------------------
188 -Fix inconsistency of name of excited isomer between data and code
189 -Fix Fix problem in handling excited isomer target
190 -Add table of excitation energy of excited isomer target
191 
192 08 May 2017 Tatsumi Koi (hadr-lend-V10-03-00)
193 -----------------------------------------------
194 -Fix warning messages from compiler(gcc7.1)
195 
196 07 November 2016 Tatsumi Koi (hadr-lend-V10-02-06)
197 -----------------------------------------------
198 -Fix warning messages from compiler(gcc6.2 -O3)
199 
200 02 November 2016 Tatsumi Koi (hadr-lend-V10-02-05)
201 -----------------------------------------------
202 -Improve memory consumption in MT library
203 
204 02 September 2016 Tatsumi Koi (hadr-lend-V10-02-04)
205 -----------------------------------------------
206 -Migrate to use G4Rand
207 
208 11 April 2016 Tatsumi Koi (hadr-lend-V10-02-03)
209 -----------------------------------------------
210 -Fix problem on setting birth time of delayed neutrons
211 
212 15 January 2016 Tatsumi Koi (hadr-lend-V10-02-02)
213 -----------------------------------------------
214 -Fix problem in production of residual neutrons
215 
216 8 January 2016 Tatsumi Koi (hadr-lend-V10-02-01)
217 -----------------------------------------------
218 -Fix for Coverity #63079 and 63081
219 
220 17 December 2015 Gabriele Cosmo (hadr-lend-V10-02-00)
221 -----------------------------------------------
222 -Corrected use of isnan() in nf_utilities.cc to std::isnan() for
223  compilers different than Windows/VC++.
224 
225 18 November 2015 Tatsumi Koi (hadr-lend-V10-01-14)
226 -----------------------------------------------
227 -Fix of problem introduced at hadr-lend-V10-01-12
228 
229 16 November 2015 Tatsumi Koi (hadr-lend-V10-01-13)
230 -----------------------------------------------
231 -Fix of problem on GNUmake system
232 
233 14 November 2015 Tatsumi Koi (hadr-lend-V10-01-12)
234 -----------------------------------------------
235 -Fix for frequent issue of warning of Bad energy non-conservation in Inelastic
236 
237 13 November 2015 Tatsumi Koi (hadr-lend-V10-01-11)
238 -----------------------------------------------
239 -Fix for frequent issue of warning of Bad energy non-conservation in Capture
240 
241 6 November 2015 Tatsumi Koi (hadr-lend-V10-01-10)
242 -----------------------------------------------
243 -Loop checking
244 
245 6 November 2015 Tatsumi Koi (hadr-lend-V10-01-09)
246 -----------------------------------------------
247 -Fix error and warning messages from compiler(VC12)
248 -Extension for charger particles (p, d, t, He3 and A)
249 
250 6 November 2015 Tatsumi Koi (hadr-lend-V10-01-08)
251 -----------------------------------------------
252 -Migration to fast-math functions
253 -Fix warning messages from compiler(gcc-4.8)
254 
255 2 November 2015 Tatsumi Koi (hadr-lend-V10-01-07)
256 -----------------------------------------------
257 -Fix warning messages from compiler(gcc-4.9.3 and gcc-4.8)
258 
259 1 November 2015 Tatsumi Koi (hadr-lend-V10-01-06)
260 -----------------------------------------------
261 -Fix error and warning messages from compiler(VC12)
262 
263 1 November 2015 Tatsumi Koi (hadr-lend-V10-01-05)
264 -----------------------------------------------
265 -Fix warning messages from compiler(gcc-4.9.3)
266 
267 31 October 2015 Tatsumi Koi (hadr-lend-V10-01-04)
268 -----------------------------------------------
269 -Fix warning messages from compiler(clang)
270 
271 30 October 2015 Tatsumi Koi (hadr-lend-V10-01-03)
272 -----------------------------------------------
273 -Update to LEND v1.3
274 
275 5 August 2015 Tatsumi Koi (hadr-lend-V10-01-02)
276 -----------------------------------------------
277 -Fix for problem on intel compiler with c++11 flag
278         src/tpia_mass.cc
279         src/G4GIDI_mass.cc
280 
281 8 April 2015 Tatsumi Koi (hadr-lend-V10-01-01)
282 -----------------------------------------------
283 -Fix for Coverity #56237
284   include/G4GIDI_map.hh
285 
286 16 March 2015 Tatsumi Koi (hadr-lend-V10-01-00)
287 -----------------------------------------------
288 -Fix for Coverity #56243 and 56237
289   include/G4GIDI_map.hh
290 
291 19 August 2014 Tatsumi Koi (hadr-lend-V10-00-06)
292 -----------------------------------------------
293 -Turn off license banner
294   src/G4LENDManager.cc
295 -Fix bug FindIon -> GetIon
296   src/G4LENDCapture.cc
297   src/G4LENDModel.cc
298   src/G4LENDInelastic.cc
299   src/G4LENDElastic.cc
300 
301 2 June 2014 Tatsumi Koi (hadr-lend-V10-00-05)
302 -----------------------------------------------
303 -Protect divide overflow
304        src/tpia_misc.cc
305        src/tpia_kinetics.cc
306 
307 
308 1 June 2014 Tatsumi Koi (hadr-lend-V10-00-04)
309 -----------------------------------------------
310 -Fix wrong usage of IonTable
311   src/G4LENDManager.cc
312 -Relax Fatal Energy CheckLevel
313   include/G4LENDFission.hh
314   src/G4LENDFission.cc
315 
316 28 March 2014 Tatsumi Koi (hadr-lend-V10-00-03)
317 -----------------------------------------------
318 -Bug fix
319 LEND used G4ParticleTable::GetParticleTable()->GetIon(,,) which obsolete in v10.00
320   src/G4LENDCapture.cc
321   src/G4LENDModel.cc
322   src/G4LENDFission.cc
323   src/G4LENDInelastic.cc
324   src/G4LENDElastic.cc
325 
326 14 March 2014 Tatsumi Koi (hadr-lend-V10-00-02)
327 -----------------------------------------------
328 -Remove const_cast now that pointer to G4ParticleDefinition is const
329        src/G4LENDModel.cc
330        src/G4LENDElastic.cc
331 
332 14 March 2014 Tatsumi Koi (hadr-lend-V10-00-01)
333 -----------------------------------------------
334 Fix compilation warnings detected by clang compiler on MacOS-10.9.
335   src/tpia_product.cc
336 
337 
338 29 Jan 2014 Gunter Folger    (hadr-lend-V10-00-00)
339 --------------------------------------------------
340 - Removed low_energy from sources.cmake
341 
342 
343 6 May 2013 Tatsumi Koi (hadr-lend-V09-06-01)
344 --------------------------------------------
345 Fix for "warning: conversion specifies type 'int' but the argument has type 'size_t'"
346   src/xData.cc
347 
348 2 May 2013 Tatsumi Koi (hadr-lend-V09-06-00)
349 ----------------------------------------------
350 Change default evaluation from endl99 to ENDF.B-VII.0
351 Fix UNINIT_CTOR "proj"
352   src/G4LENDModel.cc
353   src/G4LENDCrossSection.cc
354 Fix "MISSING_ASSIGN" and "COPY_WITHOUT_ASSIGN"
355 Change visibility of constructor and so on from protected to private
356   include/G4LENDManager.hh
357 Make sensitive to isomer level of isotope in material
358   include/G4LENDManager.hh
359   src/G4LENDManager.cc
360   src/G4LENDCrossSection.cc
361   src/G4LENDModel.cc
362   src/G4LENDFission.cc
363   src/G4LENDInelastic.cc
364   src/G4LENDElastic.cc
365   src/G4LENDCapture.cc
366 Fix "RESOURCE_LEAK"
367   src/G4LENDManager.cc
368 
369 6 November 2012 Gabriele Cosmo (hadr-lend-V09-05-04)
370 ----------------------------------------------
371 Fix for porting on AIX in statusMessageReporting source code.
372 
373 26 September 2012 Gabriele Cosmo (hadr-lend-V09-05-03)
374 ----------------------------------------------
375 Explicitly use inclusion of headers for system of units and physical
376 constants, in plan to remove implicit inclusion from globals.hh.
377 
378 7 August 2012 Gabriele Cosmo (hadr-lend-V09-05-02)
379 ----------------------------------------------
380 Fixed GNUmakefile for use of internal expat library, if explicitly chosen.
381 
382 13 June 2012 Tatsumi Koi (hadr-lend-V09-05-01)
383 ----------------------------------------------
384 Fix shadowing compiler warnings
385   include/G4LENDCrossSection.hh
386   src/G4LENDModel.cc
387   src/G4LENDFission.cc
388   src/G4LENDCrossSection.cc
389 
390 12 January 2012 Tatsumi Koi (hadr-lend-V09-05-00)
391 ----------------------------------------------
392 Fix compiler worming message, proper header names, Delete unnecessary header files
393   src/tpia_misc.cc
394   src/tpia_channel.cc
395   src/G4GIDI_target.cc
396   src/tpia_angularEnergy.cc
397   src/tpia_kinetics.cc
398   src/xDataMisc.cc
399 
400 30 September 2011 Tatsumi Koi (hadr-lend-V09-04-24)
401 ----------------------------------------------
402 fix problem, after setting changes
403         include/G4LENDModel.hh
404 
405 25 September 2011 Tatsumi Koi (hadr-lend-V09-04-23)
406 ----------------------------------------------
407 migrate to integer A and Z
408   src/G4LENDModel.cc
409   src/G4LENDElastic.cc
410   src/G4LENDInelastic.cc
411   src/G4LENDCapture.cc
412   src/G4LENDFission.cc
413 
414 13 September 2011 Tatsumi Koi (hadr-lend-V09-04-22)
415 ----------------------------------------------
416 - Add protection of 0 or negative kinetic energy neutrons produced by numerical precision issues
417         src/G4LENDElastic.cc
418 
419 12 September 2011 Tatsumi Koi (hadr-lend-V09-04-21)
420 ----------------------------------------------
421 - Merge to new interface of VCrossSectionDataSet (hadr-cross-V09-04-14)
422 
423 6 September 2011 Tatsumi Koi (hadr-lend-V09-04-20)
424 ----------------------------------------------
425 - Introduce BuildPhysicsTable
426         include/G4LENDModel.hh
427 - Bug fix
428         src/G4LENDCaptureCrossSection.cc
429         src/G4LENDElasticCrossSection.cc
430         src/G4LENDFissionCrossSection.cc
431         src/G4LENDInelasticCrossSection.cc
432 
433 6 September 2011 Tatsumi Koi (hadr-lend-V09-04-19)
434 ----------------------------------------------
435 This tag keeps OLD interface of VCrossSectionDataSet
436 - Change for reducing output
437         include/G4LENDModel.hh
438         include/G4LENDCrossSection.hh
439 - Add UltraLowEnergyExtrapolatedXS
440         src/G4LENDCaptureCrossSection.cc
441         src/G4LENDElasticCrossSection.cc
442         src/G4LENDFissionCrossSection.cc
443         src/G4LENDInelasticCrossSection.cc
444 - Fix oddy output
445         src/G4LENDManager.cc
446 
447 29 August 2011 Tatsumi Koi (hadr-lend-V09-04-18)
448 ----------------------------------------------
449 - Migrate new interface of VCrossSectionDataSet (hadr-cross-V09-04-14)
450   src/G4LENDCrossSection.cc
451   include/G4LENDCrossSection.hh
452 
453 16 June 2011 Ben Morgan (hadr-lend-V09-04-17)
454 ----------------------------------------------
455 - sources.cmake : Add additional G4PROCESSES_EXPORT compile definition needed
456   for DLL build.
457 
458 2 June 2011 Tatsumi Koi (hadr-lend-V09-04-16)
459 ----------------------------------------------
460 - Fix gcc4.6 warning message
461   src/tpia_target.cc
462 
463 2 June 2011 Tatsumi Koi (hadr-lend-V09-04-15)
464 ----------------------------------------------
465 - Fix bug
466   include/tpia_target.h
467 
468 2 June 2011 Ben Morgan (hadr-lend-V09-04-14)
469 ----------------------------------------------
470 - sources.cmake : Added support for expat in the CMake build. The expat
471   include directories are added to the include path, and the module is linked
472   to the expat libraries.
473   The interface variables EXPAT_INCLUDE_DIRS and EXPAT_LIBRARIES are used
474   so there is no dependence on whether the internal or system expat is used.
475 
476 1 June 2011 Tatsumi Koi (hadr-lend-V09-04-14)<-Actually I did not make this tag
477 ------------------------------------------------
478 - Migrate recent update in G4CrossSectionDataStore
479   include/G4LENDCrossSection.hh
480   src/G4LENDCrossSection.cc
481 
482 31 May 2011 Tatsumi Koi (hadr-lend-V09-04-13)
483 ------------------------------------------------
484 - Set proper name for cross section
485 - Migrate minKinEnergy and maxKinEnergy in G4VCrossSectionDataSet
486   include/G4LENDElasticCrossSection.hh
487   include/G4LENDCaptureCrossSection.hh
488   include/G4LENDFissionCrossSection.hh
489   include/G4LENDInelasticCrossSection.hh
490   include/G4LENDCrossSection.hh
491   src/G4LENDCrossSection.cc
492 
493 30 May 2011 Tatsumi Koi (hadr-lend-V09-04-12)
494 ------------------------------------------------
495 - Set proper name
496   include/G4LENDElastic.hh
497 - Change format of output messages
498   src/G4LENDCrossSection.cc
499   src/G4LENDModel.cc
500 - Introduce verboseLevel and its changing method
501   include/G4LENDManager.hh
502   src/G4LENDManager.cc
503 
504 30 May 2011 Gabriele Cosmo (hadr-lend-V09-04-11)
505 ------------------------------------------------
506 - Renamed DLL_API macro to DLL_LEND.
507 
508 27 May 2011 Tatsumi Koi (hadr-lend-V09-04-10)
509 ------------------------------------------------
510 - Rename endlXXX -> lendXXX in private values
511 - Move create_used_target_map from constructor to BuildPhysicsTable
512   Cross Sections
513 - Set proper name
514 - Set proper modelName
515 - Fix link error undefined reference to `tpia_samplingMethods_linear'
516   include/tpia_target.h
517 
518 26 May 20111 Gunter Folger (hadr-lend-V09-04-09)
519 ------------------------------------------------
520 - Fix compiler warning in tpia_mac.cc on slc5/gcc43,
521   empty body of for() at line 321
522 
523 26 May 2011 Gabriele Cosmo (hadr-lend-V09-04-08)
524 ------------------------------------------------
525 - Added corrections to allow for generation of DLLs on Windows.
526 - Fixed file name for G4LENDUsedTarget.cc.
527 - Updated sources.cmake script.
528 
529 24 May 2011 Gunter Folger (hadr-lend-V09-04-07)
530 ------------------------------------------------
531 - Fix sources.cmake to reflect renamed header files
532 
533 18 May 2011 Gunter Folger (hadr-lend-V09-04-06)
534 ------------------------------------------------
535 - include expat headers froom externals on Windows
536 - xDataMisc.cc: imporve condition to include unistd.h/direct.h
537    to avoid warning on Windows from g++ dependency building.
538 
539 5 May 2011 Tatsumi Koi (hadr-lend-V09-04-05)
540 ------------------------------------------------
541 - protect by namescope GIDI
542 
543 30 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-04)
544 ------------------------------------------------
545 - rename GIDI4GEANT to G4GIDI
546 
547 
548 30 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-03)
549 ------------------------------------------------
550 - rename .hpp to .hh
551 
552 
553 26 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-02)
554 ------------------------------------------------
555 - Migration to WIN-VC
556   src/statusMessageReporting.cc
557   src/tpia_decayChannel.cc
558   src/tpia_Legendre.cc
559   src/tpia_map.cc
560   src/tpia_misc.cc
561   src/xData.cc
562   src/xDataMisc.cc
563 
564 
565 25 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-01)
566 ------------------------------------------------
567 - delete unneccesary "namespace std"
568   src/G4LENDCapture.cc
569   src/G4LENDCaptureCrossSection.cc
570   src/G4LENDCrossSection.cc
571   src/G4LENDElastic.cc
572   src/G4LENDElasticCrossSection.cc
573   src/G4LENDFission.cc
574   src/G4LENDFissionCrossSection.cc
575   src/G4LENDInelastic.cc
576   src/G4LENDInelasticCrossSection.cc
577   src/G4LENDManager.cc
578   src/G4LENDModel.cc
579   src/G4LENDUesdTarget.cc
580 - move "namespace std" to proper position
581   src/GIDI4GEANT.cc
582   src/GIDI4GEANT_map.cc
583   src/GIDI4GEANT_target.cc
584 
585 
586 1 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-00)
587 ------------------------------------------------
588 - delete "namespace std" in headers
589   include/GIDI4GEANT_map.hpp
590   include/GIDI4GEANT.hpp
591   include/GIDI4GEANT_target.hpp
592 
593 
594 25 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-07)
595 ------------------------------------------------
596 - Modified expected value of G4LENDDATA
597   From LENDDATA/xmcf.n_1.map
598         To   LENDDATA/
599 
600 25 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-06)
601 ------------------------------------------------
602 - One more move "namespace std" in headers to sources
603 
604 25 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-05)
605 ------------------------------------------------
606 - Fixed compile error in gcc4.4 and make printing out banner
607   Move "namespace std" in headers to sources
608 
609 24 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-04)
610 ------------------------------------------------
611 - Fixed compile error in gcc4.4, however still have 17 warning in gcc 4.4
612   src/GIDI4GEANT_Misc.cc
613 
614 24 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-03)
615 ------------------------------------------------
616 - Fixed warning messages, now we have no warning in gcc 4.1.2
617 
618 24 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-02)
619 ------------------------------------------------
620 - Fixed most of warning messages, however still remain some
621 
622 23 Nov 2010 Gabriele Cosmo (hadr-lend-V09-03-01)
623 ------------------------------------------------
624 - Corrected GNUmakefile and added CMake scripts with dependencies.
625 
626 18 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-00)
627 ---------------------------------------------
628 - First implementation of LEND (Low Energy Nuclear Data) Cross Section and Model
629   History
630   GNUMakefile
631   include/G4LENDCapture.hh
632   include/G4LENDCaptureCrossSection.hh
633   include/G4LENDCrossSection.hh
634   include/G4LENDElastic.hh
635   include/G4LENDElasticCrossSection.hh
636   include/G4LENDFission.hh
637   include/G4LENDFissionCrossSection.hh
638   include/G4LENDHeader.hh
639   include/G4LENDInelastic.hh
640   include/G4LENDInelasticCrossSection.hh
641   include/G4LENDManager.hh
642   include/G4LENDModel.hh
643   include/G4LENDUsedTarget.hh
644   src/G4LENDCapture.cc
645   src/G4LENDCaptureCrossSection.cc
646   src/G4LENDCrossSection.cc
647   src/G4LENDElastic.cc
648   src/G4LENDElasticCrossSection.cc
649   src/G4LENDFission.cc
650   src/G4LENDFissionCrossSection.cc
651   src/G4LENDInelastic.cc
652   src/G4LENDInelasticCrossSection.cc
653   src/G4LENDManager.cc
654   src/G4LENDModel.cc
655   src/G4LENDUesdTarget.cc
656 
657   include/GIDI4GEANT.hpp
658   include/GIDI4GEANT_Misc.hpp
659   include/GIDI4GEANT_map.hpp
660   include/GIDI4GEANT_mass.hpp
661   include/GIDI4GEANT_target.hpp
662   src/GIDI4GEANT.cc
663   src/GIDI4GEANT_Misc.cc
664   src/GIDI4GEANT_map.cc
665   src/GIDI4GEANT_mass.cc
666   src/GIDI4GEANT_target.cc
667 
668   include/tpi_IDs.h
669   include/tpia_depot.h
670   include/tpia_map.h
671   include/tpia_mass.h
672   include/tpia_misc.h
673   include/tpia_target.h
674   src/tpi_IDs.cc
675   src/tpia_Legendre.cc
676   src/tpia_angular.cc
677   src/tpia_angularEnergy.cc
678   src/tpia_channel.cc
679   src/tpia_decayChannel.cc
680   src/tpia_depot.cc
681   src/tpia_frame.cc
682   src/tpia_kinetics.cc
683   src/tpia_map.cc
684   src/tpia_mass.cc
685   src/tpia_misc.cc
686   src/tpia_multiplicity.cc
687   src/tpia_particle.cc
688   src/tpia_product.cc
689   src/tpia_samplingMethods.cc
690   src/tpia_target.cc
691   src/tpia_target_heated.cc
692 
693   include/gString.h
694   include/statusMessageReporting.h
695   include/xData.h
696   include/xDataExtras.h
697   src/gString.cc
698   src/statusMessageReporting.cc
699   src/xData.cc
700   src/xDataExtras.cc
701   src/xDataMisc.cc
702   src/xData_1d_x.cc
703   src/xData_2d_xindex_y.cc
704   src/xData_2d_xshared_yhistogram.cc
705   src/xData_2d_xy.cc
706   src/xData_matrix.cc
707