Warning, /geant4/examples/extended/persistency/gdml/G03/History is written in an unsupported language. File is not indexed.
0001 # Example G03 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).
0005 It must **not** be used as a substitute for writing good git commit messages!
0006
0007 -------------------------------------------------------------------------------
0008
0009 ## 2024-06-05 Gabriele Cosmo (G03-V11-02-00)
0010 - Updated GDML files to use short URL for schema validation.
0011
0012 ## 2021-12-10 Ben Morgan (G03-V11-00-00)
0013 - Change to new Markdown History format
0014
0015 ---
0016
0017 # History entries prior to 11.0
0018
0019 November 11th, 2021 Gabriele Cosmo G03-V10-07-00
0020 - Fixed visualisation settings in input macros.
0021
0022 November 13th, 2020 Ben Morgan G03-V10-06-01
0023 - Enforce use of Serial RunManager.
0024
0025 November 10th, 2020 Ben Morgan G03-V10-06-00
0026 - Migration to G4RunManagerFactory.
0027
0028 November 28th, 2019 I. Hrivnacova G03-V10-05-00
0029 - Fixed Doxygen warning in .README.txt
0030
0031 May 19th, 2018 Gabriele Cosmo G03-V10-04-00
0032 - G03RunAction.cc: Removed vis command.
0033
0034 March 23rd, 2017 Gabriele Cosmo G03-V10-03-00
0035 - Updated setup for visualization in main program.
0036
0037 March 19th, 2015 Gabriele Cosmo G03-V10-01-00
0038 - Corrected visualization commands in read/write input macros.
0039 - Updated README.
0040
0041 May 17th, 2013 Witek Pokorski G03-V09-06-00
0042 - Changes to comply to coding rule 2.1
0043
0044 July 27th, 2012 Witek Pokorski G03-V09-05-00
0045 - Adding cmake and cosmetic changes to comply to coding conventions
0046
0047 November 10th, 2011 Gabriele Cosmo G03-V09-04-00
0048 - Changed from no longer supported physics-list QGSP-BERT-EMV to QGSP-BERT.
0049
0050 November 17th, 2010 Gabriele Cosmo G03-V09-03-06
0051 - Restored generic OGL viewer in macros.
0052
0053 November 7th, 2010 John Allison G03-V09-03-05
0054 - Introduced G4UIExecutive.
0055
0056 October 20th, 2010 Gabriele Cosmo G03-V09-03-04
0057 - Fixed use of obsolete physics-list.
0058 - Temporarly restored OGLIX in macros until migration to G4UIExecutive will
0059 be applied.
0060
0061 June 18th, 2010 Gabriele Cosmo - G03-V09-03-03
0062 - Removed extra call to G4UItcsh in batch mode in main() and cleaned up ...
0063
0064 June 14th, 2010 Gabriele Cosmo - G03-V09-03-02
0065 - Corrected selection of G4UItcsh in main() by protecting with its proper
0066 flag G4UI_USE_TCSH.
0067
0068 June 4th, 2010 Joseph Perl - G03-V09-03-01
0069 - Updated vis usage.
0070
0071 March 25th, 2010 Gunter Folger - G03-V09-03-00
0072 - Do not use G4UItcsh on Windows.
0073
0074 April 24th, 2009 Gabriele Cosmo - G03-V09-02-01
0075 - Added missing inclusion of headers after cleanup.
0076
0077 April 15th, 2009 Gabriele Cosmo - G03-V09-02-00
0078 - Extended example to show also capability to write extended schema;
0079 Added custom writer class. Requires the related developments in the kernel
0080 GDML library plugin.
0081 - Renamed translation unit for main to "gdml_ext.cc".
0082
0083 December 4th, 2008 Gabriele Cosmo - G03-V09-01-01
0084 - Updated GDML schema file sample to point to new GDML schema location.
0085
0086 November 20th, 2008 Gabriele Cosmo - G03-V09-01-00
0087 - Created.