Warning, /geant4/examples/extended/parameterisations/History is written in an unsupported language. File is not indexed.
0001 # Example parameterisations 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
0008 ## 2023-11-15 I. Hrivnacova (exParameterisations-V11-01-01)
0009 - Updated vis*.mac macros:
0010 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0011 and simplified comments.
0012
0013 ## 2023-09-29 Anna Zaborowska (exParameterisations-V11-01-00)
0014 - Run clang-tidy on Par01, Par02, Par03 and Par04
0015
0016 ## 2021-12-10 Ben Morgan (exParameterisations-V11-00-00)
0017 - Change to new Markdown History format
0018
0019 ---
0020
0021 # History entries prior to 11.0
0022
0023 Nov 8th 2021, D. Salamani, A. Zaborowska (exParameterisations-V10-07-01)
0024 - Add new Par04 example
0025
0026 May 24th 2021, B. Morgan (exParameterisations-V10-07-00)
0027 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0028
0029 Nov 11th, 2020 B. Morgan (exParameterisations-V10-06-01)
0030 - Migration to G4RunManagerFactory.
0031
0032 Nov 3rd, 2020 B. Morgan (exParameterisations-V10-06-00)
0033 - Support same CMake version range as core Geant4
0034
0035 Oct 5th, 2020 A. Zaborowska (exParameterisations-V10-06-00)
0036 - Add new Par03 example
0037
0038 Nov 28th, 2019 I. Hrivnacova (exParameterisations-V10-05-01)
0039 --------------------
0040 - Updated category README files for reorganization of gflash examples.
0041
0042 Jan 31st, 2019 I. Hrivnacova (exParameterisations-V10-05-00)
0043 --------------------
0044 - Merged GitHub PR #4: all Boolean operators now return G4bool.
0045
0046 Jun 10th, 2015 I. Hrivnacova (exParameterisations-V10-01-01)
0047 --------------------
0048 - Fixed handling required gdml package in CMake files
0049
0050 May 13th, 2015 I. Hrivnacova (exParameterisations-V10-01-00)
0051 --------------------
0052 - Added new Par02 example
0053
0054 Dec 13th, 2012 I. Hrivnacova (exParameterisations-V09-06-00)
0055 --------------------
0056 - Added Par01 example (moved from novice/N05)
0057
0058 Sep 24th, 2012 I. Hrivnacova (exParameterisations-V09-05-00)
0059 --------------------
0060 - Updated CMakeLists.txt:
0061 adding visualization, copying macros, install target and comment lines
0062 - Added explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
0063 - Replaced tabulators with space characters
0064
0065 Nov 4th, 2005 J.Weng (exparam-V07-01-01)
0066 --------------------
0067 - Added new example demonstrating usage 'gflash' shower parameterisation.