Warning, /geant4/examples/extended/medical/dna/splitting/History is written in an unsupported language. File is not indexed.
0001 # Example splitting 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-20 I. Hrivnacova (splitting-V11-01-00)
0009 - Fixes in usage of analysis:
0010 - Close analysis file in EndOfRunAction, instead of destructor
0011 - Do not delete analysis manager
0012 - Fixed the Root file name in plot.C
0013
0014 ## 2021-12-10 Ben Morgan (splitting-V11-00-00)
0015 - Change to new Markdown History format
0016
0017 ---
0018
0019 # History entries prior to 11.0
0020
0021 06 Oct 2021 - tag splitting-V10-07-02 - I. Hrivnacova
0022 - Migration to new G4AnalysisManager.hh header;
0023 define the default output file type (root),
0024 removed Analysis.hh.
0025
0026 19 Jul 21 - tag splitting-V10-07-01 - I. Hrivnacova
0027 - Updated for changes in the analysis category:
0028 removed deleting of the analysis manager,
0029 as this is now done by the Geant4 kernel.
0030
0031 23 Mar 21 - tag splitting-V10-07-00 - V. Ivanchenko
0032 - PhysicsList - updated to 11.0
0033
0034 26 Nov 20 - tag splitting-V10-06-00 - B. Morgan
0035 - Migration to G4RunManagerFactory.
0036
0037 26 Nov 19 - tag splitting-V10-05-00 - I. Hrivnacova
0038 - Fixed formatting in .README.txt
0039
0040 22 Jul 18 - tag splitting-V10-04-02 - S. Incerti
0041 - removed obsolete RanecuEngine.
0042
0043 20 May 2018 - tag splitting-V10-04-01 - J. Allison
0044 - Add #include "G4Types.hh"
0045 - Remove G4UI_USE and G4VIS_USE.
0046 - Move instantiation of G4UIExecutive to start of main.
0047 - Always instantiate G4VisManager (it can be used in batch).
0048
0049 14 May 2018 - tag splitting-V10-04-00 - S. Incerti
0050 - example proposed