Warning, /geant4/examples/extended/parameterisations/Par03/History is written in an unsupported language. File is not indexed.
0001 # Example Par03 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-10-19 Ben Morgan (expar03-V11-01-00)
0009 - Replace use of deprecated functions with modern equivalents
0010
0011 ## 2022-09-13 Anna Zaborowska (expar03-V11-00-01)
0012 - Start class member functions with uppercase
0013 to match guidelines
0014
0015 ## 2021-12-10 Ben Morgan (expar03-V11-00-00)
0016 - Change to new Markdown History format
0017
0018 ---
0019
0020 # History entries prior to 11.0
0021
0022 07-Nov-21 I. Hrivnacova (expar03-V10-07-02)
0023 - Added analysis manager Clear() call at the end of run
0024
0025 06-Oct-21 I. Hrivnacova (expar03-V10-07-01)
0026 - Migration to new G4AnalysisManager.hh header;
0027 define the default output file type (root).
0028
0029 19-Jul-21 I. Hrivnacova (expar03-V10-07-00)
0030 - Updated for changes in the analysis category:
0031 removed deleting of the analysis manager,
0032 as this is now done by the Geant4 kernel.
0033
0034 06-Nov-20 I. Hrivnacova (expar03-V10-06-02)
0035 - Added missing README for Doxygen
0036 - Fixed section numbering in README
0037
0038 26-Oct-20 A. Zaborowska (expar03-V10-06-01)
0039 - Fix errors from Windows build
0040
0041 06-Oct-20 A. Zaborowska (expar03-V10-06-00)
0042 - Create Par03 example