Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/CHANGELOG/Patch.11.1-3.txt is written in an unsupported language. File is not indexed.

0001 
0002                  Geant4 11.1 - patch-03 Release Notes
0003                  ------------------------------------
0004 
0005                                                            10 November 2023
0006 
0007 List of fixes included in this public patch since the public release 11.1.2:
0008 
0009   o Configuration:
0010     -------------
0011     + CMake
0012       o Export non-cache variables to Geant4PackageCache to support CMake>=3.27.
0013         Addresses problem report #2556.
0014     
0015   o Externals:
0016     ---------
0017     + CLHEP
0018       o Added missing shootArray() implementation in RandPoissonQ.
0019     + G4tools
0020       o Updated to version 6.1.1; fixed compilation warnings on Intel/icx
0021         compiler and clang-15.
0022     + PTL
0023       o Disabled optimization of ThreadPool::execute_thread() on Apple/Intel
0024         builds. Addressing problem report #2564.
0025     
0026   o Global:
0027     ------
0028     + Updated date and version for 11.1.3.
0029 
0030   o Intercoms:
0031     ---------
0032     + Added missing converter LtoS() in G4UImessenger.
0033 
0034   o Physics Lists:
0035     -------------
0036     + constructors/decay
0037       o G4RadioactiveDecayPhysics: replaced G4RadioactiveDecay with
0038         G4Radioactivation to allow running also in biasing mode.
0039 
0040   o Processes - Electromagnetic:
0041     ---------------------------
0042     + dna
0043       o Use std::erfc() to avoid precision loss.
0044         Fix imported from GitHub PR#58 (https://github.com/Geant4/geant4/pull/58).
0045       o Removed unused header inclusion.
0046     + low energy
0047       o Fix for (rare) infinite loops in G4PenelopeComptonModel.
0048         Reported in GitHub PR#61 (https://github.com/Geant4/geant4/pull/61).
0049     + utils
0050       o In G4TransportationWithMsc, always update momentum direction.
0051       o Fixed computation of Birks saturation for compounds in G4EmSaturation.
0052         Addressing problem report #2572.
0053     + xrays
0054       o Added protection against potential infinite loops in G4Cerenkov.
0055         Addressing problem report #2555.
0056 
0057   o Examples:
0058     --------
0059     + extended/parameterisations/Par04
0060       o Bump tensorflow to 2.11.1.
0061         Fixes GitHub PR#55 (https://github.com/Geant4/geant4/pull/55)
0062         and GitHub PR#60 (https://github.com/Geant4/geant4/pull/60).
0063 
0064  ----------------------------------------------------------------------------
0065 
0066                              Technical Notes
0067                              --------------- 
0068 
0069   o  This patch should be applied on top of release 11.1 series.
0070   o  Technical notes distributed for release 11.1 are also applicable and
0071      valid for this patch.
0072 
0073 The code and rebuilt binary libraries for release 11.1.3 are available
0074 through the Geant4 "Download" Web page.
0075 
0076 Please refer to the Geant4 User Documentation for further information about
0077 using Geant4.