Warning, /geant4/examples/extended/persistency/P01/History is written in an unsupported language. File is not indexed.
0001 # Example P01 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 (exampleP01-V11-01-00)
0009 - Fixed comment line in run.mac
0010
0011 ## 2021-12-10 Ben Morgan (exampleP01-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 (exampleP01-V10-06-03)
0019 - Enforce use of Serial RunManager.
0020
0021 November 10th, 2020 Ben Morgan (exampleP01-V10-06-02)
0022 - Migration to G4RunManagerFactory.
0023
0024 April 3rd, 2020 Gunter Folger (exampleP01-V10-06-01)
0025 - Since root6.20 Rootmacros is included by default, reduce check to include
0026 old modules/RootNewMacros.cmake file.
0027
0028 March 31st, 2020 Gunter Folger (exampleP01-V10-06-00)
0029 - Adapt to root 6.20: modules/RootNewMacros.cmake becomes RootMacros.cmake
0030 Choice is made by checking existance of file.
0031
0032 November 28th, 2019 I. Hrivnacova (exampleP01-V10-05-01)
0033 - Fixed Doxygen warning in .README.txt
0034
0035 April 24th, 2019 G.Cosmo (exampleP01-V10-05-00)
0036 - Fixed thread-safety issue in definition of allocator in ExP01TrackerHit.
0037
0038 May 19th, 2017 J.Allison (exampleP01-V10-04-00)
0039 - Add #include "G4Types.hh"
0040 - Remove G4UI_USE and G4VIS_USE.
0041 - Move instantiation of G4UIExecutive to start of main.
0042
0043 November 29th, 2017 B.Morgan (exampleP01-V10-03-01)
0044 - Use correct case "RootNewMacros"
0045
0046 November 28th, 2017 B. Morgan (exampleP01-V10-03-00)
0047 - Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
0048 - Include ROOTNewMacros for reflex_generate_dictionary
0049 - Update generated source name
0050
0051 July 20th, 2016 I. Hrivnacova (exampleP01-V10-02-00)
0052 - Coding guidelines
0053 (redundant empty lines, class member functions names)
0054
0055 November 23rd, 2015 I. Hrivnacova (exampleP01-V10-01-02)
0056 - Updated documentation and CMakeLists.tx (requiring ROOT 6)
0057
0058 October 15th, 2015 W. Pokorski (exampleP01-V10-01-00)
0059 - changes for ROOT6
0060
0061 July 4th, 2014 W. Pokorski (exampleP01-V10-00-02,03)
0062 - adding ExP01ClassesDict to the install targets so it is copied to the right place
0063
0064 June 1th, 2014 W. Pokorski (exampleP01-V10-00-01)
0065 - Replacing broken previous tag
0066
0067 June 6th, 2014 W. Pokorski (exampleP01-V10-00-00)
0068 - Modifications to comply with coding conventions
0069
0070 August 27th, 2013 G. Cosmo (exampleP01-V09-06-03)
0071 - Added G4Ellipsoid among solids enabled for parameterisation.
0072
0073 June 17th, 2013 I. Hrivnacova (exampleP01-V09-06-02)
0074 - Applied coding guidelines (data members names, intialization, separators)
0075
0076 June 14th, 2013 W. Pokorski (exampleP01-V09-06-01)
0077 - changing the names of the members according to coding convention
0078
0079 June 10th, 2013 W. Pokorski (exampleP01-V09-06-00)
0080 - changes to comply to coding rules
0081
0082 May 27th, 2013 I. Hrivnacova
0083 - Fixed handling required packages/options in CMake files
0084
0085 November 14th, 2012 P. Mato (exampleP01-V09-05-08)
0086 - Fixed compilation warning
0087
0088 October 11th, 2012 A. Dotti (exampleP01-V09-05-07)
0089 - Adding protection in case GCCXML is not found: disabling
0090 example in CMake
0091
0092 September 25th, 2012 I. Hrivnacova
0093 - Taking into account renaming the dictionary also in macros, code
0094 and GNUmake build
0095 - Fixes in GNUmakefile (was failing when building with internal
0096 CLHEP and xerces-c)
0097
0098 September 25th, 2012 I. Hrivnacova (exampleP01-V09-05-06)
0099 - renamed Classes.hh to ExP01Classes.hh
0100
0101 August 1st, 2012 W. Pokorski (exampleP01-V09-05-05)
0102 - cosmetic changes for the examples code review
0103
0104 June 10th, 2012 P. Mato (exampleP01-V09-05-04)
0105 - disable building example if only static libraries are build
0106
0107 April 10th, 2012 W.Pokorski (exampleP01-V09-05-03)
0108 - removing debug printout, small fix in the iterator type
0109
0110 March 29th, 2012 W.Pokorski (exampleP01-V09-05-01)
0111 - fixes in GNUMakefile, CMakeLists.txt, removing G4Exception from the code and
0112 adding root macro to read the hits.
0113
0114 December 1th, 2010 W.Pokorski, I.Hrivnacova (exampleP01-V09-03-02)
0115 - Updated setup to use latest version of Root.
0116
0117 November 7th, 2010 J.Allison (exampleP01-V09-03-01)
0118 - Introduced G4UIExecutive.
0119
0120 June 4th, 2010 J.Perl (exampleP01-V09-03-00)
0121 - Updated vis usage.
0122
0123 June 01, 06 W.Pokorski
0124
0125 - Created.