Geant4 Cross Reference |
1 # Category gflash 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-21 Igor Semeniouk (gflash-V11-02-01 << 9 This file should be used by G4 developers and category coordinators 10 - GFlashSamplingShowerParameterisation - add G << 10 to briefly summarize all major modifications introduced in the code 11 - correction of Es and sampling resolution fun << 11 and keep track of all category-tags. 12 - Rossi approximation for Ec added as comment << 12 It DOES NOT substitute the CVS log-message one should put at every 13 << 13 committal in the CVS repository ! 14 ## 2024-09-10 Igor Semeniouk (gflash-V11-02-00 << 14 15 - clang-format for the files in parametrisatio << 15 ---------------------------------------------------------- 16 << 16 * Reverse chronological order (last date on top), please * 17 ## 2023-10-19 Ben Morgan (gflash-V11-01-01) << 17 ---------------------------------------------------------- 18 - Replace use of deprecated functions with mod << 18 19 << 19 Aug 31st, 2021, M. Verderi (gflash-V10-06-03) 20 ## 2023-08-29 Ben Morgan (gflash-V11-01-00) << 20 - Many fixes in src/GFlashSamplingShowerParameterisation.cc in the parameters 21 - Fix Coverity warnings for uninitialized data << 21 definition and just cosmetics in src/GFlashSamplingShowerParameterisation.cc. 22 << 23 ## 2022-11-18 Gabriele Cosmo (gflash-V11-00-03 << 24 - Fixed compilation warnings for implicit type << 25 << 26 ## 2022-10-07 Gabriele Cosmo (gflash-V11-00-02 << 27 - Fixed compilation warning on Intel/icx compi << 28 but not used in GFlashShowerModel::ElectronD << 29 << 30 ## 2022-09-07 Makoto Asai (gflash-V11-00-01) << 31 - GFlashHitMaker : making compatible to comman << 32 co-working with track-V11-00-08 << 33 << 34 ## 2021-12-10 Ben Morgan (gflash-V11-00-00) << 35 - Change to new Markdown History format << 36 << 37 --- << 38 << 39 # History entries prior to 11.0 << 40 << 41 October 25th, 2021, B.Morgan (gflash-V10-07-02 << 42 - Use G4StrUtil functions replacing deprecated << 43 << 44 Aug 31st, 2021, M. Verderi (gflash-V10-07-01) << 45 - many fixes in src/GFlashSamplingShowerParame << 46 << 47 Apr 1st, 2021, B. Morgan (gflash-V10-07-00) << 48 - Migrate build to modular CMake API << 49 22 50 Sep 23rd, 2020, B. Morgan (gflash-V10-06-02) 23 Sep 23rd, 2020, B. Morgan (gflash-V10-06-02) 51 - Remove no longer required include_directorie 24 - Remove no longer required include_directories 52 25 53 Apr 17th, 2020, A. Zaborowska (gflash-V10-06-0 26 Apr 17th, 2020, A. Zaborowska (gflash-V10-06-01) 54 - Substitute Gamma calculation with STL follow 27 - Substitute Gamma calculation with STL following GitHub PR#3 from Marco Savelli. 55 Makes LnGamma calculation 1.4 times faster, 28 Makes LnGamma calculation 1.4 times faster, and Gamma 1.9 times faster. 56 29 57 Mar 26, 2020, I. Semeniouk (gflash-V10-06-00) 30 Mar 26, 2020, I. Semeniouk (gflash-V10-06-00) 58 - GFlashSamplingShowerParameterisation.cc : X0 31 - GFlashSamplingShowerParameterisation.cc : X0eff calculation 59 - GFlashHomoShowerParameterisation, GVFlashHom 32 - GFlashHomoShowerParameterisation, GVFlashHomoShowerTuning, 60 GFlashSamplingShowerParameterisation,GFlashS 33 GFlashSamplingShowerParameterisation,GFlashSamplingShowerTuning: 61 GFlashXXXShowerTuning deleted locally in De 34 GFlashXXXShowerTuning deleted locally in Destractor 62 of GFlashXXXShowerParameterisation class 35 of GFlashXXXShowerParameterisation class 63 36 64 Oct 30st, 2019, A. Zaborowska (gflash-V10-05-0 37 Oct 30st, 2019, A. Zaborowska (gflash-V10-05-01) 65 - Add possibility to use sensitive detector fr 38 - Add possibility to use sensitive detector from parallel world. 66 39 67 Jan 31st, 2019, I.Hrivnacova (gflash-V10-05-00 40 Jan 31st, 2019, I.Hrivnacova (gflash-V10-05-00) 68 - Merged GitHub PR #4: all Boolean operators n 41 - Merged GitHub PR #4: all Boolean operators now return G4bool. 69 42 70 Dec 19th, 2017, G.Cosmo (gflash-V10-04-00) 43 Dec 19th, 2017, G.Cosmo (gflash-V10-04-00) 71 - Fixed self-consistency in GVFlashHomoShowerT 44 - Fixed self-consistency in GVFlashHomoShowerTuning header (missing #include). 72 Thanks to Raphael Isemann for reporting this 45 Thanks to Raphael Isemann for reporting this. 73 46 74 Nov 2nd, 2016, M. Verderi (gflash-V10-02-02) 47 Nov 2nd, 2016, M. Verderi (gflash-V10-02-02) 75 ----------------------- 48 ----------------------- 76 - Removend redundant condition in GFlashHitMak 49 - Removend redundant condition in GFlashHitMaker::make(). 77 Addressing problem report #1876. 50 Addressing problem report #1876. 78 51 79 Jul 7th, 2016, G. Cosmo (gflash-V10-02-01) 52 Jul 7th, 2016, G. Cosmo (gflash-V10-02-01) 80 ----------------------- 53 ----------------------- 81 - Removend redundant condition in GFlashHitMak 54 - Removend redundant condition in GFlashHitMaker::make(). 82 Addressing problem report #1876. 55 Addressing problem report #1876. 83 56 84 Jun 6th, 2016, M. Verderi (gflash-V10-02-00) 57 Jun 6th, 2016, M. Verderi (gflash-V10-02-00) 85 ------------------------- 58 ------------------------- 86 - Fix bug 1867: missing G4VSensitiveDetector i 59 - Fix bug 1867: missing G4VSensitiveDetector include in G4VGFlashSensitiveDetector. 87 60 88 Oct 2nd, 2015, M. Verderi (gflash-V10-01-00) 61 Oct 2nd, 2015, M. Verderi (gflash-V10-01-00) 89 ------------------------- 62 ------------------------- 90 - Fix bug 1719: Zeff wrongly computed as ( W1* 63 - Fix bug 1719: Zeff wrongly computed as ( W1*Z2 ) + ( W2*Z1 ), with Z1 and Z2 swapped. 91 64 92 Apr 30th, 2013, M. Verderi (gflash-V09-06-02) 65 Apr 30th, 2013, M. Verderi (gflash-V09-06-02) 93 -------------------------- 66 -------------------------- 94 - Replace CLHEP::RandXXX by G4RandXXX for thre 67 - Replace CLHEP::RandXXX by G4RandXXX for thread safety in 95 src/GFlashSamplingShowerParameterisatio 68 src/GFlashSamplingShowerParameterisation.cc 96 src/GFlashHomoShowerParameterisation.cc 69 src/GFlashHomoShowerParameterisation.cc 97 70 98 Apr 11th, 2013, G.Cosmo (gflash-V09-06-01) 71 Apr 11th, 2013, G.Cosmo (gflash-V09-06-01) 99 ----------------------- 72 ----------------------- 100 - Removed unnecessary thread-local specificati 73 - Removed unnecessary thread-local specification in 101 GVFlashShowerParameterisation::gam(). 74 GVFlashShowerParameterisation::gam(). 102 75 103 Feb 27th, 2013, M.Verderi (gflash-V09-06-00) 76 Feb 27th, 2013, M.Verderi (gflash-V09-06-00) 104 ------------------------- 77 ------------------------- 105 - Fix warning compilation in clang from GFlash 78 - Fix warning compilation in clang from GFlashShowerModelMessenger.hh about 106 unused data member. 79 unused data member. 107 80 108 Jul 5th, 2012 G.Cosmo (gflash-V09-05-00) 81 Jul 5th, 2012 G.Cosmo (gflash-V09-05-00) 109 --------------------- 82 --------------------- 110 - Explicitly use inclusion of headers for syst 83 - Explicitly use inclusion of headers for system of units and physical 111 constants, in plan to remove implicit inclus 84 constants, in plan to remove implicit inclusion from globals.hh. 112 85 113 Nov 3rd, 2011 M.Verderi (gflash-V09-04-02) 86 Nov 3rd, 2011 M.Verderi (gflash-V09-04-02) 114 ----------------------- 87 ----------------------- 115 - Fix compilation warnings in GFlashHomoShower 88 - Fix compilation warnings in GFlashHomoShowerParameterisation.cc 116 GFlashSamplingShowerParameterisation.cc due 89 GFlashSamplingShowerParameterisation.cc due to respectiveley deletion of 117 GVFlashHomoShowerTuning 90 GVFlashHomoShowerTuning 118 GFlashSamplingShowerTuning 91 GFlashSamplingShowerTuning 119 which have no virtual destructor. 92 which have no virtual destructor. 120 Empty constructor and destructor added to th 93 Empty constructor and destructor added to these (utility) classes. 121 94 122 Sep 20th, 2011 M.Verderi (gflash-V09-04-01) 95 Sep 20th, 2011 M.Verderi (gflash-V09-04-01) 123 ------------------------ 96 ------------------------ 124 - Fixed bug in G4FlashShowerModel::ModelTrigge 97 - Fixed bug in G4FlashShowerModel::ModelTrigger : 125 was " (Ekin > Emin) || (Ekin < Emax) " inst 98 was " (Ekin > Emin) || (Ekin < Emax) " instead of 126 " (Ekin > Emin) && (Ekin < Emax) " 99 " (Ekin > Emin) && (Ekin < Emax) " 127 100 128 Jul 5th, 2011 G.Cosmo (gflash-V09-04-00) 101 Jul 5th, 2011 G.Cosmo (gflash-V09-04-00) 129 --------------------- 102 --------------------- 130 - Fixed Coverity defects, mainly related to un 103 - Fixed Coverity defects, mainly related to uninitialised static data. 131 104 132 May 8th, 2005 G.Cosmo (gflash-V08-00-00) 105 May 8th, 2005 G.Cosmo (gflash-V08-00-00) 133 --------------------- 106 --------------------- 134 - Fix compilation warning on SUN-CC in GFlashS 107 - Fix compilation warning on SUN-CC in GFlashSamplingShowerParameterisation.cc. 135 108 136 Nov 28th, 2005 G.Cosmo (gflash-V07-01-01) 109 Nov 28th, 2005 G.Cosmo (gflash-V07-01-01) 137 ---------------------- 110 ---------------------- 138 - Migration to <sstream> for GFlashShowerModel 111 - Migration to <sstream> for GFlashShowerModelMessenger. 139 112 140 Oct 4th, 2005 G.Cosmo (gflash-V07-01-00) 113 Oct 4th, 2005 G.Cosmo (gflash-V07-01-00) 141 --------------------- 114 --------------------- 142 - Corrected typo to name GFlashHomoShowerParam 115 - Corrected typo to name GFlashHomoShowerParamterisation, to become 143 GFlashHomoShowerParameterisation. Replaced a 116 GFlashHomoShowerParameterisation. Replaced affected files. 144 - Code cleanup for Software Reference Manual. 117 - Code cleanup for Software Reference Manual. 145 - Fixed usage of random numbers in GFlashHomoS 118 - Fixed usage of random numbers in GFlashHomoShowerParameterisation 146 to allow for event reproducibility. 119 to allow for event reproducibility. 147 120 148 Jul 15th, 2005 J.Weng 121 Jul 15th, 2005 J.Weng 149 --------------------- 122 --------------------- 150 - Added overflow protection in method Generate 123 - Added overflow protection in method GenerateRadius() for 151 GFlashHomoShowerParamterisation. 124 GFlashHomoShowerParamterisation. 152 125 153 Jun 22nd, 2005 G.Cosmo (gflash-V07-00-04) 126 Jun 22nd, 2005 G.Cosmo (gflash-V07-00-04) 154 ---------------------- 127 ---------------------- 155 - Corrected signature for IntegrateNspLongitud 128 - Corrected signature for IntegrateNspLongitudinal() to remove 156 const qualifier. Problem detected on SUN-CC. 129 const qualifier. Problem detected on SUN-CC. 157 130 158 Jun 9th, 2005 G.Cosmo (gflash-V07-00-03) 131 Jun 9th, 2005 G.Cosmo (gflash-V07-00-03) 159 --------------------- 132 --------------------- 160 - Fixed compilation warnings on SUN-CC for hid 133 - Fixed compilation warnings on SUN-CC for hiding of class attributes. 161 134 162 Apr 22nd, 2005 G.Cosmo (gflash-V07-00-02) 135 Apr 22nd, 2005 G.Cosmo (gflash-V07-00-02) 163 ---------------------- 136 ---------------------- 164 - GFlashShowerModel.cc: fixed problem of possi 137 - GFlashShowerModel.cc: fixed problem of possible undefined operation on 165 'NlateralInside' and 'NSpotDeposited'. Compi 138 'NlateralInside' and 'NSpotDeposited'. Compilation warning on gcc-4.0. 166 139 167 Jan 13th, 2005 H.P.Wellisch (gflash-V07-00-01) 140 Jan 13th, 2005 H.P.Wellisch (gflash-V07-00-01) 168 --------------------------- 141 --------------------------- 169 - Fix in GFlashHitMaker for treatment of detec 142 - Fix in GFlashHitMaker for treatment of detector sensitivity. 170 143 171 Dec 7th, 2004 G.Cosmo 144 Dec 7th, 2004 G.Cosmo 172 --------------------- 145 --------------------- 173 - Implemented migration to <cmath>. 146 - Implemented migration to <cmath>. 174 147 175 Nov 26th, 2004 H.P.Wellisch 148 Nov 26th, 2004 H.P.Wellisch 176 --------------------------- 149 --------------------------- 177 - New 'gflash' submodule, contribution of CMS 150 - New 'gflash' submodule, contribution of CMS and ATLAS. 178 - Moved original TRD classes to 'trd_models' s 151 - Moved original TRD classes to 'trd_models' submodule. 179 - Created History file 152 - Created History file 180 153