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