Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/ReleaseNotes/Patch4.10.3-3.txt is written in an unsupported language. File is not indexed.

0001 
0002                  Geant4 10.3 - patch-03 Release Notes
0003                  ------------------------------------
0004 
0005                                                                20 October 2017
0006 
0007 List of fixes included in this public patch since the public release 10.3.p02:
0008 
0009   o Digits_hits:
0010     -----------
0011     + Fixed propagation of warning flag in G4SDStructure.
0012       Addressing problem report #1993.
0013 
0014   o Geometry:
0015     --------
0016     + magnetic-field:
0017       o G4NystromRK4: fixed caching of momentum, field location & value.
0018         Addressing problem report #1996, reported by ALICE.
0019         Correction in call to getField().
0020     + solids/specific:
0021       o Twisted solids: fixed bug in drawing polyhedra with negative twist
0022         angle. Addressing problem report #1995.
0023       o G4SurfaceVoxelizer: directly set components for bounding-box instead
0024         of recreating it in BuildBoundingBox(..).
0025 
0026   o Global:
0027     ------
0028     + Updated date and version for 10.3.p03.
0029 
0030   o Intercoms:
0031     ---------
0032     + Explicitly remove constness in G4AnyMethod by means of remove_const.
0033       Addressing problem report #1803. 
0034 
0035   o Interfaces:
0036     ----------
0037     + G4VBasicShell: fixed std::out_of_range exception in ModifyPath() when
0038       typing 'ls' command at the top directory.
0039       Addressing problem report #1989.
0040     + G4UIQt: set always-on-top to the picking windows.
0041 
0042   o Physics Lists:
0043     -------------
0044     + constructors/hadron_elastic:
0045       o G4HadronElasticPhysics, G4HadronHElasticPhysics: changed kaon elastic
0046         cross-sections from, respectively, Gheisha and Chips, to Glauber Gribov
0047         ones. This way, the total (elastic + inelastic) kaon cross sections are
0048         consistent with the PDG ones.
0049 
0050   o Processes - Hadronic:
0051     --------------------
0052     + cross_sections:
0053       o Bug fix in G4ComponentGGHadronNucleusXsc to use the correct cross-
0054         sections for kaons on Hydrogen; use Starkov parameterization for them.
0055     + models/cascade:
0056       o G4ElementaryParticleCollider::generateSCMmuonAbsorption: fixed case of
0057         rare segmentation-fault. Added clearing of particles if
0058         GetThreeBodyMomenta() returns no momenta.
0059     + processes:
0060       o Use class name in process description.
0061     + stopping:
0062       o Fixed Coverity defect in G4AntiNeutronAnnihilationAtRest.
0063         Removed static thread-local variables and simply made them local.
0064 
0065   o Visualization:
0066     -------------
0067     + OpenGL:
0068       o Fixed issue affecting repaint for external applications.
0069         Addressing problem report #1959.
0070 
0071  ----------------------------------------------------------------------------
0072 
0073                              Technical Notes
0074                              --------------- 
0075 
0076   o  This patch should be applied on top of release 10.3.p02.
0077   o  Technical notes distributed for release 10.3 are also applicable and
0078      valid for this patch.
0079 
0080 The code and rebuilt binary libraries for release 10.3.p03 are available
0081 through our "Download" Web page.
0082 
0083 Please refer to the Geant4 User Documentation for further information about
0084 using Geant4.