Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/visualization/perspective/History is written in an unsupported language. File is not indexed.

0001 # Example perspective 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-11-15 I. Hrivnacova (exam-ext-vis-persp-V11-01-02)
0009 - Updated vis.mac macros:
0010   - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0011     and simplified comments.
0012 
0013 ## 2023-03-28 John Allison (exam-ext-vis-persp-V11-01-01)
0014 - PerspectiveVisAction.hh:
0015   - Remove unnecessary forward class declarations.
0016   - clang-format.
0017 
0018 ## 2023-02-02 Igor Semeniouk (exam-ext-vis-persp-V11-01-00)
0019 - PerspectiveVisAction.hh - fix missing include for G4Transform3D
0020 
0021 ## 2021-12-10 Ben Morgan (exam-ext-vis-persp-V11-00-00)
0022 - Change to new Markdown History format
0023 
0024 ---
0025 
0026 # History entries prior to 11.0
0027 
0028 25th October 2021 B.Morgan (exam-ext-vis-persp-V10-07-00)
0029 - Use G4StrUtil functions replacing deprecated G4String member functions
0030 
0031 3rd November 2020 B. Morgan (exam-ext-vis-persp-V10-06-00)
0032 - Support same CMake version range as core Geant4
0033 
0034 8th January 2017  John Allison  (exam-ext-vis-persp-V10-03-00)
0035 - perspective.cc:
0036   o Changed SetUserAction to RegisterRunDurationUserVisAction.
0037   o Updated to current practice.
0038 
0039 27th March 2013  John Allison  (exam-ext-vis-persp-V09-06-02)
0040 - Added separators between functions.
0041 
0042 19th February 2013  Ivana Hrivnacova  (exam-ext-vis-persp-V09-06-00)
0043 - Applied coding guidelines (data members initialization)
0044 
0045 11th June 2012  John Allison  (exam-ext-vis-persp-V09-05-03)
0046 - Added .README for doxygen.
0047 
0048 9th April 2012  John Allison  (exam-ext-vis-persp-V09-05-02)
0049 - perspective.cc: Corrected vis user action extent.
0050 - vis.mac, visXm.mac: Removed arguments from /vis/scene/add/userAction.
0051 
0052 21st March 2012  John Allison  (exam-ext-vis-perps-V09-05-01)
0053 - Minor cosmetic improvements to comments.
0054 
0055 19th March 2012  John Allison  (exam-ext-vis-perps-V09-05-00)
0056 - Added README.
0057 - /perspectiveDemo/optionString: Improved guidance.
0058 
0059 9th November 2010  John Allison  (exam-ext-vis-perps-V09-03-00)
0060 - Introduced G4UIExecutive.
0061 - Introduced vis.mac, visXm.mac (was perspective.g4m).
0062 
0063 6th November 2006 (exam-ext-vis-perps-V08-01-00)
0064 - Improve command guidance.
0065 
0066 25th May 2006 (exam-ext-vis-V08-00-00)
0067 - First perspective example.