Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/medical/dna/chem3/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

  1 # Example chem3 History
  2 
  3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological order (newest at the top). It must **not**
  5 be used as a substitute for writing good git commit messages!
  6 
  7 ## 2024-11-20 Hoang Tran (chem3-V11-02-02)
  8 - updated TimeStepAction and
  9 - added function to show how to get a specific species ID,
 10 positions at each time step.
 11 
 12 ## 2024-09-20 Ivana Hrivnacova (chem3-V11-02-01)
 13 - Updated the HOW TO START section in README once more:
 14   commented macros vis.mac and vis_vm.mac.
 15 
 16 ## 2024-09-19 Ivana Hrivnacova (chem3-V11-02-00)
 17 - Extended the HOW TO START section in README with
 18   the beam.in, gui.mac macros usage
 19 
 20 ## 2023-10-20 John Allison (chem3-V11-01-00)
 21 - vis.mac and vis_vm.mac:
 22   - Remove defunct command /vis/ogl/set/displayListLimit.
 23   - This command no longer operates. There is now no display list limit.
 24     (The only limit is available memory.)
 25   - The command is deprecated and, anyway, causes a crash if the app is built
 26     without an OpenGL driver.
 27 
 28 ## 2021-12-10 Ben Morgan (chem3-V11-00-00)
 29 - Change to new Markdown History format
 30 
 31 ---
 32 
 33 # History entries prior to 11.0
 34 
 35 14.07.2021 John Allison         tag chem3-V10-07-01
 36 -----------------------------------------------------
 37 - Replace /vis/ogl/printEPS with /vis/ogl/export in relevant macros.
 38 
 39 31.12.2020 John Allison         tag chem3-V10-07-00
 40 -----------------------------------------------------
 41 - Change /vis/ogl/set/ to /vis/viewer/set/timeWindow/.
 42 
 43 10.11.2020 Ben Morgan           tag chem3-V10-06-00
 44 -----------------------------------------------------
 45 - Migration to G4RunManagerFactory.
 46 
 47 08.02.2019 VI, WGS, SI          tag chem3-V10-05-01
 48 -----------------------------------------------------
 49 - Fixed PhysicsList
 50 
 51 05.02.2019 S. Incerti           tag chem3-V10-05-00
 52 -----------------------------------------------------
 53 - Clean-up of TimeStepAction
 54 
 55 27.11.2018 V. Ivanchenko        tag chem3-V10-04-01
 56 -----------------------------------------------------
 57 - Fixed nightly problem in PhysicsList
 58 
 59 26.02.2018 R. Hatcher           tag chem3-V10-04-00
 60 -----------------------------------------------------
 61 - Use G4RegisterPhysicsConstructors.icc to ensure G4PhysicsConstructorRegisty
 62   is filled when using static libraries
 63 
 64 29.11.2016 I.Hrivnacova         tag chem3-V10-03-00
 65 -----------------------------------------------------
 66 - Fixed typo in chem3.cc
 67 
 68 09.07.2016 S.Incerti            tag chem3-V10-02-01
 69 -----------------------------------------------------
 70 -  Updated README
 71 
 72 04.07.2016 I.Hrivnacova         tag chem3-V10-02-00
 73 -----------------------------------------------------
 74 -  Fixes for Doxygen documentation
 75 
 76 22.03.2015 M.K                  tag chem3-V10-01-01
 77 -----------------------------------------------------
 78 - CommandLine options: -mt option restaured with 2 as default number of threads
 79 - name of macros changed
 80 - gui.mac added + reverse order of call between gui.mac and vis.mac in chem3.cc
 81 
 82 18.03.2015 M.K                  tag chem3-V10-01-00
 83 -----------------------------------------------------
 84 - G4UserTimeStepAction::UserReactionAction : vector of reaction products becomes
 85 a pointer instead of a reference
 86 
 87 28.11.2014 M.K                  tag chem3-V10-00-06
 88 -----------------------------------------------------
 89 - Update to last dna version
 90 
 91 24.11.2014 M.K                  tag chem3-V10-00-05
 92 -----------------------------------------------------
 93 - Retag before release
 94 - Initialization of chemistry applications is simplified
 95 
 96 06.11.2014 I.Hrivnacova
 97 -----------------------------------------------------
 98 - Fixes in .README
 99 
100 06.10.2014 M.K                  tag chem3-V10-00-04
101 -----------------------------------------------------
102 - Remove selection of vis driver from vis.mac
103 
104 06.10.2014 M.K                  tag chem3-V10-00-03
105 -----------------------------------------------------
106 - Make the tag
107 
108 05.10.2014 M.K
109 -----------------------------------------------------
110 - Update CommandLineParser
111 - Select the GUI type by command line option
112 - Select visualization driver from command line
113 
114 24.10.2014 M.K                  tag chem3-V10-00-02
115 -----------------------------------------------------
116 - G4ITTimeStepper --> G4VScheduler
117 
118 24.10.2014 M.K                  tag chem3-V10-00-01
119 -----------------------------------------------------
120 - CommandLineParser added
121 
122 20.10.2014 M.K                  tag chem3-V10-00-00
123 -----------------------------------------------------
124 - chem3 added