Back to home page

EIC code displayed by LXR

 
 

    


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