Warning, /geant4/CHANGELOG/Patch4.8.1-1.txt is written in an unsupported language. File is not indexed.
0001
0002 Geant4 8.1 - patch-01 Release Notes
0003 -----------------------------------
0004
0005 27 July 2006
0006
0007 List of fixes included in this public patch since the public release 8.1:
0008
0009 o Geometry:
0010 --------
0011 + management
0012 o Fixed problem in G4Region::ScanVolumeTree() for volume scanning
0013 related to nested parameterisations.
0014
0015 o Particles:
0016 ---------
0017 + Code cleanup for G4PrimaryVertex class.
0018
0019 o Electromagnetic processes:
0020 -------------------------
0021 + muons:
0022 o G4EnergyLossForExtrapolator: fixed misprint in name for method
0023 EnergyDispersion().
0024 + utils:
0025 o Do not clear loss table map in G4LossTableManager to avoid crash
0026 for activation/desactivation of regime with ion gun.
0027 Propagating 'RandomStep' flag to processes.
0028
0029 o Hadronic Processes:
0030 ------------------
0031 + models/chiral_inv_phase_space/body:
0032 o Bug fix in QGSC for redefenition of Chipolino.
0033 o Fixed light Cone Boost bug, causing the error message from vectors.
0034 + models/coherent_elastic:
0035 o Fixed problem in rotation of final state which needs to be done in
0036 PostStep of the process and not at model level.
0037 o Removed 1 keV limit from G4UHadronElasticProcess.
0038 + models/radioactive_decay
0039 o G4NuclearDecayChannel::BetaDecayIt(): make additional check for
0040 negative sqrt() argument in 'daughtermomentum[1]'.
0041
0042 o Physics Lists:
0043 -------------
0044 + Fixed initialisation problem for QBBC_HP
0045 + Corrected flag for HP regime in G4HadronElasticPhysics() to be 'true'
0046 for LHEP_HP and QGSP_HP.
0047 + Added G4NeutronHPElasticData in HP physics lists for hadron elastic
0048 physics.
0049 + Added cout of list of processes and models for QBBC.
0050
0051
0052 o Examples:
0053 --------
0054 + Updated reference outputs.
0055 + advanced/composite_calorimeter
0056 o Updated hadronic physics list to be consistent with validation runs.
0057 + advanced/lAr_calorimeter
0058 o Updated hadronic physics list to be consistent with validation runs.
0059 o Fixed few problems of use of non-initialised variables.
0060 o Fixed compilation problems on gcc-4.X.
0061 + advanced/hadrontherapy
0062 o Corrected hadronic physics list for Precompund model.
0063 + advanced/radioprotection
0064 o Added missing inclusion of G4UItcsh.hh inside main().
0065 + extended/eventgenerator/HepMC
0066 o Updated physics lists to conform with non-static particles.
0067 + extended/parallel/ParN02
0068 + extended/parallel/ParN04
0069 o Updated physics lists to conform with non-static particles.
0070
0071 ----------------------------------------------------------------------------
0072
0073 Technical Notes
0074 ---------------
0075
0076 o This patch should be applied on top of release 8.1.
0077 o Technical notes distributed for release 8.1 are also applicable and
0078 valid for this patch.
0079
0080 The code and rebuilt binary libraries for release 8.1 are available through
0081 our "Source Code" Web page: http://cern.ch/geant4
0082
0083 Please refer to the Geant4 User Documentation:
0084 http://cern.ch/geant4/G4UsersDocuments/Overview/html
0085 for further information about using Geant4.