# Category hadr-lend History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- ## 2025-11-21 Gabriele Cosmo (hadr-lend-V11-03-07) - Fixed implicit type conversions from size_t to int (reported on macOS/XCode) in G4GIDI_target.cc. ## 2025-11-19 Gabriele Cosmo (hadr-lend-V11-03-06) - Fixed compilation error on macOS with CXX23 enabled in MCGIDI_string.hpp for use of size_t. ## 2025-11-14 Bret Beck, Caleb Mattoon, Godfree Gert, Douglas M Wright (hadr-lend-V11-03-05) - Remove the default evaluation string from G4LEND. This change means the user only needs to update the G4LENDDATA environment variable to switch to a different nuclear data library - Fixes for various issues identified by Coverity and by compiling with the -Wconversion flag in clang. ## 2025-11-13 Gabriele Cosmo (hadr-lend-V11-03-04) - Fixed implicit type conversions from size_t to int (reported on macOS/XCode) in headers: GIDI.hpp, MCGIDI.hpp and MCGIDI_headerSource.hpp. ## 2025-06-20 Bret Beck, Caleb Mattoon, Godfree Gert, Douglas M Wright (hadr-lend-V11-03-03) - Fixes for all high and most medium impact issues identified by Coverity. ## 2025-05-14 Bret Beck, Caleb Mattoon, Godfree Gert, Douglas M Wright (hadr-lend-V11-03-02) - Fixes aimed for high impact issues identified by Coverity. ## 2025-02-04 Bret Beck, Caleb Mattoon, Godfree Gert, Douglas M Wright (hadr-lend-V11-03-01) - Major update of GIDIplus interface with refactored c++ code including: o uses official GNDS formatted data o added feature for high-fidelity gamma cascades following reactions such as neutron capture and inelastic scattering ## 2024-12-10 Douglas M Wright (hadr-lend-V11-03-00) - Collect all inelastic models (neutron and gamma induced) into G4HadronPhysicsLEND o update and simplify Shielding and G4EmExtraPhysics accordingly o fixed two bugs: - G4EmExtraPhysics failed to load photonuclear from LEND if G4GammaGeneralProcess existed - G4LENDCombinedModel photofission check energy function was not connected to the base class which results in a crash ## 2024-08-21 Gabriele Cosmo (hadr-lend-V11-02-05) - Fixed reported Coverity defects for: o pointless expression condition in ptwXY_div_ptwXY() operator; o dead code statement in MCGIDI_angularEnergy_parsePointwiseFromTOM() and in MCGIDI_energyAngular_linear_parseFromTOM(). ## 2024-08-14 Gabriele Cosmo (hadr-lend-V11-02-04) - Fixed reported Coverity defects for use of std::move() and const std::string&. ## 2024-05-02 Gabriele Cosmo (hadr-lend-V11-02-03) - Fixed compilation warnings for potentially initialised local variables in ptwXY_createFromFunctionZeroCrossing(). ## 2024-04-24 Pere Mato (hadr-lend-V11-02-02) - Math macros such as M_PI are not standard. To define them the macro _USE_MATH_DEFINES needs to be defined before including . - macro WIN32 is not standard, the correect macro is _WIN32. - should be for MinGW. ## 2024-01-29 Vladimir Ivanchenko (hadr-lend-V11-02-01) - MCGIDI_product, MCGIDI_outputChannel, MCGIDI_distribution - fixed alma9-gcc131 compilation warnings seen in CMSSW. ## 2023-12-18 Gabriele Cosmo (hadr-lend-V11-02-00) - Fixed compilation error on latest Windows VC++ compiler 17.8.3 for use of std::isfinite() in nf_specialFunctions_h and in nf_floatToShortestString(). Addressing problem report #2582. ## 2023-11-03 Ben Morgan (hadr-lend-V11-01-02) - Use "G4" prefixed version of EXPAT/ZLIB CMake variables ## 2023-04-06 Dennis Wright (hadr-lend-V11-01-01) - Fix coverity bug 104071: G4LENDGammaCrossSection::SelectChannel may return negative atrray index. Same for G4LENDGammaCombinedCrossSection::SelectChannel. Initialize iChannel to positive number. ## 2023-02-06 Gabriele Cosmo (hadr-lend-V11-01-00) - Fixed potential uninitialised variables in MCGIDI_energy_parseMadlandNixFromTOM(). ## 2022-11-26 Gabriele Cosmo (hadr-lend-V11-00-07) - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1. ## 2022-10-12 Gabriele Cosmo (hadr-lend-V11-00-06) - Replaced use of sprintf() with snprintf(), to fix deprecation compilation warnings on macOS-13 SDK. ## 2022-09-22 Ben Morgan (hadr-lend-V11-00-05) - Apply patch for MinGW from [GitHub PR 51](https://github.com/Geant4/geant4/pull/51) ## 2022-05-23 Gabriele Cosmo (hadr-lend-V11-00-04) - Fixed potential use of pointer after free in nf_utilities/nfu_realloc(..) function. ## 2022-04-26 Alberto Ribon (hard-lend-V11-00-03) - MCGIDI_energy.cc : fixed compilation warnings for 'may be used uninitialized' variables. ## 2022-04-20 Alberto Ribon (hadr-lend-V11-00-02) - MCGIDI_energy.cc, ptwXY_methods.cc, ptwXY_misc.cc : fixed compilation warnings for 'may be used uninitialized' variables. ## 2022-02-09 Gabriele Cosmo (hadr-lend-V11-00-01) - Fixed compilation warning on Intel compilers for unused variable. ## 2021-12-10 Ben Morgan (hadr-lend-V11-00-00) - Change to new Markdown History format. --- # History entries prior to 11.0 4 August 2021 Alberto Ribon (hadr-lend-V10-07-02) ------------------------------------------------- - G4LENDModel, G4LENDCapture, G4LENDElastic, G4LENDFission, G4LENDInelastic : set creator model ID for secondaries, using the new version of G4PhysicsModelCatalog 16 April 2021 Ben Morgan (hadr-lend-V10-07-01) -------------------------------------------------- - Migrate build to modular CMake API 13 April 2021 Alberto Ribon (hadr-lend-V10-07-00) --------------------------------------------------- - GNUmakefile, sources.cmake : removed the subdirectories hadronic/models/management and hadronic/models/util (that have been now deleted, with their classes moved to hadronic/util and hadronic/management). Removed also the useless dependency to hadronic/process. Clean-up of old directories no longer present. 12 November 2020 Ben Morgan (hadr-lend-V10-06-03) --------------------------------------------------- - Apply typo fixes from Gurkan Myczko (https://github.com/Geant4/geant4/pull/15) 30 April 2020 Ben Morgan (hadr-lend-V10-06-02) --------------------------------------------------- - Remove obsolete GRANULAR_DEPENDENCIES entries 30 March 2020 Dennis Wright (hadr-lend-V10-06-01) --------------------------------------------------- - fix of bug report #2174: Create class G4LENDGammaModel to sample GND gamma-nuclear reactions Create class G4LENDGammaCrossSection to sample GND gamma-nuclear reactions add documentation to MCGIDI_outputChannel.cc rewrite T. Koi's version of G4LENDInelastic.cc to take care of large baryon number violations 06 January 2020 Ben Morgan (hadr-lend-V10-06-00) ------------------------------------------------ - Patch from Tech-X: Remove inclusion of amp_math on Windows as it is not required 29 May 2019 Dennis Wright (hadr-lend-V10-05-01) ------------------------------------------------- - G4LENDCapture::ApplyYourself : fix Coverity memory leak of products_from_PE 17 May 2019 Alberto Ribon (hadr-lend-V10-05-00) ----------------------------------------------- - GIDI_settings_group, GIDI_settings_flux_order, GIDI_settings_flux, GIDI_settings_processedFlux : added assignment operator in these classes (which had the copy constructor and destructor) to fix a few warnings seen for the first time in g++ 9.1 . 9 November 2018 Gabriele Cosmo (hadr-lend-V10-04-00) ----------------------------------------------- -MCGIDI_misc: fixed printout typo. 10 November 2017 Tatsumi Koi (hadr-lend-V10-03-12) ----------------------------------------------- -Fix gamma(2.2MeV) emission from n captured by H -Fix minor problem on DumpLENDTargetInfo -Fix misplaced description in this file 7 November 2017 Tatsumi Koi (hadr-lend-V10-03-11) ----------------------------------------------- -Fix typo in names of cross section data set 10 October 2017 Tatsumi Koi (hadr-lend-V10-03-10) ----------------------------------------------- -Adding G4LENDCombinedModel and G4LENDCombinedCrossSection -Adding DumpLENDTargetInfo -Reducing default (VerboseLevel=0) output from models and cross sections 9 October 2017 Tatsumi Koi (hadr-lend-V10-03-09) ----------------------------------------------- -G4LENDCrossSection: IsIsoApplicable returns false for the case of target is not exist -G4LENDModel: ApplyYourself returns unchanged final state for the case of target is not exist with warning message 2 October 2017 Tatsumi Koi (hadr-lend-V10-03-08) ----------------------------------------------- -Fix bug in G4LENDElastic 21 June 2017 Tatsumi Koi (hadr-lend-V10-03-07) ----------------------------------------------- -Fix Coverity 63049 27 June 2017 Tatsumi Koi (hadr-lend-V10-03-06) ----------------------------------------------- -Fix Coverity 63063 14 June 2017 Tatsumi Koi (hadr-lend-V10-03-05) ----------------------------------------------- -Fix Coverity 63066 12 June 2017 Tatsumi Koi (hadr-lend-V10-03-04) ----------------------------------------------- -Fix Coverity 63074 and 63077 23 May 2017 Tatsumi Koi (hadr-lend-V10-03-03) ----------------------------------------------- -Fix bug related to "fallthrough" and add comment 12 May 2017 Gabriele Cosmo (hadr-lend-V10-03-02) ----------------------------------------------- -Added 'fallthrough' comment to nf_angularMomentumCoupling.cc:145, to quit compilation warning message on gcc-7.1. 09 May 2017 Tatsumi Koi (hadr-lend-V10-03-01) ----------------------------------------------- -Fix inconsistency of name of excited isomer between data and code -Fix Fix problem in handling excited isomer target -Add table of excitation energy of excited isomer target 08 May 2017 Tatsumi Koi (hadr-lend-V10-03-00) ----------------------------------------------- -Fix warning messages from compiler(gcc7.1) 07 November 2016 Tatsumi Koi (hadr-lend-V10-02-06) ----------------------------------------------- -Fix warning messages from compiler(gcc6.2 -O3) 02 November 2016 Tatsumi Koi (hadr-lend-V10-02-05) ----------------------------------------------- -Improve memory consumption in MT library 02 September 2016 Tatsumi Koi (hadr-lend-V10-02-04) ----------------------------------------------- -Migrate to use G4Rand 11 April 2016 Tatsumi Koi (hadr-lend-V10-02-03) ----------------------------------------------- -Fix problem on setting birth time of delayed neutrons 15 January 2016 Tatsumi Koi (hadr-lend-V10-02-02) ----------------------------------------------- -Fix problem in production of residual neutrons 8 January 2016 Tatsumi Koi (hadr-lend-V10-02-01) ----------------------------------------------- -Fix for Coverity #63079 and 63081 17 December 2015 Gabriele Cosmo (hadr-lend-V10-02-00) ----------------------------------------------- -Corrected use of isnan() in nf_utilities.cc to std::isnan() for compilers different than Windows/VC++. 18 November 2015 Tatsumi Koi (hadr-lend-V10-01-14) ----------------------------------------------- -Fix of problem introduced at hadr-lend-V10-01-12 16 November 2015 Tatsumi Koi (hadr-lend-V10-01-13) ----------------------------------------------- -Fix of problem on GNUmake system 14 November 2015 Tatsumi Koi (hadr-lend-V10-01-12) ----------------------------------------------- -Fix for frequent issue of warning of Bad energy non-conservation in Inelastic 13 November 2015 Tatsumi Koi (hadr-lend-V10-01-11) ----------------------------------------------- -Fix for frequent issue of warning of Bad energy non-conservation in Capture 6 November 2015 Tatsumi Koi (hadr-lend-V10-01-10) ----------------------------------------------- -Loop checking 6 November 2015 Tatsumi Koi (hadr-lend-V10-01-09) ----------------------------------------------- -Fix error and warning messages from compiler(VC12) -Extension for charger particles (p, d, t, He3 and A) 6 November 2015 Tatsumi Koi (hadr-lend-V10-01-08) ----------------------------------------------- -Migration to fast-math functions -Fix warning messages from compiler(gcc-4.8) 2 November 2015 Tatsumi Koi (hadr-lend-V10-01-07) ----------------------------------------------- -Fix warning messages from compiler(gcc-4.9.3 and gcc-4.8) 1 November 2015 Tatsumi Koi (hadr-lend-V10-01-06) ----------------------------------------------- -Fix error and warning messages from compiler(VC12) 1 November 2015 Tatsumi Koi (hadr-lend-V10-01-05) ----------------------------------------------- -Fix warning messages from compiler(gcc-4.9.3) 31 October 2015 Tatsumi Koi (hadr-lend-V10-01-04) ----------------------------------------------- -Fix warning messages from compiler(clang) 30 October 2015 Tatsumi Koi (hadr-lend-V10-01-03) ----------------------------------------------- -Update to LEND v1.3 5 August 2015 Tatsumi Koi (hadr-lend-V10-01-02) ----------------------------------------------- -Fix for problem on intel compiler with c++11 flag src/tpia_mass.cc src/G4GIDI_mass.cc 8 April 2015 Tatsumi Koi (hadr-lend-V10-01-01) ----------------------------------------------- -Fix for Coverity #56237 include/G4GIDI_map.hh 16 March 2015 Tatsumi Koi (hadr-lend-V10-01-00) ----------------------------------------------- -Fix for Coverity #56243 and 56237 include/G4GIDI_map.hh 19 August 2014 Tatsumi Koi (hadr-lend-V10-00-06) ----------------------------------------------- -Turn off license banner src/G4LENDManager.cc -Fix bug FindIon -> GetIon src/G4LENDCapture.cc src/G4LENDModel.cc src/G4LENDInelastic.cc src/G4LENDElastic.cc 2 June 2014 Tatsumi Koi (hadr-lend-V10-00-05) ----------------------------------------------- -Protect divide overflow src/tpia_misc.cc src/tpia_kinetics.cc 1 June 2014 Tatsumi Koi (hadr-lend-V10-00-04) ----------------------------------------------- -Fix wrong usage of IonTable src/G4LENDManager.cc -Relax Fatal Energy CheckLevel include/G4LENDFission.hh src/G4LENDFission.cc 28 March 2014 Tatsumi Koi (hadr-lend-V10-00-03) ----------------------------------------------- -Bug fix LEND used G4ParticleTable::GetParticleTable()->GetIon(,,) which obsolete in v10.00 src/G4LENDCapture.cc src/G4LENDModel.cc src/G4LENDFission.cc src/G4LENDInelastic.cc src/G4LENDElastic.cc 14 March 2014 Tatsumi Koi (hadr-lend-V10-00-02) ----------------------------------------------- -Remove const_cast now that pointer to G4ParticleDefinition is const src/G4LENDModel.cc src/G4LENDElastic.cc 14 March 2014 Tatsumi Koi (hadr-lend-V10-00-01) ----------------------------------------------- Fix compilation warnings detected by clang compiler on MacOS-10.9. src/tpia_product.cc 29 Jan 2014 Gunter Folger (hadr-lend-V10-00-00) -------------------------------------------------- - Removed low_energy from sources.cmake 6 May 2013 Tatsumi Koi (hadr-lend-V09-06-01) -------------------------------------------- Fix for "warning: conversion specifies type 'int' but the argument has type 'size_t'" src/xData.cc 2 May 2013 Tatsumi Koi (hadr-lend-V09-06-00) ---------------------------------------------- Change default evaluation from endl99 to ENDF.B-VII.0 Fix UNINIT_CTOR "proj" src/G4LENDModel.cc src/G4LENDCrossSection.cc Fix "MISSING_ASSIGN" and "COPY_WITHOUT_ASSIGN" Change visibility of constructor and so on from protected to private include/G4LENDManager.hh Make sensitive to isomer level of isotope in material include/G4LENDManager.hh src/G4LENDManager.cc src/G4LENDCrossSection.cc src/G4LENDModel.cc src/G4LENDFission.cc src/G4LENDInelastic.cc src/G4LENDElastic.cc src/G4LENDCapture.cc Fix "RESOURCE_LEAK" src/G4LENDManager.cc 6 November 2012 Gabriele Cosmo (hadr-lend-V09-05-04) ---------------------------------------------- Fix for porting on AIX in statusMessageReporting source code. 26 September 2012 Gabriele Cosmo (hadr-lend-V09-05-03) ---------------------------------------------- Explicitly use inclusion of headers for system of units and physical constants, in plan to remove implicit inclusion from globals.hh. 7 August 2012 Gabriele Cosmo (hadr-lend-V09-05-02) ---------------------------------------------- Fixed GNUmakefile for use of internal expat library, if explicitly chosen. 13 June 2012 Tatsumi Koi (hadr-lend-V09-05-01) ---------------------------------------------- Fix shadowing compiler warnings include/G4LENDCrossSection.hh src/G4LENDModel.cc src/G4LENDFission.cc src/G4LENDCrossSection.cc 12 January 2012 Tatsumi Koi (hadr-lend-V09-05-00) ---------------------------------------------- Fix compiler worming message, proper header names, Delete unnecessary header files src/tpia_misc.cc src/tpia_channel.cc src/G4GIDI_target.cc src/tpia_angularEnergy.cc src/tpia_kinetics.cc src/xDataMisc.cc 30 September 2011 Tatsumi Koi (hadr-lend-V09-04-24) ---------------------------------------------- fix problem, after setting changes include/G4LENDModel.hh 25 September 2011 Tatsumi Koi (hadr-lend-V09-04-23) ---------------------------------------------- migrate to integer A and Z src/G4LENDModel.cc src/G4LENDElastic.cc src/G4LENDInelastic.cc src/G4LENDCapture.cc src/G4LENDFission.cc 13 September 2011 Tatsumi Koi (hadr-lend-V09-04-22) ---------------------------------------------- - Add protection of 0 or negative kinetic energy neutrons produced by numerical precision issues src/G4LENDElastic.cc 12 September 2011 Tatsumi Koi (hadr-lend-V09-04-21) ---------------------------------------------- - Merge to new interface of VCrossSectionDataSet (hadr-cross-V09-04-14) 6 September 2011 Tatsumi Koi (hadr-lend-V09-04-20) ---------------------------------------------- - Introduce BuildPhysicsTable include/G4LENDModel.hh - Bug fix src/G4LENDCaptureCrossSection.cc src/G4LENDElasticCrossSection.cc src/G4LENDFissionCrossSection.cc src/G4LENDInelasticCrossSection.cc 6 September 2011 Tatsumi Koi (hadr-lend-V09-04-19) ---------------------------------------------- This tag keeps OLD interface of VCrossSectionDataSet - Change for reducing output include/G4LENDModel.hh include/G4LENDCrossSection.hh - Add UltraLowEnergyExtrapolatedXS src/G4LENDCaptureCrossSection.cc src/G4LENDElasticCrossSection.cc src/G4LENDFissionCrossSection.cc src/G4LENDInelasticCrossSection.cc - Fix oddy output src/G4LENDManager.cc 29 August 2011 Tatsumi Koi (hadr-lend-V09-04-18) ---------------------------------------------- - Migrate new interface of VCrossSectionDataSet (hadr-cross-V09-04-14) src/G4LENDCrossSection.cc include/G4LENDCrossSection.hh 16 June 2011 Ben Morgan (hadr-lend-V09-04-17) ---------------------------------------------- - sources.cmake : Add additional G4PROCESSES_EXPORT compile definition needed for DLL build. 2 June 2011 Tatsumi Koi (hadr-lend-V09-04-16) ---------------------------------------------- - Fix gcc4.6 warning message src/tpia_target.cc 2 June 2011 Tatsumi Koi (hadr-lend-V09-04-15) ---------------------------------------------- - Fix bug include/tpia_target.h 2 June 2011 Ben Morgan (hadr-lend-V09-04-14) ---------------------------------------------- - sources.cmake : Added support for expat in the CMake build. The expat include directories are added to the include path, and the module is linked to the expat libraries. The interface variables EXPAT_INCLUDE_DIRS and EXPAT_LIBRARIES are used so there is no dependence on whether the internal or system expat is used. 1 June 2011 Tatsumi Koi (hadr-lend-V09-04-14)<-Actually I did not make this tag ------------------------------------------------ - Migrate recent update in G4CrossSectionDataStore include/G4LENDCrossSection.hh src/G4LENDCrossSection.cc 31 May 2011 Tatsumi Koi (hadr-lend-V09-04-13) ------------------------------------------------ - Set proper name for cross section - Migrate minKinEnergy and maxKinEnergy in G4VCrossSectionDataSet include/G4LENDElasticCrossSection.hh include/G4LENDCaptureCrossSection.hh include/G4LENDFissionCrossSection.hh include/G4LENDInelasticCrossSection.hh include/G4LENDCrossSection.hh src/G4LENDCrossSection.cc 30 May 2011 Tatsumi Koi (hadr-lend-V09-04-12) ------------------------------------------------ - Set proper name include/G4LENDElastic.hh - Change format of output messages src/G4LENDCrossSection.cc src/G4LENDModel.cc - Introduce verboseLevel and its changing method include/G4LENDManager.hh src/G4LENDManager.cc 30 May 2011 Gabriele Cosmo (hadr-lend-V09-04-11) ------------------------------------------------ - Renamed DLL_API macro to DLL_LEND. 27 May 2011 Tatsumi Koi (hadr-lend-V09-04-10) ------------------------------------------------ - Rename endlXXX -> lendXXX in private values - Move create_used_target_map from constructor to BuildPhysicsTable Cross Sections - Set proper name - Set proper modelName - Fix link error undefined reference to `tpia_samplingMethods_linear' include/tpia_target.h 26 May 20111 Gunter Folger (hadr-lend-V09-04-09) ------------------------------------------------ - Fix compiler warning in tpia_mac.cc on slc5/gcc43, empty body of for() at line 321 26 May 2011 Gabriele Cosmo (hadr-lend-V09-04-08) ------------------------------------------------ - Added corrections to allow for generation of DLLs on Windows. - Fixed file name for G4LENDUsedTarget.cc. - Updated sources.cmake script. 24 May 2011 Gunter Folger (hadr-lend-V09-04-07) ------------------------------------------------ - Fix sources.cmake to reflect renamed header files 18 May 2011 Gunter Folger (hadr-lend-V09-04-06) ------------------------------------------------ - include expat headers froom externals on Windows - xDataMisc.cc: imporve condition to include unistd.h/direct.h to avoid warning on Windows from g++ dependency building. 5 May 2011 Tatsumi Koi (hadr-lend-V09-04-05) ------------------------------------------------ - protect by namescope GIDI 30 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-04) ------------------------------------------------ - rename GIDI4GEANT to G4GIDI 30 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-03) ------------------------------------------------ - rename .hpp to .hh 26 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-02) ------------------------------------------------ - Migration to WIN-VC src/statusMessageReporting.cc src/tpia_decayChannel.cc src/tpia_Legendre.cc src/tpia_map.cc src/tpia_misc.cc src/xData.cc src/xDataMisc.cc 25 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-01) ------------------------------------------------ - delete unneccesary "namespace std" src/G4LENDCapture.cc src/G4LENDCaptureCrossSection.cc src/G4LENDCrossSection.cc src/G4LENDElastic.cc src/G4LENDElasticCrossSection.cc src/G4LENDFission.cc src/G4LENDFissionCrossSection.cc src/G4LENDInelastic.cc src/G4LENDInelasticCrossSection.cc src/G4LENDManager.cc src/G4LENDModel.cc src/G4LENDUesdTarget.cc - move "namespace std" to proper position src/GIDI4GEANT.cc src/GIDI4GEANT_map.cc src/GIDI4GEANT_target.cc 1 Apr 2011 Tatsumi Koi (hadr-lend-V09-04-00) ------------------------------------------------ - delete "namespace std" in headers include/GIDI4GEANT_map.hpp include/GIDI4GEANT.hpp include/GIDI4GEANT_target.hpp 25 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-07) ------------------------------------------------ - Modified expected value of G4LENDDATA From LENDDATA/xmcf.n_1.map To LENDDATA/ 25 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-06) ------------------------------------------------ - One more move "namespace std" in headers to sources 25 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-05) ------------------------------------------------ - Fixed compile error in gcc4.4 and make printing out banner Move "namespace std" in headers to sources 24 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-04) ------------------------------------------------ - Fixed compile error in gcc4.4, however still have 17 warning in gcc 4.4 src/GIDI4GEANT_Misc.cc 24 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-03) ------------------------------------------------ - Fixed warning messages, now we have no warning in gcc 4.1.2 24 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-02) ------------------------------------------------ - Fixed most of warning messages, however still remain some 23 Nov 2010 Gabriele Cosmo (hadr-lend-V09-03-01) ------------------------------------------------ - Corrected GNUmakefile and added CMake scripts with dependencies. 18 Nov 2010 Tatsumi Koi (hadr-lend-V09-03-00) --------------------------------------------- - First implementation of LEND (Low Energy Nuclear Data) Cross Section and Model History GNUMakefile include/G4LENDCapture.hh include/G4LENDCaptureCrossSection.hh include/G4LENDCrossSection.hh include/G4LENDElastic.hh include/G4LENDElasticCrossSection.hh include/G4LENDFission.hh include/G4LENDFissionCrossSection.hh include/G4LENDHeader.hh include/G4LENDInelastic.hh include/G4LENDInelasticCrossSection.hh include/G4LENDManager.hh include/G4LENDModel.hh include/G4LENDUsedTarget.hh src/G4LENDCapture.cc src/G4LENDCaptureCrossSection.cc src/G4LENDCrossSection.cc src/G4LENDElastic.cc src/G4LENDElasticCrossSection.cc src/G4LENDFission.cc src/G4LENDFissionCrossSection.cc src/G4LENDInelastic.cc src/G4LENDInelasticCrossSection.cc src/G4LENDManager.cc src/G4LENDModel.cc src/G4LENDUesdTarget.cc include/GIDI4GEANT.hpp include/GIDI4GEANT_Misc.hpp include/GIDI4GEANT_map.hpp include/GIDI4GEANT_mass.hpp include/GIDI4GEANT_target.hpp src/GIDI4GEANT.cc src/GIDI4GEANT_Misc.cc src/GIDI4GEANT_map.cc src/GIDI4GEANT_mass.cc src/GIDI4GEANT_target.cc include/tpi_IDs.h include/tpia_depot.h include/tpia_map.h include/tpia_mass.h include/tpia_misc.h include/tpia_target.h src/tpi_IDs.cc src/tpia_Legendre.cc src/tpia_angular.cc src/tpia_angularEnergy.cc src/tpia_channel.cc src/tpia_decayChannel.cc src/tpia_depot.cc src/tpia_frame.cc src/tpia_kinetics.cc src/tpia_map.cc src/tpia_mass.cc src/tpia_misc.cc src/tpia_multiplicity.cc src/tpia_particle.cc src/tpia_product.cc src/tpia_samplingMethods.cc src/tpia_target.cc src/tpia_target_heated.cc include/gString.h include/statusMessageReporting.h include/xData.h include/xDataExtras.h src/gString.cc src/statusMessageReporting.cc src/xData.cc src/xDataExtras.cc src/xDataMisc.cc src/xData_1d_x.cc src/xData_2d_xindex_y.cc src/xData_2d_xshared_yhistogram.cc src/xData_2d_xy.cc src/xData_matrix.cc