|
| 1 | + |
| 2 | + Geant4 10.6 - patch-03 Release Notes |
| 3 | + ------------------------------------ |
| 4 | + |
| 5 | + 6 November 2020 |
| 6 | + |
| 7 | +List of fixes included in this public patch since the public release 10.6.p02: |
| 8 | + |
| 9 | + o Analysis: |
| 10 | + -------- |
| 11 | + + Fixed definition of UI commands in G4AnalysisMessenger (for 2D and |
| 12 | + 3D histograms). |
| 13 | + + Updated to g4tools 5.0.6: |
| 14 | + o Changed usage of Google style fonts. |
| 15 | + o Fixed compilation warnings on clang-10. |
| 16 | + |
| 17 | + o Event: |
| 18 | + ----- |
| 19 | + + Fixed misleading error message in G4SPSPosDistribution. |
| 20 | + Addressing problem report #2275. |
| 21 | + |
| 22 | + o Global: |
| 23 | + ------ |
| 24 | + + Re-instate static pointer for 'masterG4coutDestination' in |
| 25 | + G4coutDestination with proper symbol exporting on Windows |
| 26 | + (necessary for MT builds). Restores trapping of G4cout from |
| 27 | + workers in Qt GUI. |
| 28 | + + Updated date and version for 10.6.p03. |
| 29 | + |
| 30 | + o Intercoms: |
| 31 | + --------- |
| 32 | + + Added StoL() method in G4UImessenger for parsing string to long int. |
| 33 | + Addressing problem report #2276. |
| 34 | + |
| 35 | + o Interfaces: |
| 36 | + ---------- |
| 37 | + + Added fix in G4Qt to properly set GL on Windows (see Forum topic #3144). |
| 38 | + |
| 39 | + o Persistency - gdml: |
| 40 | + ------------------ |
| 41 | + + Fixed treatment of loops. Addressing problem report #2273. |
| 42 | + |
| 43 | + o Processes - Hadronic: |
| 44 | + -------------------- |
| 45 | + + cross_sections: |
| 46 | + o G4CrossSectionElastic, G4CrossSectionInelastic: fix for ions and |
| 47 | + anti-ions, where the max energy of applicability of the (elastic and |
| 48 | + inelastic) cross-sections must scale with the absolute baryonic number; |
| 49 | + however, the cross-sections objects are often shared between the |
| 50 | + different types of ions (d, t, He3, alpha, and genericIon), therefore |
| 51 | + we scale by a large value (256, safely larger than the number of |
| 52 | + nucleons of the heaviest nuclides). |
| 53 | + + models/de_excitation: |
| 54 | + o G4NuclearLevelData: more safe initialisation of data in MT mode, use |
| 55 | + mutex locks only within each method, whithout calls to other methods. |
| 56 | + o G4ExcitationHandler: call to G4NuclearLevelData to initialise data for |
| 57 | + levels for all elements possibly involved in the geometry. |
| 58 | + o G4FermiFragmentsPoolVI: use old interface to nuclear levels. |
| 59 | + + models/particle_hp: |
| 60 | + o G4ParticleHPInelastic, G4ParticleHPInelasticData: improved error |
| 61 | + message in the case that both G4PARTICLEHPDATA and the related |
| 62 | + particle-specific environmental variable (e.g. G4PROTONHPDATA) are |
| 63 | + not defined. The recommendation is to define only G4PARTICLEHPDATA. |
| 64 | + + models/parton_string/diffraction: |
| 65 | + o G4FTFModel: quasi-elastic is not applied any longer when the target |
| 66 | + nucleus has one nucleon and the projectile hadron is not an ion. This |
| 67 | + avoids to double count elastic scattering (as reported by NA61/SHINE |
| 68 | + in 158 GeV/c proton interactions on liquid hydrogen). |
| 69 | + Addressing problem report #2274. |
| 70 | + + models/parton_string/hadronization: |
| 71 | + o G4VLongitudinalStringDecay: fix in ProduceOneHadron() method, to remove |
| 72 | + an inconsistency in the treatment of low-mass strings with respect to |
| 73 | + the method G4QGSMFragmentation::FragmentString(). As consequence of |
| 74 | + this inconsistency, interactions with fewer intra-nuclear collisions |
| 75 | + were favored, therefore producing fewer secondary hadrons. |
| 76 | + o G4QGSMFragmentation : proper exit in the method FragmentString() |
| 77 | + when the string mass is below the threshold. |
| 78 | + + models/parton_string/qgsm: |
| 79 | + o G4BaryonSplitter: removed inexisting in Geant4 excited hyperon states |
| 80 | + (Sigma* and Xi*). |
| 81 | + |
| 82 | + o Run: |
| 83 | + --- |
| 84 | + + Fix for rndmSaveThisEvent() not properly working in multi-threaded mode. |
| 85 | + Addressing problem report #2278. |
| 86 | + + Allow setting of seeds with 'long' values for '/random/setSeeds' |
| 87 | + UI command. Addresses problem report #2276. |
| 88 | + |
| 89 | + o Visualization: |
| 90 | + ------------- |
| 91 | + + Fixed compilation warnings on clang-10 in gMocren and gl2ps. |
| 92 | + |
| 93 | + o Examples: |
| 94 | + -------- |
| 95 | + + advanced/brachytherapy |
| 96 | + o Added missing call to "/run/initialize" in VisualisationMacro.mac. |
| 97 | + + advanced/purging_magnet |
| 98 | + + advanced/STCyclotron |
| 99 | + o Fixed README. |
| 100 | + |
| 101 | + ---------------------------------------------------------------------------- |
| 102 | + |
| 103 | + Technical Notes |
| 104 | + --------------- |
| 105 | + |
| 106 | + o This patch should be applied on top of release 10.6 or 10.6.p01/p02. |
| 107 | + o Technical notes distributed for release 10.6 are also applicable and |
| 108 | + valid for this patch. |
| 109 | + |
| 110 | +The code and rebuilt binary libraries for release 10.6.p03 are available |
| 111 | +through the Geant4 "Download" Web page. |
| 112 | + |
| 113 | +Please refer to the Geant4 User Documentation for further information about |
| 114 | +using Geant4. |
0 commit comments