Warning, /geant4/examples/extended/medical/dna/range/History is written in an unsupported language. File is not indexed.
0001 # Example range 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 ## 2024-04-15 Sebastien Incerti (range-V11-02-00)
0008 - Cleaned example
0009
0010 ## 2023-06-03 Vladimir Ivanchenko (range-V11-01-01)
0011 - PhysicsList - simplified
0012 - range.cc - use G4RunManagerFactory
0013
0014 ## 2023-05-23 Hoang Tran (range-V11-01-00)
0015 - Change to add DNA materials
0016
0017 ## 2021-12-10 Ben Morgan (range-V11-00-00)
0018 - Change to new Markdown History format
0019
0020 ---
0021
0022 # History entries prior to 11.0
0023
0024 07-10-21 I. Hrivnacova (range-V10-07-01)
0025 - Migration to new G4AnalysisManager.hh header;
0026 define the default output file type (root).
0027
0028 19-07-21 I. Hrivnacova (range-V10-07-00)
0029 - Updated for changes in the analysis category:
0030 removed deleting of the analysis manager,
0031 as this is now done by the Geant4 kernel.
0032
0033 22-07-18 S. Incerti (range-V10-04-01)
0034 - removed obsolete RanecuEngine
0035
0036 09-05-18 B. Morgan (range-V10-04-00)
0037 - Include G4Types before use of G4MULTITHREADED. For forward
0038 compatibility with move to #defines over -D for G4 preprocessor
0039 symbols.
0040
0041 08-09-17 SI (range-V10-03-03)
0042 - updated README
0043
0044 26-07-17 SI (range-V10-03-02)
0045 - applied coding guidelines
0046
0047 04-07-17 SI (range-V10-03-01)
0048 - reduced energy range in range.in (for STT)
0049
0050 31-12-16 SI (range-V10-03-00)
0051 - cleanup
0052
0053 15-10-16 SI (range-V10-02-05)
0054 - updated README (bis)
0055
0056 14-10-16 G.Folger (range-V10-02-04)
0057 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0058 fix required by clang39 on Linux and MAC
0059
0060 14-10-16 SI (range-V10-02-03)
0061 - updated README
0062
0063 09-07-16 SI (range-V10-02-02)
0064 - added positron test in TrackingAction
0065 - updated README
0066
0067 28-05-16 MK (range-V10-02-01)
0068 - PhysicsList.cc: add other DNA constructors
0069 - range.cc: range.cc: some code cleanup
0070
0071 14-03-16 SI (range-V10-02-00)
0072 - changed physics constructor selection
0073
0074 22-10-15 SI (range-V10-01-02)
0075 - updated plot.C to ROOT 6
0076
0077 17-09-15 SI (range-V10-01-01)
0078 - applied coding guidelines
0079
0080 26-08-15 SI (range-V10-01-00)
0081 - created and adapted from svalue