Warning, /geant4/examples/extended/persistency/P02/History is written in an unsupported language. File is not indexed.
0001 # Example P02 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-08-03 I. Hrivnacova (exampleP02-V11-01-00)
0009 - Fixed comment line in run.mac
0010
0011 ## 2021-12-10 Ben Morgan (exampleP02-V11-00-00)
0012 - Change to new Markdown History format
0013
0014 ---
0015
0016 # History entries prior to 11.0
0017
0018 November 13th, 2020 Ben Morgan (exampleP02-V10-06-01)
0019 - Enforce use of Serial RunManager.
0020
0021 November 10th, 2020 Ben Morgan (exampleP02-V10-06-00)
0022 - Migration to G4RunManagerFactory.
0023
0024 November 28th, 2019 I. Hrivnacova (exampleP02-V10-05-00)
0025 - Fixed Doxygen warning in .README.txt
0026
0027 June 15th 2018 W.Pokorski (exampleP02-V10-04-01)
0028 - updating selection.xml file with new members of G4MaterialPropertiesTable
0029 - fixing the crash on reading due to duplication of materials in .root file
0030
0031 May 19th 2018 J.Allison (exampleP02-V10-04-00)
0032 - Add #include "G4Types.hh"
0033 - Remove G4UI_USE and G4VIS_USE.
0034 - Move instantiation of G4UIExecutive nearer to start of main.
0035
0036 November 29th, 2017 B.Morgan (exampleP02-V10-03-01)
0037 - Use correct case "RootNewMacros"
0038
0039 November 28th, 2017 B. Morgan (exampleP02-V10-03-00)
0040 - Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
0041 - Include ROOTNewMacros for reflex_generate_dictionary
0042 - Update generated source name
0043
0044 November 23rd, 2015 I. Hrivnacova (exampleP02-V10-01-02)
0045 - Updated documentation and CMakeLists.tx (requiring ROOT 6)
0046
0047 October 15th, 2015 W. Pokorski (exampleP02-V10-01-00)
0048 - changes for ROOT6
0049
0050 June 13th, 2014 W. Pokorski (exampleP02-V10-00-01)
0051 - adding missing line in selection.xml
0052
0053 June 11th, 2014 W. Pokorski (exampleP02-V10-00-00)
0054 - changes to comply with the coding conventions
0055
0056 June 20th, 2013 W. Pokorski (exampleP02-V09-06-02)
0057 - corrected a missing coma in ExP02DetectorConstruction.cc
0058
0059 June 18th, 2013 I. Hrivnacova (exampleP02-V09-06-01)
0060 - Applied coding guidelines (long lines, data members initialization)
0061 - Code clean-up (removed redundant public/protected keyword, indention)
0062
0063 June 18th, 2013 W. Pokorski (exampleP02-V09-06-00)
0064 - changes for coding conventions
0065
0066 May 27th, 2013 I. Hrivnacova
0067 - Fixed handling required packages/options in CMake files
0068
0069 October 11th, 2012 A. Dotti (exampleP02-V09-05-00)
0070 - Adding protection in case GCCXML is not available, disabling the example
0071
0072 September 25th, 2012 I. Hrivnacova
0073 - Fixes in GNUmakefile (was failing when building with internal CLHEP)
0074
0075 November 30th, 2010 I.Hrivnacova (exampleP02-V09-03-02)
0076 - Migrated to use particle-based multiple-scattering.
0077
0078 November 7th, 2010 J.Allison (exampleP02-V09-03-01)
0079 - Introduced G5UIExecutive.
0080
0081 June 4th, 2010 J.Perl (exampleP02-V09-03-00)
0082 - Updated vis usage.
0083
0084 November 22nd, 2007 W.Pokorski (exampleP02-V09-00-00)
0085 - Created.