Warning, /geant4/examples/advanced/gammaknife/History is written in an unsupported language. File is not indexed.
0001 # Example gammaknife 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 ## 2025-10-09 Ben Morgan (gammaknife-V11-03-00)
0008 - Apply [GitHub PR 92](https://github.com/Geant4/geant4/pull/92)
0009 - Addressing:
0010 - The visualization is not drawing the geometry on the simulation
0011 - boxMesh is not being placed correctly, so the eDep file shows all zeroes on deposited energy.
0012 - Fixes:
0013 - geometry is drawn with `/vis/drawVolume`
0014 - boxmesh is positioned at where the patient(a sphere geometry with water) is present
0015 (with `/mesh/score/translate/xyz 0. 0. 0. cm)
0016
0017 ## 2023-11-15 I. Hrivnacova (gammaknife-V11-01-01)
0018 - Updated defaultMacro.mac:
0019 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0020 and simplified comments.
0021
0022 ## 2023-11-10 Alberto Ribon (gammaknife-V11-01-00)
0023 - In most macro files, introduced the UI command
0024 '/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year'
0025 to allow all radioactive decays (including the very long ones).
0026 This is necessary since G4 11.2, being 1 year the default time
0027 threshold above which the decays are ignored.
0028 Note: in simulation.mac, the above UI command is commented out
0029 because system testing is running with the physics
0030 G4EmStandardPhysics_option3, therefore without radioactive decay
0031 (hence the command would be undefined).
0032
0033 ## 2021-12-10 Ben Morgan (gammaknife-V11-00-00)
0034 - Change to new Markdown History format
0035
0036 ---
0037
0038 # History entries prior to 11.0
0039
0040 29.10.2021 S. Guatelli (gammaknife-V10-07-03)
0041 - runManager deleted at the end of the main
0042
0043 24.05.2021 B. Morgan (gammaknife-V10-07-02)
0044 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0045
0046 13.04.2021 G. Cosmo Tag: gammaknife-V10-07-01
0047 - Use default MixMax random number engine.
0048 - Fixed interactive run to just execute defaultMacro.mac.
0049
0050 11.04.2021 V. Ivanchenko Tag: gammaknife-V10-07-00
0051 - GammaKnifePhysicsList - added forgotten header
0052
0053 07.11.2020 S. Guatelli Tag: gammaknife-V10-06-02
0054 - Migration to G4RunManagerFactory
0055
0056 07.11.2020 F.Romano Tag: gammaknife-V10-06-01
0057 - README updated
0058
0059 02.11.2020 B.Morgan Tag: gammaknife-V10-06-00
0060 - Support same CMake version range as core Geant4
0061
0062 20.09.2019 M.Asai Tag: gammaknife-V10-05-01
0063 - Add G4VScoringMesh:: scope identifier to GammaKnifeController.hh
0064 - Co-working with detutils-V10-05-01
0065
0066 30.08.2019 S. Guatelli Tag:gammaknife-V10-05-00
0067 - G4VIS_USE deleted
0068
0069 18.10.2018 S. Guatelli Tag: gammaknife-V10-04-01
0070 - G4VIS_USE and G4UI_USE deleted
0071
0072 10.05.2018 B.Morgan Tag: gammaknife-V10-04-00
0073 - Include G4Types before use of G4MULTITHREADED. For forward
0074 compatibility with move to #defines over -D for G4 preprocessor
0075 symbols.
0076
0077 04.11.2016 F.Romano Tag: gammaknife-V10-02-02
0078 - macro files modifeid for correct scorer rotation
0079
0080 06.09.2016 M.Asai Tag: gammaknife-V10-02-01
0081 - Modify sdt::map<G4int, G4double*> to sdt::map<G4int, G4StatDouble*>
0082
0083 04.09.2016 M.Asai Tag: gammaknife-V10-02-00
0084 - Modify sdt::map<G4int, G4double*> to sdt::map<G4int, G4StatDouble*>
0085
0086 06.03.2015 A.Dotti Tag: gammaknife-V10-01-00
0087 - Moving of GPS defaults to master
0088
0089 04.06.2014 A.Dotti Tag: gammaknife-V10-00-00
0090 - New GPS for MT
0091
0092 10.11.2013 F.Romano Tag: gammaknife-V09-06-03
0093 - Revised README file
0094
0095 08.11.2013 L.Pandola Tag: gammaknife-V09-06-02
0096 - Restored G4RunManager::GetRunManager()->BeamOn(n_event)
0097 after the fix from the run category.
0098
0099 07.11.2013 F.Romano, A.Varisano, L.Pandola Tag: gammaknife-V09-06-01
0100 - Migrated to MT.
0101
0102 30.07.2013 A.Dotti; Tag: gammaknife-V09-06-00
0103 - Removing unused data members (clang32 compilation
0104 warning)
0105
0106 16.11.2012 J.Allison; Tag: gammaknife-V09-05-06
0107 - gammaknife.cc: Removed unnecessary #include "G4UIXm.hh".
0108
0109 07.11.2012 F.Romano; Tag: gammaknife-V09-05-05
0110 - gammaknife.cc: fixed problem for referencePhysList if condition
0111
0112 07.11.2012 F.Romano; Tag: gammaknife-V09-05-04
0113 - MachineAngle.in: modified angles for final configuration
0114 - README file updated
0115
0116 31.10.2012 G.Folger; Tag: gammaknife-V09-05-03
0117 - gammaknife.cc: add include for <ctime>, needed for Windows
0118
0119 31.10.2012 F.Romano; Tag: gammaknife-V09-05-02
0120 - added batch.mac without VIS
0121 - fixed warnings
0122 - optimized macro options in main
0123
0124 29.10.2012 F.Romano; Tag: gammaknife-V09-05-01
0125 - Executable renamed to the same name of the directory
0126 to avoid possible problems with Mac/WIN
0127
0128 24.10.2012 F.Romano; Tag: gammaknife-V09-05-00
0129 - Created, first version
0130