Geant4 Cross Reference |
1 # Category procbiasing 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-07-17 Gabriele Cosmo (procbiasing-V11- << 9 This file should be used by G4 developers and category coordinators 10 - Fixed reported Coverity defects, to use 'con << 10 to briefly summarize all major modifications introduced in the code 11 implicit copies. << 11 and keep track of all category-tags. 12 << 12 It DOES NOT substitute the CVS log-message one should put at every 13 ## 2022-11-23 Gabriele Cosmo (procbiasing-V11- << 13 committal in the CVS repository ! 14 - Fixed compilation warnings for implicit type << 14 15 << 15 ---------------------------------------------------------- 16 ## 2021-12-10 Ben Morgan (procbiasing-V11-00-0 << 16 * Reverse chronological order (last date on top), please * 17 - Change to new Markdown History format << 17 ---------------------------------------------------------- 18 << 19 --- << 20 << 21 # History entries prior to 11.0 << 22 << 23 April 16th, 2021 Ben Morgan (procbiasing-V10-0 << 24 - Migrate build to modular CMake API << 25 18 26 September 4th, 2020 Gabriele Cosmo (procbiasi 19 September 4th, 2020 Gabriele Cosmo (procbiasing-V10-06-01) 27 - Fixed Coverity defect warnings for data init 20 - Fixed Coverity defect warnings for data initialisation and leaks in classes 28 G4WeightCutOffProcess, G4ImportanceProcess a 21 G4WeightCutOffProcess, G4ImportanceProcess and G4WeightWindowProcess. 29 22 30 February 17th, 2020 Vladimir Ivanchenko (procb 23 February 17th, 2020 Vladimir Ivanchenko (procbiasing-V10-06-00) 31 - G4ImportanceProcess: added process type as f 24 - G4ImportanceProcess: added process type as fParallel 32 25 33 November 15th, 2019 Gabriele Cosmo (procbias 26 November 15th, 2019 Gabriele Cosmo (procbiasing-V10-05-01) 34 - Fixed cases of implicit type conversions fro 27 - Fixed cases of implicit type conversions from size_t to G4int. 35 28 36 March 11th, 2019 Gabriele Cosmo (procbiasing 29 March 11th, 2019 Gabriele Cosmo (procbiasing-V10-05-00) 37 - Fixed typos in printouts and comments. 30 - Fixed typos in printouts and comments. 38 31 39 May 17th, 2018 Jonathan Madsen (procbiasing- 32 May 17th, 2018 Jonathan Madsen (procbiasing-V10-04-03) 40 - updated "thread-local-static-var" model to 33 - updated "thread-local-static-var" model to 41 "function-returning-thread-local-static-refe 34 "function-returning-thread-local-static-reference" model 42 which fixes Windows DLL + MT 35 which fixes Windows DLL + MT 43 36 44 February 26th, 2018 Alexander Howard (procbia 37 February 26th, 2018 Alexander Howard (procbiasing-V10-04-02) 45 - G4ImportanceConfigurator: cleaned up unneces 38 - G4ImportanceConfigurator: cleaned up unnecessary G4cout and removed 46 copy of G4String - thanks to Gabriele 39 copy of G4String - thanks to Gabriele 47 40 48 February 21st, 2018 Alexander Howard (procbia 41 February 21st, 2018 Alexander Howard (procbiasing-V10-04-01) 49 - G4ImportanceConfigurator: put back clear() i 42 - G4ImportanceConfigurator: put back clear() in the destructor 50 43 51 February 21st, 2018 Alexander Howard (procbia 44 February 21st, 2018 Alexander Howard (procbiasing-V10-04-00) 52 - G4ImportanceConfigurator: introduced AutoLoc 45 - G4ImportanceConfigurator: introduced AutoLock (G4Mutex) to protect 53 instantiation of the biasing process against 46 instantiation of the biasing process against a threadrace 54 47 55 August 29th, 2017 Gabriele Cosmo (procbiasing 48 August 29th, 2017 Gabriele Cosmo (procbiasing-V10-03-03) 56 - Removed duplicate class definition G4TrackTe 49 - Removed duplicate class definition G4TrackTerminator.hh, which is part 57 of the processes/transportation module. 50 of the processes/transportation module. 58 51 59 July 14th, 2017 Gabriele Cosmo (procbiasing-V 52 July 14th, 2017 Gabriele Cosmo (procbiasing-V10-03-02) 60 - G4ImportanceConfigurator: removed debug prin 53 - G4ImportanceConfigurator: removed debug printout in destructor. 61 54 62 March 7th, 2017 Alexander Howard (procbiasing 55 March 7th, 2017 Alexander Howard (procbiasing-V10-03-01) 63 - G4GeometrySampler: removed unnecessary Clear 56 - G4GeometrySampler: removed unnecessary ClearSampling from the destructor 64 57 65 Mar 10th, 2015 Gabriele Cosmo (procbiasing-V10 58 Mar 10th, 2015 Gabriele Cosmo (procbiasing-V10-01-00) 66 - G4ImportanceProcess, G4WeightCutOffProcess, 59 - G4ImportanceProcess, G4WeightCutOffProcess, G4WeightWindowProcess: made 67 static thread-local variables into class dat 60 static thread-local variables into class data members. 68 Renamed them accordingly: fEndTrack, feLimit 61 Renamed them accordingly: fEndTrack, feLimited, fParaflag. 69 Use const reference for string in argument i 62 Use const reference for string in argument in SetParallelWorld(). 70 63 71 Nov 30th, 2013 Alex Howard (procbiasing-V09-06 64 Nov 30th, 2013 Alex Howard (procbiasing-V09-06-18) 72 - Moved static methods in the initialiser 65 - Moved static methods in the initialiser to the body for G4GeometrySampler 73 and G4ImportanceConfigurator 66 and G4ImportanceConfigurator 74 67 75 Nov 30th, 2013 Alex Howard (procbiasing-V09-06 68 Nov 30th, 2013 Alex Howard (procbiasing-V09-06-17) 76 - Fixed coverity errors (uninitialised var << 69 - Fixed coverity errors (uninitialised variables), 77 EXCEPT for fGhostStep in G4ImportancePro 70 EXCEPT for fGhostStep in G4ImportanceProcess, G4WeightWindowProcess 78 and G4WeightCutOffProcess 71 and G4WeightCutOffProcess 79 72 80 Nov 29th, 2013 Alex Howard (procbiasing-V09-06 73 Nov 29th, 2013 Alex Howard (procbiasing-V09-06-16) 81 - Put back RemoveProcess for both G4Weight << 74 - Put back RemoveProcess for both G4WeightWindowConfigurator and 82 G4ImportanceConfigurator - makes test33 75 G4ImportanceConfigurator - makes test33 work. 83 76 84 Nov 28th, 2013 Marc Verderi (procbiasing-V09-0 77 Nov 28th, 2013 Marc Verderi (procbiasing-V09-06-15) 85 - include license/disclaimer in headers in 78 - include license/disclaimer in headers in generic and management 86 - include comments and description 79 - include comments and description 87 - change G4cout in G4Exception when approp 80 - change G4cout in G4Exception when appropriate 88 81 89 Nov 28th, 2013 Alex Howard (procbiasing-V09-06 82 Nov 28th, 2013 Alex Howard (procbiasing-V09-06-14) 90 - Put back RemoveProcess for G4WeightCutOf 83 - Put back RemoveProcess for G4WeightCutOffConfigurator since it is not 91 associated with a store singleton. 84 associated with a store singleton. 92 85 93 Nov 26th, 2013 Alex Howard (procbiasing-V09-06 86 Nov 26th, 2013 Alex Howard (procbiasing-V09-06-13) 94 - Fixing history file for actual tag names 87 - Fixing history file for actual tag names - which have probiasing instead 95 of procbiasing!! 88 of procbiasing!! 96 89 97 Nov 24th, 2013 Alex Howard (procbiasing-V09-06 90 Nov 24th, 2013 Alex Howard (procbiasing-V09-06-12) 98 - Fixed segmentation fault in mass only ca 91 - Fixed segmentation fault in mass only case (deleted non-existent objects) 99 92 100 Nov 24th, 2013 Alex Howard (probiasing-V09-06- 93 Nov 24th, 2013 Alex Howard (probiasing-V09-06-11) 101 - Fixed segmentation fault at the end of a 94 - Fixed segmentation fault at the end of an MT run 102 - caused by deleting fGhostStep in the des 95 - caused by deleting fGhostStep in the destructor 103 - removed RemoveProcess from the destructo 96 - removed RemoveProcess from the destructor (ClearSampling) of configurators 104 - also caused an out of range index with M 97 - also caused an out of range index with MT 105 98 106 Nov 22nd, 2013 Alex Howard (probiasing-V09-06- 99 Nov 22nd, 2013 Alex Howard (probiasing-V09-06-10) 107 - Included guard for single threaded backw 100 - Included guard for single threaded backward compatability 108 - except for singleton instantiation 101 - except for singleton instantiation 109 102 110 Nov 22nd, 2013 Alex Howard (probiasing-V09-06- 103 Nov 22nd, 2013 Alex Howard (probiasing-V09-06-09 also procbiasing-V09-06-09) 111 - Migration of WeightWindow importance bia 104 - Migration of WeightWindow importance biasing to MT 112 105 113 Nov 22nd, 2013 Alex Howard (probiasing-V09-06- 106 Nov 22nd, 2013 Alex Howard (probiasing-V09-06-08) 114 - Migration of geometrical importance bias 107 - Migration of geometrical importance biasing to MT 115 - moved G4VProcessPlacer and G4ProcessPlac 108 - moved G4VProcessPlacer and G4ProcessPlacer to management (from importance) 116 109 117 Nov 9th, 2013 Andrea Dotti (probiasing-V09-06- 110 Nov 9th, 2013 Andrea Dotti (probiasing-V09-06-07) 118 - Bug fixing for unused data members ident 111 - Bug fixing for unused data members identified by clang 3.2 119 112 120 Nov 8th, 2013 Marc Verderi (probiasing-V09-06- 113 Nov 8th, 2013 Marc Verderi (probiasing-V09-06-06) 121 - Migration to MT 114 - Migration to MT 122 - Adding force collision operator G4BOptrF 115 - Adding force collision operator G4BOptrForceCollision and related classes 123 116 124 Nov 6th, 2013 Marc Verderi (probiasing-V09-06- 117 Nov 6th, 2013 Marc Verderi (probiasing-V09-06-05) 125 - Introduce physics list configuration hel 118 - Introduce physics list configuration helper G4BiasingHelper 126 - Introduce cross section change operation 119 - Introduce cross section change operation G4BOptnChangeCrossSection 127 120 128 Nov 5th, 2013 Marc Verderi (probiasing-V09-06- 121 Nov 5th, 2013 Marc Verderi (probiasing-V09-06-04) 129 - fix compilation warnings in G4BiasingPro 122 - fix compilation warnings in G4BiasingProcessInterface.hh 130 for unused fWrappedProcessIsAtRest and f 123 for unused fWrappedProcessIsAtRest and fWrappedProcessIsPost 131 - fix warning on windows in G4VBiasingOper 124 - fix warning on windows in G4VBiasingOperation.cc constructor 132 - fix error on void G4VBiasingOperator::Fo 125 - fix error on void G4VBiasingOperator::ForgetTrack which 133 was returning a value. 126 was returning a value. 134 127 135 Nov 5th, 2013 Marc Verderi (probiasing-V09-06- 128 Nov 5th, 2013 Marc Verderi (probiasing-V09-06-03) 136 - add classes to generic and management to unb 129 - add classes to generic and management to unblock other dev in process: 137 - generic: 130 - generic: 138 G4BiasingProcessInterface 131 G4BiasingProcessInterface 139 G4InteractionLawPhysical 132 G4InteractionLawPhysical 140 G4ParticleChangeForNothing 133 G4ParticleChangeForNothing 141 G4ParticleChangeForOccurenceBiasing 134 G4ParticleChangeForOccurenceBiasing 142 - management: 135 - management: 143 G4BiasingAppliedCase 136 G4BiasingAppliedCase 144 G4BiasingOperationManager 137 G4BiasingOperationManager 145 G4BiasingTrackData 138 G4BiasingTrackData 146 G4BiasingTrackDataStore 139 G4BiasingTrackDataStore 147 G4VBiasingInteractionLaw 140 G4VBiasingInteractionLaw 148 G4VBiasingOperation 141 G4VBiasingOperation 149 G4VBiasingOperator 142 G4VBiasingOperator 150 143 151 Oct 9th, 2013 Alex Howard (procbiasing-V09-06- 144 Oct 9th, 2013 Alex Howard (procbiasing-V09-06-02) 152 - fixed sources.cmake for looking for non-exis 145 - fixed sources.cmake for looking for non-existent files 153 146 154 Oct 9th, 2013 Alex Howard (procbiasing-V09-06- 147 Oct 9th, 2013 Alex Howard (procbiasing-V09-06-01) 155 - Added cmake and gnumake and sources.cmake fi 148 - Added cmake and gnumake and sources.cmake files to new directory structure 156 149 157 Oct 9th, 2013 Alex Howard (procbiasing-V09-06- 150 Oct 9th, 2013 Alex Howard (procbiasing-V09-06-00) 158 - Re-ordered directory structure for generic p 151 - Re-ordered directory structure for generic physics biasing 159 152 160 June 7th, 2012 Gabriele Cosmo (procbiasing-V09 153 June 7th, 2012 Gabriele Cosmo (procbiasing-V09-05-00) 161 - Fixed spurious cases of hidden variable visi 154 - Fixed spurious cases of hidden variable visibility, detected with 162 '-Wshadow' compilation option on gcc compile 155 '-Wshadow' compilation option on gcc compiler. 163 156 164 Oct 21st, 2011 Alex Howard (procbiasing-V09-04 157 Oct 21st, 2011 Alex Howard (procbiasing-V09-04-01) 165 - G4ProcessPlacer: Migrated to new G4Exception 158 - G4ProcessPlacer: Migrated to new G4Exception 166 159 167 May 30th, 2011 Alex Howard (procbiasing-V09-04 160 May 30th, 2011 Alex Howard (procbiasing-V09-04-00) 168 - G4ProcessPlacer: Using SetProcessOrderingToS << 161 - G4ProcessPlacer: Using SetProcessOrderingToSecond for biasing process, and 169 leaving transportation where it is (hopefully << 162 leaving transportation where it is (hopefully first). Previously biasing was 170 moved first, then transportation moved back to 163 moved first, then transportation moved back to first. 171 164 172 June 2nd, 2010 Gabriele Cosmo (procbiasing-V09 165 June 2nd, 2010 Gabriele Cosmo (procbiasing-V09-03-00) 173 - G4WeightWindowProcess: corrected call to G4W 166 - G4WeightWindowProcess: corrected call to G4WeightWindowStore::GetLowerWeight() 174 after correction of mispelling in name... 167 after correction of mispelling in name... 175 - Requires tag geombias-V09-03-00. 168 - Requires tag geombias-V09-03-00. 176 169 177 April 22nd, 2008 Alex Howard (procbiasing-V09- 170 April 22nd, 2008 Alex Howard (procbiasing-V09-01-02) 178 - Removed G4CellFinder and associated dependen << 171 - Removed G4CellFinder and associated dependency in G4WeigthCutOffProcess and 179 G4WeightCutOffConfigurator- was a hang-up fr << 172 G4WeightCutOffConfigurator- was a hang-up from previous implementation 180 which was erroneously left in the G4WeightCu 173 which was erroneously left in the G4WeightCutOffProcess. 181 This meant the WeightCutOff could only work << 174 This meant the WeightCutOff could only work in a MASS geometry 182 (by coincidence between the ImportanceBiasin 175 (by coincidence between the ImportanceBiasing and the GeometryCells). 183 176 184 April 21st, 2008 Alex Howard (procbiasing-V09- 177 April 21st, 2008 Alex Howard (procbiasing-V09-01-01) 185 - mis-tagged - please ignore 178 - mis-tagged - please ignore 186 179 187 April 21st, 2008 Alex Howard (procbiasing-V09- 180 April 21st, 2008 Alex Howard (procbiasing-V09-01-00) 188 - Tag of the HEAD which includes scoring for b 181 - Tag of the HEAD which includes scoring for backwards compatibility 189 182 190 October 31st, 2007 Alex Howard (procbiasing-V0 183 October 31st, 2007 Alex Howard (procbiasing-V09-00-00) 191 - Fixed G4ProcessPlacer.cc to put biasing proc 184 - Fixed G4ProcessPlacer.cc to put biasing process second for AlongStep 192 as well as PostStep - a bug which would feat 185 as well as PostStep - a bug which would feature for charged particles. 193 - Added print out for AlongStep process vector 186 - Added print out for AlongStep process vector to avoid confusion 194 187 195 June 22nd, 2007 Alex Howard (procbiasing-V08-0 188 June 22nd, 2007 Alex Howard (procbiasing-V08-03-08) 196 - Added missing member function to G4VSampler 189 - Added missing member function to G4VSampler base class 197 190 198 June 12th, 2007 Alex Howard (procbiasing-V08-0 191 June 12th, 2007 Alex Howard (procbiasing-V08-03-05) 199 - Added CoupledTransportation name to G4Proces 192 - Added CoupledTransportation name to G4ProcessPlacer 200 193 201 June 1st, 2007 Alex Howard (procbiasing-V08-03 194 June 1st, 2007 Alex Howard (procbiasing-V08-03-04) 202 - Added missing source file G4VProcessPlacer.c 195 - Added missing source file G4VProcessPlacer.cc previously resident in 203 processes/transportation 196 processes/transportation 204 - Removed scoring inheritance in G4VSampler 197 - Removed scoring inheritance in G4VSampler 205 - HEAD maintains inheritance for backward comp 198 - HEAD maintains inheritance for backward comparisons/testing 206 199 207 June 1st, 2007 Alex Howard (procbiasing-V08-03 200 June 1st, 2007 Alex Howard (procbiasing-V08-03-03) 208 - Renamed New classes back to normal classes, << 201 - Renamed New classes back to normal classes, simultaneously 209 processes/transportation old biasing classes << 202 processes/transportation old biasing classes renamed with 210 suffix 8 to avoid clashes. 203 suffix 8 to avoid clashes. 211 - includes modified G4GeometrySampler (without 204 - includes modified G4GeometrySampler (without scoring) 212 - HEAD contains un-modifier G4GeometrySampler 205 - HEAD contains un-modifier G4GeometrySampler and depends on old scoring scheme 213 in geometry/biasing. 206 in geometry/biasing. 214 207 215 May 31st, 2007 Alex Howard (procbiasing-V08-03 208 May 31st, 2007 Alex Howard (procbiasing-V08-03-02) 216 - removed dependency on old biasing within tra 209 - removed dependency on old biasing within transportation and on old scoring 217 within geometry 210 within geometry 218 - G4GeometrySampler is modified to remove scor 211 - G4GeometrySampler is modified to remove scoring dependency 219 - HEAD of G4GeometrySampler is the old file 212 - HEAD of G4GeometrySampler is the old file 220 - HEAD contains a different version of G4Geome 213 - HEAD contains a different version of G4GeometrySampler that includes the old 221 biasing scoring for the purpose of testing 214 biasing scoring for the purpose of testing 222 215 223 May 30th, 2007 Alex Howard (procbiasing-V08-03 216 May 30th, 2007 Alex Howard (procbiasing-V08-03-01) 224 - added missing includes to GNUmakefile 217 - added missing includes to GNUmakefile 225 218 226 May 30th, 2007 Alex Howard (procbiasing-V08-03 219 May 30th, 2007 Alex Howard (procbiasing-V08-03-00) 227 - migrated classes and tests from processes/sc 220 - migrated classes and tests from processes/scoring 228 221 229 May 25th, 2007 Jane Tinslay 222 May 25th, 2007 Jane Tinslay 230 - Add tests for physics biasing under test/phy 223 - Add tests for physics biasing under test/physics_biasing 231 224 232 March 21st, 2007 G.Cosmo 225 March 21st, 2007 G.Cosmo 233 - Module and history file created. 226 - Module and history file created. 234 227 235 228