Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/DICOM/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 ## 2025-04-24 Ben Morgan (DICOM2-V11-03-00)
0008 - Refactor DICOM examples into single project. Retain this History file for
0009   legacy reasons. 
0010   
0011   **All new entries must go in the main `History`file in the top level DICOM
0012   directory.**
0013 
0014 ## 2023-10-20 John Allison (DICOM2-V11-01-00)
0015 - vis.mac: Remove defunct command /vis/ogl/set/displayListLimit.
0016   - This command no longer operates. There is now no display list limit.
0017     (The only limit is available memory.)
0018   - The command is deprecated and, anyway, causes a crash if the app is built
0019     without an OpenGL driver.
0020 
0021 ## 2021-12-10 Ben Morgan (DICOM2-V11-00-00)
0022 - Change to new Markdown History format
0023 
0024 ---
0025 
0026 # History entries prior to 11.0
0027 
0028 10.11.2020 - Ben Morgan (DICOM2-V10-06-01)
0029              Migration to G4RunManagerFactory.
0030 
0031 20.10.2020 - B. Morgan (DICOM2-V10-06-00)
0032              Fix compiler warning on Windows
0033 
0034 26.11.2019 - I. Hrivnacova (DICOM2-V10-05-04)
0035              Fixed Doxygen warnings
0036 
0037 19.11.2019 - Gabriele Cosmo (DICOM2-V10-05-03)
0038              Fixed more cases of implicit type conversions.
0039 
0040 15.11.2019 - Gabriele Cosmo (DICOM2-V10-05-02)
0041              Fixed cases of implicit type conversions from size_t to G4int.
0042 
0043 12.11.2019 - Gunter Folger  (DICOM2-V10-05-01)
0044              Use updated DicomHandler singleton;
0045              DICOM2 was crashing on Windows
0046 
0047 23.04.2019 - Ben Morgan (DICOM2-V10-05-00)
0048              Explicitly include G4Types.hh to pick up G4MULTITHREADED
0049 
0050 15.11.2018 - Jonathan Madsen (DICOM2-V10-04-04)
0051              Fixed serial execution
0052 
0053 12.11.2018 - Jonathan Madsen (DICOM2-V10-04-03)
0054              Improved default search paths for DICOMConfig.cmake
0055              to assist in general and when testing
0056              Removed pre-allocating Dicom2RunVector based on the
0057              number of voxels defined in DicomDetectorConstruction
0058              since DicomDetectorConstruction::Instance was removed
0059 
0060 09.11.2018 - Jonathan Madsen (DICOM2-V10-04-02)
0061              Implemented custom Dicom2Run and Dicom2RunAction
0062              Randomization in PGA
0063              Switched RNG is MixMax
0064              Demonstrates usage of G4StatAnalysis
0065                (per-voxel statistics)
0066              Demonstrates usage of G4VTHitsVector
0067                (memory savings and performance)
0068              Demonstrates usage of G4VTHitsVector with objects
0069                instead of pointers to objects
0070                (memory savings and performance)
0071              Demonstrates generic iteration over G4THits containers
0072                using GetIndex(...) and GetObject(...)
0073              Provides output from traditional DICOM scoring in
0074                addition to output with statistics
0075              Updated README
0076 
0077 22.06.2018 - Jonathan Madsen (DICOM2-V10-04-01)
0078              Updated CMakeLists.txt to force setting DICOM_DIR cache entry
0079              to Geant4_DIR if not defined
0080 
0081 20.03.2018 - Jonathan Madsen (DICOM2-V10-04-00)
0082              First public release of the example