Warning, /geant4/examples/extended/medical/DICOM2/History is written in an unsupported language. File is not indexed.
0001 # Example DICOM2 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
0008 ## 2023-10-20 John Allison (DICOM2-V11-01-00)
0009 - vis.mac: 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 (DICOM2-V11-00-00)
0016 - Change to new Markdown History format
0017
0018 ---
0019
0020 # History entries prior to 11.0
0021
0022 10.11.2020 - Ben Morgan (DICOM2-V10-06-01)
0023 Migration to G4RunManagerFactory.
0024
0025 20.10.2020 - B. Morgan (DICOM2-V10-06-00)
0026 Fix compiler warning on Windows
0027
0028 26.11.2019 - I. Hrivnacova (DICOM2-V10-05-04)
0029 Fixed Doxygen warnings
0030
0031 19.11.2019 - Gabriele Cosmo (DICOM2-V10-05-03)
0032 Fixed more cases of implicit type conversions.
0033
0034 15.11.2019 - Gabriele Cosmo (DICOM2-V10-05-02)
0035 Fixed cases of implicit type conversions from size_t to G4int.
0036
0037 12.11.2019 - Gunter Folger (DICOM2-V10-05-01)
0038 Use updated DicomHandler singleton;
0039 DICOM2 was crashing on Windows
0040
0041 23.04.2019 - Ben Morgan (DICOM2-V10-05-00)
0042 Explicitly include G4Types.hh to pick up G4MULTITHREADED
0043
0044 15.11.2018 - Jonathan Madsen (DICOM2-V10-04-04)
0045 Fixed serial execution
0046
0047 12.11.2018 - Jonathan Madsen (DICOM2-V10-04-03)
0048 Improved default search paths for DICOMConfig.cmake
0049 to assist in general and when testing
0050 Removed pre-allocating Dicom2RunVector based on the
0051 number of voxels defined in DicomDetectorConstruction
0052 since DicomDetectorConstruction::Instance was removed
0053
0054 09.11.2018 - Jonathan Madsen (DICOM2-V10-04-02)
0055 Implemented custom Dicom2Run and Dicom2RunAction
0056 Randomization in PGA
0057 Switched RNG is MixMax
0058 Demonstrates usage of G4StatAnalysis
0059 (per-voxel statistics)
0060 Demonstrates usage of G4VTHitsVector
0061 (memory savings and performance)
0062 Demonstrates usage of G4VTHitsVector with objects
0063 instead of pointers to objects
0064 (memory savings and performance)
0065 Demonstrates generic iteration over G4THits containers
0066 using GetIndex(...) and GetObject(...)
0067 Provides output from traditional DICOM scoring in
0068 addition to output with statistics
0069 Updated README
0070
0071 22.06.2018 - Jonathan Madsen (DICOM2-V10-04-01)
0072 Updated CMakeLists.txt to force setting DICOM_DIR cache entry
0073 to Geant4_DIR if not defined
0074
0075 20.03.2018 - Jonathan Madsen (DICOM2-V10-04-00)
0076 First public release of the example