Warning, /geant4/examples/extended/hadronic/History is written in an unsupported language. File is not indexed.
0001 # Example hadronic History
0002
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006
0007 ## 2023-11-15 I. Hrivnacova (exHadronic-V11-01-01)
0008 - Updated vis.mac macros:
0009 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0010 and simplified comments.
0011
0012 ## 2022-05-09 G. Hugo (exHadronic-V11-01-00)
0013 - Add a G4-FLUKA interface and two G4 hadronic examples,
0014 providing access to FLUKA hadron-nucleus inelastic physics.
0015
0016 ## 2022-10-25 I. Hrivnacova (exHadronic-V11-00-02)
0017 - Fixed link to new ParticleFluence example in Doxygen documentation
0018
0019 ## 2022-06-10 Alberto Ribon (exHadronic-V11-00-01)
0020 - Created new test: ParticleFluence.
0021
0022 ## 2021-12-10 Ben Morgan (exHadronic-V11-00-00)
0023 - Change to new Markdown History format
0024
0025 ---
0026
0027 # History entries prior to 11.0
0028
0029 29-11-21 I. Hrivnacova (exHadronic-V10-07-04)
0030 - Removed obsolete references to AIDA analysis tools
0031
0032 17-11-21 I. Hrivnacova (exHadronic-V10-07-03)
0033 - Updated documentation
0034
0035 20-06-21 M. Maire (exHadronic-V10-07-02)
0036 - new example: Hadr05.
0037
0038 26-05-21 A. Ribon (exHadronic-V10-07-01)
0039 - Created new test: Hadr10.
0040
0041 24-05-21 B. Morgan (exHadronic-V10-07-00)
0042 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0043
0044 13-11-20 B. Morgan (exHadronic-V10-06-03)
0045 - Enforce use of Serial RunManager for serial-only examples.
0046
0047 10-11-20 B. Morgan (exHadronic-V10-06-02)
0048 - Migration to G4RunManagerFactory for:
0049 - FissionFragment
0050 - Hadr00
0051 - Hadr01
0052 - Hadr02
0053 - Hadr08
0054 - Remainder use G4SteppingVerbose which requires further checks
0055 for compatibility with G4RunManagerFactory.
0056
0057 06-11-20 A. Ribon (exHadronic-V10-06-01)
0058 - Created new test: Hadr09.
0059
0060 03-11-20 B. Morgan (exHadronic-V10-06-00)
0061 - Support same CMake version range as core Geant4
0062
0063 25-10-19 A. Ribon (exHadronic-V10-05-01)
0064 - Created new test: Hadr08.
0065
0066 31-01-19 I. Hrivnacova ((exHadronic-V10-05-00)
0067 - Merged GitHub PR #4: all Boolean operators now return G4bool.
0068
0069 29-11-17 I. Hrivnacova (exHadronic-V10-03-00)
0070 - Removed Hadr05 (replaced with physicslists/genericPL)
0071
0072 28-09-16 M. Maire (exHadronic-V10-02-03)
0073 - remove AmBe
0074
0075 26-09-16 M. Maire (exHadronic-V10-02-02)
0076 - Added newly created example NeutronSource
0077
0078 04-07-16 I. Hrivnacova (exHadronic-V10-02-01)
0079 - Fixes for Doxygen documentation in Hadr03 - Hadr07
0080
0081 03-04-16 M. Maire (exHadronic-V10-02-00)
0082 - Added newly created example Hadr07
0083
0084 27-06-14 I. Hrivnacova (exHadronic-V10-00-00)
0085 - Updated documentation:
0086 Added newly added examples in README and .README files
0087 - Added Hadr06 in CMakeLists.txt
0088
0089 03-06-13 B. Wendt
0090 - Added FissionGenerator in CMakeLists.txt and README
0091
0092 27-11-13 G. Cosmo (exHadronic-V09-06-01)
0093 - Added Hadr05 in CMakeLists.txt and README
0094
0095 22-11-13 I. Hrivnacova (exHadronic-V09-06-00)
0096 - Added Hadr04 in CMakeLists.txt and README
0097
0098 17-11-12 I. Hrivnacova (exHadronic-V09-05-03)
0099 - Updated documentation:
0100 - Fixed .README files for artefacts from Markdown support
0101 - Removed obsolete instructions (how to compile & link)
0102
0103 13-10-12 A. Dotti (exHadronic-V09-05-02)
0104 - Adding explicit use of system of units
0105
0106 29-09-12 I. Hrivnacova (exHadronic-V09-05-01)
0107 - Renamed hadr0N.cc to Hadr0N.cc to match exactly with the example directory name
0108 (this allows to configure CMake build in the same way on both case sensitive
0109 and case insensitive platforms).
0110
0111 21-09-12 I. Hrivnacova (exHadronic-V09-05-00)
0112 - Updated CMakeLists.txt files:
0113 adding visualization, copying macros, install target and comment lines
0114 - Adding explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
0115 - Replaced tabulators with space characters