Geant4 Cross Reference |
1 # Category procscore History << 1 ------------------------------------------------------------------- 2 2 3 See `CONTRIBUTING.rst` for details of **requir << 3 ========================================================= 4 which **must** added in reverse chronological << 4 Geant4 - an Object-Oriented Toolkit for Simulation in HEP 5 It must **not** be used as a substitute for wr << 5 ========================================================= 6 << 6 7 ---------------------------------------------- << 7 Category History file 8 << 8 --------------------- 9 ## 2024-10-10 Pedro Arce (procscore-V11-02-00) << 9 This file should be used by G4 developers and category coordinators 10 - Safeguard for 0 energy deposited in G4Energ << 10 to briefly summarize all major modifications introduced in the code 11 - Fix bug #2629 << 11 and keep track of all category-tags. 12 << 12 It DOES NOT substitute the CVS log-message one should put at every 13 ## 2023-08-31 Gabriele Cosmo (procscore-V11-01 << 13 committal in the CVS repository ! 14 - Removed unnecessary forward declarations to << 14 15 - Minor code cleanup. << 15 ---------------------------------------------------------- 16 << 16 * Reverse chronological order (last date on top), please * 17 ## 2023-07-04 Gabriele Cosmo (procscore-V11-01 << 17 ---------------------------------------------------------- 18 - Fixed Coverity warning in G4EnergySplitter:: << 19 << 20 ## 2023-06-01 Ben Morgan (procscore-V11-01-01) << 21 - Make dependency on G4intercoms private, fixi << 22 << 23 ## 2023-06-01 Ben Morgan (procscore-V11-01-00) << 24 - Apply standard clang-tidy/format fixes << 25 - Make G4EnergySplitter a private implementati << 26 << 27 ## 2022-11-23 Gabriele Cosmo (procscore-V11-00 << 28 - Fixed compilation warnings for implicit type << 29 << 30 ## 2022-04-13 Ben Morgan (procscore-V11-00-01) << 31 - Add needed dependencies << 32 << 33 ## 2021-12-10 Ben Morgan (procscore-V11-00-00) << 34 - Change to new Markdown History format << 35 << 36 --- << 37 << 38 # History entries prior to 11.0 << 39 18 40 September 23, 2021, Alberto Ribon (procscore-V 19 September 23, 2021, Alberto Ribon (procscore-V10-07-01) 41 - G4ParallelWorldProcess.cc : replaced hardwir 20 - G4ParallelWorldProcess.cc : replaced hardwired process sub-type "491" 42 with new enum value PARALLEL_WORLD_PROCESS. 21 with new enum value PARALLEL_WORLD_PROCESS. 43 22 44 April 16, 2021, Ben Morgan (procscore-V10-07-0 23 April 16, 2021, Ben Morgan (procscore-V10-07-00) 45 - Migrate build to modular CMake API 24 - Migrate build to modular CMake API 46 25 47 May 13, 2020, M. Asai (procscore-V10-06-01) 26 May 13, 2020, M. Asai (procscore-V10-06-01) 48 - G4ParallelWorldProcess.hh: make some private 27 - G4ParallelWorldProcess.hh: make some private methods and data members 49 protected so that this class can be extendab 28 protected so that this class can be extendable. 50 29 51 February 10, 2020, V. Ivanchenko (procscore-V1 30 February 10, 2020, V. Ivanchenko (procscore-V10-06-00) 52 - G4ParallelWorldProcess.cc, G4ParallelWorldSc 31 - G4ParallelWorldProcess.cc, G4ParallelWorldScoringProcess.cc 53 - use new PDG code for optical photon "-22" 32 - use new PDG code for optical photon "-22" 54 33 55 November 24, 2018, M. Asai (procscore-V10-04-0 34 November 24, 2018, M. Asai (procscore-V10-04-01) 56 - G4ParallelWorldProcess.cc 35 - G4ParallelWorldProcess.cc 57 - Fix the track velocity of optical photon f 36 - Fix the track velocity of optical photon for the first step 58 in the layered mass geometry. 37 in the layered mass geometry. 59 38 60 May 17, 2018, J. Madsen (procscore-V10-04-00) 39 May 17, 2018, J. Madsen (procscore-V10-04-00) 61 - updated "thread-local-static-var" model to 40 - updated "thread-local-static-var" model to 62 "function-returning-thread-local-static-refe 41 "function-returning-thread-local-static-reference" model 63 which fixes Windows DLL + MT 42 which fixes Windows DLL + MT 64 43 65 April 24, 2017, M. Asai (procscore-V10-03-00) 44 April 24, 2017, M. Asai (procscore-V10-03-00) 66 - G4ParallelWorldProcess: G4Step of a parallel 45 - G4ParallelWorldProcess: G4Step of a parallel world now has a valid 67 pointer to secondaries. 46 pointer to secondaries. 68 47 69 January 27, 2016, M. Asai (procscore-V10-02-00 48 January 27, 2016, M. Asai (procscore-V10-02-00) 70 - G4ParallelWorldProcess: change processType f 49 - G4ParallelWorldProcess: change processType from fParameterized 71 to fParallel and set the processSubType to 4 50 to fParallel and set the processSubType to 491. 72 51 73 July 13, 2015, A. Dotti (procscore-V10-01-01) 52 July 13, 2015, A. Dotti (procscore-V10-01-01) 74 - Coverity fix #23298 53 - Coverity fix #23298 75 54 76 February 12, 2015, J.Apostolakis (procscore-V1 55 February 12, 2015, J.Apostolakis (procscore-V10-01-00) 77 - G4ParallelWorldProcess: verbosity to check U 56 - G4ParallelWorldProcess: verbosity to check Update of fieldtrack 78 (protected with custom flag. ) 57 (protected with custom flag. ) 79 58 80 November 20, 2014, M.Asai (procscore-V10-00-01 59 November 20, 2014, M.Asai (procscore-V10-00-01) 81 - Coverity fixes. 60 - Coverity fixes. 82 61 83 August 26, 2014, M.Asai (procscore-V10-00-00) 62 August 26, 2014, M.Asai (procscore-V10-00-00) 84 - Introducing G4ParallelWorldProcessStore to a 63 - Introducing G4ParallelWorldProcessStore to allow all the 85 G4ParallelWorldProcess objects of all thread 64 G4ParallelWorldProcess objects of all threads could update their 86 corresponding world volumes when the entire 65 corresponding world volumes when the entire geometry has been 87 destroyed and rebuilt from scratch. 66 destroyed and rebuilt from scratch. 88 67 89 November 18, 2013, M.Asai (procscore-V09-06-03 68 November 18, 2013, M.Asai (procscore-V09-06-03) 90 - Remove unnecessary G4cout. 69 - Remove unnecessary G4cout. 91 70 92 May 28, 2013, M.Asai (procscore-V09-06-02) 71 May 28, 2013, M.Asai (procscore-V09-06-02) 93 - Tests migrated to multi-thread. 72 - Tests migrated to multi-thread. 94 73 95 March 17, 2013, M.Asai (procscore-V09-06-01) 74 March 17, 2013, M.Asai (procscore-V09-06-01) 96 - G4ParallelWorldProcess now sets G4Navigator: 75 - G4ParallelWorldProcess now sets G4Navigator::SetPushVerbosity(false) 97 for the navigator of the mass world to reduc 76 for the navigator of the mass world to reduce the warning message 98 GeomNav1002. 77 GeomNav1002. 99 78 100 March 27, 2013, M.Asai (procscore-V09-06-00) 79 March 27, 2013, M.Asai (procscore-V09-06-00) 101 - G4ParallelWorldProcess now sets G4Navigator: 80 - G4ParallelWorldProcess now sets G4Navigator::SetPushVerbosity(false) 102 for the navigator of the parallel world to r 81 for the navigator of the parallel world to reduce the warning message 103 GeomNav1002. 82 GeomNav1002. 104 83 105 November 11, 2012, G.Folger (procscore-V09-05- 84 November 11, 2012, G.Folger (procscore-V09-05-05) 106 - Adapt to modifications in G4RegularNavigatio 85 - Adapt to modifications in G4RegularNavigationHelper; this is now a 107 real singleton and no longer an utility stat 86 real singleton and no longer an utility static class; now accessed 108 through G4RegularNavigationHelper::Instance( 87 through G4RegularNavigationHelper::Instance() call; StepLengths is 109 accessed by GetStepLengths(). 88 accessed by GetStepLengths(). 110 - Avoid to inline functions accessing G4Regula 89 - Avoid to inline functions accessing G4RegularNavigationHelper. 111 - Addressing run-time errors on Windows when u 90 - Addressing run-time errors on Windows when using DLLs. 112 - Coworks with tag "geomnav-V09-05-40" of geom 91 - Coworks with tag "geomnav-V09-05-40" of geometry/navigation. 113 92 114 October 9, 2012, M.Asai (procscore-V09-05-04) 93 October 9, 2012, M.Asai (procscore-V09-05-04) 115 - Fix a compilation warning. 94 - Fix a compilation warning. 116 95 117 October 5, 2012, M.Asai (procscore-V09-05-03) 96 October 5, 2012, M.Asai (procscore-V09-05-03) 118 - Introducing "HyperStep" G4Step object owned 97 - Introducing "HyperStep" G4Step object owned by G4ParallelWorldProcess, 119 which may possess touchables in pre- and pos 98 which may possess touchables in pre- and post-step points belonging 120 in different worlds. 99 in different worlds. 121 100 122 July 10, 2012, G.Cosmo (procscore-V09-05-02) 101 July 10, 2012, G.Cosmo (procscore-V09-05-02) 123 - Explicitly use inclusion of headers for syst 102 - Explicitly use inclusion of headers for system of units and physical 124 constants, in plan to remove implicit inclus 103 constants, in plan to remove implicit inclusion from globals.hh. 125 104 126 June 07, 2012 G.Cosmo (procscore-V09-05-01) 105 June 07, 2012 G.Cosmo (procscore-V09-05-01) 127 - Fixed spurious cases of hidden variable visi 106 - Fixed spurious cases of hidden variable visibility in G4EnergySplitter, 128 detected with '-Wshadow' compilation option 107 detected with '-Wshadow' compilation option on gcc compiler. 129 108 130 February 20, 2012 M.Asai (procscore-V09-05-00) 109 February 20, 2012 M.Asai (procscore-V09-05-00) 131 - Bug fix G4ParallelWorldProcess.cc for incorr 110 - Bug fix G4ParallelWorldProcess.cc for incorrect initialization for 132 secondary tracks. 111 secondary tracks. 133 112 134 November 16, 2011 B.Morgan (procscore-V09-04-0 113 November 16, 2011 B.Morgan (procscore-V09-04-05) 135 - Added G4ParallelWorldProcess files to source 114 - Added G4ParallelWorldProcess files to sources.cmake 136 115 137 November 10, 2011 M.Asai (procscore-V09-04-04) 116 November 10, 2011 M.Asai (procscore-V09-04-04) 138 - Removed call to obsolete G4Exception in G4En 117 - Removed call to obsolete G4Exception in G4EnergySplitter. 139 118 140 August 10, 2011 M.Asai (procscore-V09-04-03) 119 August 10, 2011 M.Asai (procscore-V09-04-03) 141 - Adding test/test2 for parallel layered mass 120 - Adding test/test2 for parallel layered mass geometry 142 121 143 August 10, 2011 M.Asai (procscore-V09-04-02) 122 August 10, 2011 M.Asai (procscore-V09-04-02) 144 - Introducing parallel layered mass geometry 123 - Introducing parallel layered mass geometry 145 G4ParallelWorldProcess takes care of both la 124 G4ParallelWorldProcess takes care of both layered mass geometry 146 and sensitivity of a parallel world. 125 and sensitivity of a parallel world. 147 126 148 June 05, 2011 P.Arce (procscore-V09-04-01) 127 June 05, 2011 P.Arce (procscore-V09-04-01) 149 - Fix in G4ScoreSplittingProcess::PostStepDoIt 128 - Fix in G4ScoreSplittingProcess::PostStepDoIt() to not consider steps 150 if the voxel boundary is not skipped. 129 if the voxel boundary is not skipped. 151 Addressing problem report #1209. 130 Addressing problem report #1209. 152 131 153 May 01, 2011 M.Asai (procscore-V09-04-00) 132 May 01, 2011 M.Asai (procscore-V09-04-00) 154 - Added IsAtRestRequired() method to G4Paralle 133 - Added IsAtRestRequired() method to G4ParallelWorldScoringProcess. 155 134 156 December 15, 2010 G.Cosmo (procscore-V09-03-02 135 December 15, 2010 G.Cosmo (procscore-V09-03-02) 157 - Fixed creation of touchable-history to allow 136 - Fixed creation of touchable-history to allow DLL builds on Windows. 158 137 159 November 26, 2010 G.Cosmo (procscore-V09-03-01 138 November 26, 2010 G.Cosmo (procscore-V09-03-01) 160 - Fixed compilation warnings for unused parame 139 - Fixed compilation warnings for unused parameters. 161 140 162 November 23, 2010 J.Apostolakis (procscore-V09 141 November 23, 2010 J.Apostolakis (procscore-V09-03-00) 163 - G4ScoreSplittingProcess spread values for al 142 - G4ScoreSplittingProcess spread values for all steps 164 in a Voxel-based "Regular" volume. 143 in a Voxel-based "Regular" volume. 165 Requires tag in run, "run-V09-03-08". 144 Requires tag in run, "run-V09-03-08". 166 145 167 November 18, 2010 J.Apostolakis 146 November 18, 2010 J.Apostolakis 168 - Added G4EnergySplitter (created by Pedro Arc 147 - Added G4EnergySplitter (created by Pedro Arce) 169 148 170 September 7th, 2008 M.Asai (procscore-V09-01-0 149 September 7th, 2008 M.Asai (procscore-V09-01-01) 171 - Correction of incorrect modification in the 150 - Correction of incorrect modification in the previous tag. 172 151 173 February 12th, 2008 M.Asai (procscore-V09-01-0 152 February 12th, 2008 M.Asai (procscore-V09-01-00) 174 - Add copying non-ionizing energy deposit in G 153 - Add copying non-ionizing energy deposit in G4Step. 175 154 176 May 30th A.Howard (procscore-V08-03-03) 155 May 30th A.Howard (procscore-V08-03-03) 177 - clean tag with files in the right place (!) 156 - clean tag with files in the right place (!) 178 157 179 158 180 May 30th A.Howard (procscore-V08-03-02) 159 May 30th A.Howard (procscore-V08-03-02) 181 - Moved biasing classes and tests into process 160 - Moved biasing classes and tests into processes/biasing 182 161 183 May 18th A.Howard (procscore-V08-03-01) 162 May 18th A.Howard (procscore-V08-03-01) 184 - Added comment to exception in G4NewProcessPl 163 - Added comment to exception in G4NewProcessPlacer to emphasise configuration 185 after physics list 164 after physics list 186 165 187 166 188 May 16th A.Howard (procscore-V08-03-00) 167 May 16th A.Howard (procscore-V08-03-00) 189 - Fixed bug in G4ScoreProcess which didn't get 168 - Fixed bug in G4ScoreProcess which didn't get applied to non-parallel geometries 190 - Updated NewProcessPlacer to recognise old tr 169 - Updated NewProcessPlacer to recognise old transportation (Transportation8) 191 - Updated examples (to get back to old transpo 170 - Updated examples (to get back to old transportation and reminder about 192 arguments) 171 arguments) 193 172 194 173 195 April 14th M.Asai (procscore-V08-02-00) 174 April 14th M.Asai (procscore-V08-02-00) 196 - Set step status for ghost pre-step point. 175 - Set step status for ghost pre-step point. 197 176 198 November 28th A.Howard (procscore-V08-01-04) 177 November 28th A.Howard (procscore-V08-01-04) 199 - updated history file 178 - updated history file 200 179 201 November 28th A.Howard (procscore-V08-01-03) 180 November 28th A.Howard (procscore-V08-01-03) 202 - removed duplicated base classes which can be 181 - removed duplicated base classes which can be found in processes/transportation 203 182 204 November 20th A.Howard (procscore-V08-01-02) 183 November 20th A.Howard (procscore-V08-01-02) 205 - updated history file 184 - updated history file 206 185 207 November 20th A.Howard (procscore-V08-01-01) 186 November 20th A.Howard (procscore-V08-01-01) 208 - added biasing and related scoring classes, 1 187 - added biasing and related scoring classes, 1st implementation to new parallel 209 implementation 188 implementation 210 - two examples B01_para and B02_para - transla 189 - two examples B01_para and B02_para - translated from B01 and B02 211 190 212 November 13th M.Asai (procscore-V08-01-00) 191 November 13th M.Asai (procscore-V08-01-00) 213 - Corresponds to the change of G4PathFinder::C 192 - Corresponds to the change of G4PathFinder::ComputeStep. 214 193 215 November 8th M.Asai 194 November 8th M.Asai 216 - Use the new G4VUserPhysicsList::AddTransport 195 - Use the new G4VUserPhysicsList::AddTransportation() which 217 automatically replace G4Transporation with G 196 automatically replace G4Transporation with G4CoupledTransportation 218 if a parallel world is defined. 197 if a parallel world is defined. 219 198 220 November 6th J.Allison 199 November 6th J.Allison 221 - test1: 200 - test1: 222 o Made top world volumes invisible. 201 o Made top world volumes invisible. 223 o Improved vis.mac. 202 o Improved vis.mac. 224 203 225 November 3rd J.Allison 204 November 3rd J.Allison 226 - test1: Simple vis.mac to illustrate visualis 205 - test1: Simple vis.mac to illustrate visualisation of parallel worlds. 227 Execute with just two parameters, for exampl 206 Execute with just two parameters, for example: 228 ParaTest para disp 207 ParaTest para disp 229 208 230 November 2nd J.Allison 209 November 2nd J.Allison 231 - test1: 210 - test1: 232 o Replaced A01VisManager by G4VisExecutive. 211 o Replaced A01VisManager by G4VisExecutive. 233 o Introduced vis.mac. 212 o Introduced vis.mac. 234 213 235 July 6th, 2006 M.Asai 214 July 6th, 2006 M.Asai 236 - Directory processes/scoring created 215 - Directory processes/scoring created 237 - History file Created 216 - History file Created 238 217