Geant4 Cross Reference |
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