Warning, /geant4/examples/extended/visualization/standalone/History is written in an unsupported language. File is not indexed.
0001 # Example standalone 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 ## 2024-01-30 John Allison (exam-ext-vis-standalone-V11-02-00)
0009 - A smarter way of getting extent of geometry that ignores invisible volumes.
0010 Thus, if the world is marked invisible, it ignores it.
0011 - DrawGeometryVisAction.cc:
0012 - Use G4PhysicalVolumeModel to determine extent.
0013
0014 ## 2023-11-15 I. Hrivnacova, John Allison (exam-ext-vis-standalone-V11-01-01)
0015 - Updated standalone.mac:
0016 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0017 and simplified comments.
0018
0019 ## 2022-12-30 John Allison (exam-ext-vis-standalone-V11-01-00)
0020 - Include an example of DrawGeometry.
0021 - DrawGeometryVisAction:
0022 - Shows how to visualise your geometry alone, i.e., without the
0023 run manager and the physics stuff.
0024
0025 ## 2022-11-04 John Allison (exam-ext-vis-standalone-V11-00-01)
0026 - Fix typo in README files
0027
0028 ## 2021-12-10 Ben Morgan (exam-ext-vis-standalone-V11-00-00)
0029 - Change to new Markdown History format
0030
0031 ---
0032
0033 # History entries prior to 11.0
0034
0035 3rd November 2020 B. Morgan (exam-ext-vis-standalone-V10-06-00)
0036 - Support same CMake version range as core Geant4
0037
0038 8th January 2017 John Allison (exam-ext-vis-standalone-V10-03-00)
0039 - standalone.cc:
0040 o Updated to current practice.
0041
0042 27th November 2014 John Allison (exam-ext-vis-standalone-V10-00-01)
0043 - README: Mention /vis/scene/add/extent.
0044
0045 27th March 2013 John Allison (exam-ext-vis-standalone-V09-06-01)
0046 - Added separators between functions.
0047 - Removed standalone.g4m.
0048
0049 25th September 2012 Ivana Hrivnacova
0050 - Renamed standalone.g4m in standalone.mac
0051
0052 11th June 2012 John Allison (exam-ext-vis-standalone-V09-05-02)
0053 - standalone.cc: Changed SetUserAction to RegisterRunDurationUserVisAction.
0054 - Improved README.
0055 - Added .README for doxygen.
0056
0057 9th April 2012 John Allison (exam-ext-vis-standalone-V09-05-01)
0058 - standalone.cc: Corrected vis user action extent.
0059 - standalone.g4m: Removed arguments from /vis/scene/add/userAction.
0060 - README: Improved.
0061
0062 21st March 2012 John Allison (exam-ext-vis-standalone-V09-05-00)
0063 - Re-tagged with directory specify name.
0064
0065 21st March 2012 John Allison (exam-ext-vis-V09-05-01)
0066 - Minor cosmetic improvements to comments and REAME.
0067
0068 12th March 2012 John Allison (exam-ext-vis-V09-05-00)
0069 - Added README.
0070 - Improved standalone.g4m.
0071
0072 9th November 2010 John Allison (exam-ext-vis-V09-03-00)
0073 - Introduced G4UIExecutive.
0074
0075 18th October 2005 (exam-ext-vis-V07-01-00)
0076 - First standalone example.