Warning, /geant4/examples/extended/medical/dna/chem3/History is written in an unsupported language. File is not indexed.
0001 # Example chem3 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-11-20 Hoang Tran (chem3-V11-02-02)
0008 - updated TimeStepAction and
0009 - added function to show how to get a specific species ID,
0010 positions at each time step.
0011
0012 ## 2024-09-20 Ivana Hrivnacova (chem3-V11-02-01)
0013 - Updated the HOW TO START section in README once more:
0014 commented macros vis.mac and vis_vm.mac.
0015
0016 ## 2024-09-19 Ivana Hrivnacova (chem3-V11-02-00)
0017 - Extended the HOW TO START section in README with
0018 the beam.in, gui.mac macros usage
0019
0020 ## 2023-10-20 John Allison (chem3-V11-01-00)
0021 - vis.mac and vis_vm.mac:
0022 - Remove defunct command /vis/ogl/set/displayListLimit.
0023 - This command no longer operates. There is now no display list limit.
0024 (The only limit is available memory.)
0025 - The command is deprecated and, anyway, causes a crash if the app is built
0026 without an OpenGL driver.
0027
0028 ## 2021-12-10 Ben Morgan (chem3-V11-00-00)
0029 - Change to new Markdown History format
0030
0031 ---
0032
0033 # History entries prior to 11.0
0034
0035 14.07.2021 John Allison tag chem3-V10-07-01
0036 -----------------------------------------------------
0037 - Replace /vis/ogl/printEPS with /vis/ogl/export in relevant macros.
0038
0039 31.12.2020 John Allison tag chem3-V10-07-00
0040 -----------------------------------------------------
0041 - Change /vis/ogl/set/ to /vis/viewer/set/timeWindow/.
0042
0043 10.11.2020 Ben Morgan tag chem3-V10-06-00
0044 -----------------------------------------------------
0045 - Migration to G4RunManagerFactory.
0046
0047 08.02.2019 VI, WGS, SI tag chem3-V10-05-01
0048 -----------------------------------------------------
0049 - Fixed PhysicsList
0050
0051 05.02.2019 S. Incerti tag chem3-V10-05-00
0052 -----------------------------------------------------
0053 - Clean-up of TimeStepAction
0054
0055 27.11.2018 V. Ivanchenko tag chem3-V10-04-01
0056 -----------------------------------------------------
0057 - Fixed nightly problem in PhysicsList
0058
0059 26.02.2018 R. Hatcher tag chem3-V10-04-00
0060 -----------------------------------------------------
0061 - Use G4RegisterPhysicsConstructors.icc to ensure G4PhysicsConstructorRegisty
0062 is filled when using static libraries
0063
0064 29.11.2016 I.Hrivnacova tag chem3-V10-03-00
0065 -----------------------------------------------------
0066 - Fixed typo in chem3.cc
0067
0068 09.07.2016 S.Incerti tag chem3-V10-02-01
0069 -----------------------------------------------------
0070 - Updated README
0071
0072 04.07.2016 I.Hrivnacova tag chem3-V10-02-00
0073 -----------------------------------------------------
0074 - Fixes for Doxygen documentation
0075
0076 22.03.2015 M.K tag chem3-V10-01-01
0077 -----------------------------------------------------
0078 - CommandLine options: -mt option restaured with 2 as default number of threads
0079 - name of macros changed
0080 - gui.mac added + reverse order of call between gui.mac and vis.mac in chem3.cc
0081
0082 18.03.2015 M.K tag chem3-V10-01-00
0083 -----------------------------------------------------
0084 - G4UserTimeStepAction::UserReactionAction : vector of reaction products becomes
0085 a pointer instead of a reference
0086
0087 28.11.2014 M.K tag chem3-V10-00-06
0088 -----------------------------------------------------
0089 - Update to last dna version
0090
0091 24.11.2014 M.K tag chem3-V10-00-05
0092 -----------------------------------------------------
0093 - Retag before release
0094 - Initialization of chemistry applications is simplified
0095
0096 06.11.2014 I.Hrivnacova
0097 -----------------------------------------------------
0098 - Fixes in .README
0099
0100 06.10.2014 M.K tag chem3-V10-00-04
0101 -----------------------------------------------------
0102 - Remove selection of vis driver from vis.mac
0103
0104 06.10.2014 M.K tag chem3-V10-00-03
0105 -----------------------------------------------------
0106 - Make the tag
0107
0108 05.10.2014 M.K
0109 -----------------------------------------------------
0110 - Update CommandLineParser
0111 - Select the GUI type by command line option
0112 - Select visualization driver from command line
0113
0114 24.10.2014 M.K tag chem3-V10-00-02
0115 -----------------------------------------------------
0116 - G4ITTimeStepper --> G4VScheduler
0117
0118 24.10.2014 M.K tag chem3-V10-00-01
0119 -----------------------------------------------------
0120 - CommandLineParser added
0121
0122 20.10.2014 M.K tag chem3-V10-00-00
0123 -----------------------------------------------------
0124 - chem3 added