Warning, /geant4/examples/extended/g3tog4/History is written in an unsupported language. File is not indexed.
0001 # Example g3tog4 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 (g3tog4Tests-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-11-14 I. Hrivnacova (g3tog4Tests-V11-01-01)
0014 - Fixes for Doxygen:
0015 Move class description comments after namespace
0016
0017 ## 2023-11-09 I. Hrivnacova (g3tog4Tests-V11-01-00)
0018 - Coding guidelines - document macros in README files
0019 - Removed unused macro init.mac
0020 - Updated common directory (excommon-V11-01-00)
0021
0022 ## 2022-11-09 I. Hrivnacova (g3tog4Tests-V11-00-02)
0023 - Removed common examples and test from the top clGeometry directory
0024 (added by mistake in the previous update)
0025
0026 ## 2022-11-07 I. Hrivnacova (g3tog4Tests-V11-00-01)
0027 - Updated common directory (excommon-V11-00-01)
0028
0029 ## 2021-12-10 Ben Morgan (g3tog4Tests-V11-00-00)
0030 - Change to new Markdown History format
0031
0032 ---
0033
0034 # History entries prior to 11.0
0035
0036 May 24, 2021 B. Morgan (g3tog4Tests-V10-07-00)
0037 ---------------------------
0038 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0039
0040 November 10, 2020 B. Morgan (g3tog4Tests-V10-06-01)
0041 ---------------------------
0042 - Migrate to G4RunManagerFactory.
0043
0044 November 03, 2020 B. Morgan (g3tog4Tests-V10-06-00)
0045 ---------------------------
0046 - Support same CMake version range as core Geant4
0047
0048 September 29, 2017 I.Hrivnacova (g3tog4Tests-V10-03-02,03)
0049 ---------------------------
0050 - Updated for changes in common classes
0051 - Updated main (removed G4UI_USE, G4VIS_USE macros, moved initialization
0052 in macros)
0053
0054 March 16, 2017 Gunter Folger (g3tog4Tests-V10-03-01)
0055 ---------------------------
0056 - Re-tag, using procedure from Ivana,
0057 using excommon-V10-02-01 as tag for common
0058 See https://jira-geant4.kek.jp/browse/DEV-131
0059
0060 March 15, 2017 Gunter Folger (g3tog4Tests-V10-03-00)
0061 ---------------------------
0062 - Fix link error for static build, i.e.
0063 CMakeLists.txt: remove extra G3toG4 from target_link_libraries()
0064
0065 July 20, 2016 I.Hrivnacova (g3tog4Tests-V10-02-01)
0066 ---------------------------
0067 - Coding guidelines in common
0068
0069 July 04, 2016 I.Hrivnacova (g3tog4Tests-V10-02-00)
0070 ---------------------------
0071 - Fixes for Doxygen documentation
0072
0073 June 9th, 2014 I.Hrivnacova (g3tog4Tests-V10-01-00)
0074 ---------------------------
0075 - Set a specific prefix to common library and test
0076 to avoid name clashes when building all extended examples at once
0077
0078 November 7th, 2014 I.Hrivnacova (g3tog4Tests-V10-00-05)
0079 ---------------------------
0080 - Fixed CMakeLists.txt in common (excommon-V10-00-06)
0081
0082 November 4th, 2014 I.Hrivnacova (g3tog4Tests-V10-00-04)
0083 ---------------------------
0084 - Add the whole common directory via svn:externals property;
0085 in this tag based on excommon-V10-00-05
0086
0087 November 3rd, 2014 I.Hrivnacova (g3tog4Tests-V10-00-03)
0088 ---------------------------
0089 - Added classes from common via svn:externals property;
0090 updated CMake and GNUmake files and documentation
0091
0092 October 16th, 2014 I.Hrivnacova (g3tog4Tests-V10-00-02)
0093 ---------------------------
0094 - Fixed coding guidelines (long lines) in G3toG4DetectorConstruction.cc
0095
0096 June 12th, 2014 I.Hrivnacova (g3tog4Tests-V10-00-01)
0097 ---------------------------
0098 - Moved data directory in clGeometry and added copying data files
0099 in CMake build directory
0100
0101 June 11th, 2014 I.Hrivnacova (g3tog4Tests-V10-00-00)
0102 ---------------------------
0103 - Fixed path to copy_files.sh, clean_files.sh in GNUmakefile
0104 (this makes GNUmake build working with Geant4 installation via
0105 CMake)
0106
0107 August 30th, 2013 I.Hrivnacova (g3tog4Tests-V09-06-00)
0108 ---------------------------
0109 - Migration to MT
0110
0111 October 22nd, 2012 I.Hrivnacova (g3tog4Tests-V09-05-04)
0112 ---------------------------
0113 - Added the "g3tog4" component to find_package call in
0114 clGeometry/CMakeLists.txt and the check on existence of Geant4_g3tog4_FOUND
0115 in g3tog4//CMakeLists.txt
0116
0117 October 14th, 2012 A. Dotti (g3tog4Tests-V09-05-03)
0118 ---------------------------
0119 - Added explicit inclusion of system of units
0120
0121 September 4th, 2012 I.Hrivnacova (g3tog4Tests-V09-05-02)
0122 ---------------------------
0123 - Updated CMakeLists.txt:
0124 adding visualization, copying macros, install target and comment lines
0125 - Added .README
0126
0127 July 2nd, 2012 I.Hrivnacova (g3tog4Tests-V09-05-01)
0128 ---------------------------
0129 - Updated class decription for Doxygen
0130
0131 June 5th, 2012 I.Hrivnacova (g3tog4Tests-V09-05-00)
0132 ---------------------------
0133 - Removed cltog4 example as it was just a duplication of clGeometry.
0134 - Restructured clGeometry for use of classes from common.
0135 - Applied coding guidelines, code clean-up.
0136 - Changed gun particle position & direction in test macros
0137 to get particles to go through volumes inside HALL
0138
0139 November 23rd, 2011 G.Cosmo (g3tog4Tests-V09-04-01)
0140 ---------------------------
0141 - Merged changes from previous tag never considered for testing...
0142
0143 July 6th, 2011 G.Cosmo (g3tog4Tests-V09-04-00)
0144 ----------------------
0145 - Fixed vis.mac macros: removed spurious text...
0146 - Fixed README.
0147
0148 November 4th, 2010 J.Allison (g3tog4Tests-V09-03-04)
0149 -----------------------------
0150 - Introduced G4UIExecutive - fixed compilation problems.
0151
0152 November 2nd, 2010 J.Allison (g3tog4Tests-V09-03-03)
0153 -----------------------------
0154 - Introduced G4UIExecutive.
0155
0156 August 16th, 2010 H.Kurashige (g3tog4Tests-V09-03-02)
0157 -----------------------------
0158 - Removed inclusion of G4ParticleWithCuts header.
0159
0160 June 3rd, 2010 J.Perl (g3tog4Tests-V09-03-01)
0161 ---------------------
0162 - Updated vis usage.
0163
0164 March 18th, 2010 G.Cosmo (g3tog4Tests-V09-03-00)
0165 ------------------------
0166 - Updated physics-lists to make use of particle-based multiple
0167 scattering processes.
0168
0169 March 13rd, 2006 V.Ivantchenko (g3tog4Tests-V08-00-00)
0170 ------------------------------
0171 - Minor cleanup of the PhysicsList and README
0172
0173 May 3rd, 2005 John Allison (examples-V07-00-03)
0174 ---------------------------
0175 - Replaced vis manager with G4VisExecutive.
0176
0177 Dec 3rd, 2004 Gabriele Cosmo (g3tog4Tests-V06-02-00)
0178 ----------------------------
0179 - Implemented migration to <cmath>.
0180
0181 Nov 13th, 2003 John Allison (g3tog4Tests-V05-02-01)
0182 ----------------------------
0183 - Removed OPACS from Vis Manager.
0184
0185 July 4th, 2003 G.Cosmo (g3tog4Tests-V05-02-00)
0186 -----------------------
0187 - Cleared pedantic compilation warnings ...
0188
0189 July 24th, 2000 G.Cosmo (g3tog4Tests-V02-00-00)
0190 ------------------------
0191 - Moved tests from source/g3tog4/test and adapted to default
0192 build mechanism.