Warning, /geant4/examples/extended/medical/dna/chem6/History is written in an unsupported language. File is not indexed.
0001 # Example chem6 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 ## 2025-05-05 Hoang Tran (chem6-V11-03-01)
0008 - Replaced the shared_ptr with unique_ptr and raw for manager counters.
0009
0010 ## 2025-04-22 Hoang Tran (chem6-V11-03-00)
0011 - used new G4MoleculeCounterManager to manage the G4MoleculeCounter
0012
0013 ## 2024-10-28 Hoang Tran (chem6-V11-02-02)
0014 - added the /process/chem/TimeStepModel IRT command in the macro file beam_HCP.in
0015
0016 ## 2024-10-14 Hoang Tran (chem6-V11-02-01)
0017 - corrected molecule name in chem6 macro file
0018
0019 ## 2024-05-23 Hoang Tran (chem6-V11-02-00)
0020 - Use EmParameter to control chemistry models
0021
0022 ## 2022-09-08 Hoang Tran (chem6-V11-00-07)
0023 - Fix ROOT macros for error running of ROOT in Windows
0024
0025 ## 2022-06-10 Sergio Losilla (chem6-V11-00-06)
0026 - Added missing headers.
0027
0028 ## 2022-05-02 Hoang Tran (chem6-V11-00-05)
0029 - Add localthread for fUse of G4VMoleculeCounter
0030
0031 ## 2022-03-21 Hoang Tran (chem6-V11-00-04)
0032 - Add PhysicsListMessenger
0033 - Add macro commands to control chemistry models in PhysicsListMessenger
0034 - Add infomation in README
0035 - Add short chemical reaction list
0036
0037 ## 2022-03-15 Hoang Tran (chem6-V11-00-03)
0038 - remove macro commands to control chemistry models
0039 (due to circular dependency)
0040 - add infomation in README
0041
0042 ## 2022-03-04 Hoang Tran (chem6-V11-00-02)
0043 - Add macro commands to control chemistry models
0044
0045 ## 2022-02-21 Hoang Tran (chem6-V11-00-01)
0046 - add the condition for only one event of chem6 (FPE detection)
0047
0048 ## 2021-12-10 Ben Morgan (chem6-V11-00-00)
0049 - Change to new Markdown History format
0050
0051 ---
0052
0053 # History entries prior to 11.0
0054
0055 08-11-2021: H. Tran chem6-V10-07-02
0056 - delete limit time step
0057 - reduce the number of incident particle
0058
0059 21-10-2021: W.G. Shin chem6-V10-07-01
0060 - Added limit time step
0061
0062 06-10-2021: I. Hrivnacova chem6-V10-07-00
0063 - Migration to new G4AnalysisManager.hh header;
0064 define the default output file type (root).
0065
0066 10-11-2020: B. Morgan chem6-V10-06-03
0067 - Migration to G4RunManagerFactory.
0068
0069 06-11-20: I. Hrivnacova chem6-V10-06-02
0070 - Fixed doxygen documentation
0071
0072 19-02-20: W. G. Shin chem6-V10-06-01
0073 - fixed memory issue
0074
0075 10-02-20: W. G. Shin chem6-V10-06-00
0076 - created and adapted from chem4