Warning, /geant4/examples/extended/medical/dna/chem4/History is written in an unsupported language. File is not indexed.
0001 # Example chem4 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 ## 2022-09-20 Hoang Tran (chem4-V11-00-05)
0008 - fixed the examples naming conventions violations
0009 - delete unsused function clear()
0010
0011 ## 2022-05-02 Hoang Tran (chem4-V11-00-04)
0012 - Add localthread for fUse of G4VMoleculeCounter
0013
0014 ## 2022-03-21 Hoang Tran (chem4-V11-00-03)
0015 - minor correction for reaction type in macro file beam.in
0016
0017 ## 2022-03-15 Hoang Tran (chem4-V11-00-02)
0018 - remove macro commands to control chemistry models
0019 (due to circular dependency)
0020 - add infomation in README
0021
0022 ## 2022-03-04 Hoang Tran (chem4-V11-00-01)
0023 - Add macro commands to control chemistry models, chemical molecules and
0024 reactions
0025
0026 ## 2021-12-10 Ben Morgan (chem4-V11-00-00)
0027 - Change to new Markdown History format
0028
0029 ---
0030
0031 # History entries prior to 11.0
0032
0033 06.10.2021 - I. Hrivnacova - chem4-V10-07-00
0034 - Migration to new G4AnalysisManager.hh header;
0035 define the default output file type (root).
0036
0037 10.11.2020 - Ben Morgan - chem4-V10-06-01
0038 - Migration to G4RunManagerFactory.
0039
0040 19.10.2020 - Ben Morgan - chem4-V10-06-00
0041 - Call rootcint via full path and remove obsolete '-c' flag that
0042 creates warnings and CTest failures with latest ROOT versions.
0043
0044 11.09.2019 - Ivana Hrivnacova - chem4-V10-05-03
0045 - Create the analysis manager (in ScoreSpecies) via the new factory
0046 function.
0047
0048 10.03.2019 MK - chem4-V10-05-02
0049 - Species hides a pointer
0050 Make Species alias of const G4MolecularConfiguration
0051
0052 08.02.2019 VI, WGS, SI - chem4-V10-05-01
0053 - Fixed PhysicsList
0054
0055 05 Feb 2018 - Sebastien Incerti - chem4-V10-05-00
0056 - added UI commands for one step thermalization model selection in macro
0057 beam.in
0058
0059 27 Nov 2018 - Vladimir Ivanchenko- chem4-V10-04-02
0060 - Fixed nightly problem in PhysicsList
0061
0062 19 Nov 2018 - Ivana Hrivnacova - chem4-V10-04-01
0063 - Fixed Cmake build
0064
0065 26 Feb 2018 - R. Hatcher - chem4-V10-04-00
0066 - Use G4RegisterPhysicsConstructors.icc to ensure G4PhysicsConstructorRegisty
0067 is filled when using static libraries
0068
0069 28 Nov 2017 - Ivana Hrivnacova - chem4-V10-03-00
0070 - Fixed Doxygen warnings
0071
0072 19 Nov 2016 - Andrea Dotti - chem4-V10-02-06
0073 - Explicit set of SD to manager
0074
0075 14 Nov 2016 - Mathieu Karamitros - chem4-V10-02-05
0076 - ScoreSpecies.cc: Add preproc protection to avoid warning
0077
0078 12 Nov 2016 - Mathieu Karamitros - chem4-V10-02-04
0079 - ScoreSpecies: fix computation of standard error of the mean
0080 - ActInit: fix initialization: remove H2O from counter
0081 - Add CanvasInTab::GetNCanvas
0082 - update primary generator: add verbose
0083 - add inner separators
0084 - RunAction: indentation
0085 - DetConst: change order of scorer declaration + modify comments
0086
0087 21 Oct 2016 - Mathieu Karamitros - chem4-V10-02-03
0088 -- General info --
0089 The G-values are computing for a range of deposited energy [A;B].
0090 We are in an infinite volume. Therefore the energy lost by the
0091 primary equals the deposited energy since all secondary particles
0092 will finally slow down to the thermal energy.
0093 The primary is killed once it has deposited more energy than the
0094 minimum threshold A.
0095 However, when the particle looses more energy in few interaction
0096 steps than the maximum allowed thresold B, the event is
0097 disregarded (=aborted).
0098
0099 Note that if the upper boundary of the energy lost by the primary is
0100 not set, the chemistry may take a lot of time to compute.
0101
0102 - Abort event if the energy lost by the primary is larger than a
0103 user chosen threshold
0104 - Update README and .README.txt for new UI commands
0105
0106 28 Sept 2016 - Ivana Hrivnacova - chem4-V10-02-02
0107 - Fixed text formatting in .README.txt
0108
0109 19 Sept 2016 - Mathieu Karamitros - chem4-V10-02-01
0110 - More correction of cmake version requirement (3.4 -> 2.8)
0111 - Correct name of tag
0112
0113 15 Sept 2016 - Mathieu Karamitros - chem-V10-02-01
0114 - Modifies cmake version requirement (3.4 -> 2.8)
0115
0116 12 Sept 2016 - Mathieu Karamitros - chem4-V10-02-00
0117 - intial tag