Geant4 Cross Reference |
1 # Category hadr-inclxx History 1 # Category hadr-inclxx History 2 2 3 See `CONTRIBUTING.rst` for details of **requir 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological 4 which **must** added in reverse chronological order (newest at the top). 5 It must **not** be used as a substitute for wr 5 It must **not** be used as a substitute for writing good git commit messages! 6 6 7 ---------------------------------------------- 7 ------------------------------------------------------------------------------- 8 8 9 ## 2024-09-02 Gabriele Cosmo (hadr-inclxx-V11- << 9 ## 2023-03-17 Alberto Ribon (hadr-inclxx-V11-00-09) 10 - Fixed reported Coverity defects for use of s << 10 - G4INCLNNToNLK2piChannel : fixed bug in the method fillFinalState. 11 << 11 Thanks to Dmitri Konstantinov for reporting it. 12 ## 2024-04-12 Jean-Christophe David (hadr-incl << 13 - Fix in G4INCLInteractionAvatar to not use lo << 14 << 15 ## 2023-12-01 Ben Morgan (hadr-inclxx-V11-01-0 << 16 - Replace raw std::getenv calls wih G4FindData << 17 << 18 ## 2023-10-19 Jean-Christophe David (hadr-incl << 19 - Main new files in incl_phys: G4INCLNNbarCEX << 20 G4INCLNNbarToN << 21 G4INCLNNbarEla << 22 G4INCLNNbarToN << 23 - Few corrections in G4INCLXXInterface (.cc a << 24 G4INCLNNbarToNNbarChannel.hh has been delet << 25 - G4INCLInteractionAvatar fixed (leak) << 26 << 27 ## 2023-07-12 Alberto Ribon (hadr-inclxx-V11-0 << 28 G4INCLPbarAtrestEntryChannel, G4INCLCascade, G << 29 reports. << 30 << 31 ## 2023-05-15 Alberto Ribon (hadr-inclxx-V11-0 << 32 Major extension of the INCLXX model to handle << 33 Work done by Demid Zharenov and Jean-Christoph << 34 << 35 ## 2023-03-17 Alberto Ribon (hadr-inclxx-V11-0 << 36 G4INCLNNToNLK2piChannel : fixed bug in the met << 37 Thanks to Dmitri Konstantinov for reporting it << 38 12 39 ## 2022-11-26 Gabriele Cosmo (hadr-inclxx-V11- 13 ## 2022-11-26 Gabriele Cosmo (hadr-inclxx-V11-00-08) 40 - Fixed more compilation warnings for implicit 14 - Fixed more compilation warnings for implicit type conversions. 41 15 42 ## 2022-11-18 Gabriele Cosmo (hadr-inclxx-V11- 16 ## 2022-11-18 Gabriele Cosmo (hadr-inclxx-V11-00-07) 43 - Fixed compilation warnings for implicit type 17 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1. 44 18 45 ## 2022-11-11 Alberto Ribon (hadr-inclxx-V11-0 19 ## 2022-11-11 Alberto Ribon (hadr-inclxx-V11-00-06) 46 - G4INCLXXInterface: introduced a protection a 20 - G4INCLXXInterface: introduced a protection against unphysical nuclear remnants 47 (i.e. unbound systems), and, if this is the 21 (i.e. unbound systems), and, if this is the case, resample the collision. 48 22 49 ## 2022-10-07 Gabriele Cosmo (hadr-inclxx-V11- 23 ## 2022-10-07 Gabriele Cosmo (hadr-inclxx-V11-00-05) 50 - Fixed compilation warnings on Intel/icx comp 24 - Fixed compilation warnings on Intel/icx compiler for variables set 51 but not used in G4INCLInvFInterpolationTable 25 but not used in G4INCLInvFInterpolationTable, G4INCLStore, 52 G4INCLNpiToMissingStrangenessChannel and G4I 26 G4INCLNpiToMissingStrangenessChannel and G4INCLNNToMissingStrangenessChannel. 53 27 54 ## 2022-05-25 Alberto Ribon (hadr-inclxx-V11-0 28 ## 2022-05-25 Alberto Ribon (hadr-inclxx-V11-00-04) 55 - G4INCLParticle, G4INCLEventInfo, G4INCLNucl 29 - G4INCLParticle, G4INCLEventInfo, G4INCLNucleus, G4INCLDeltaDecayChannel, 56 G4INCLXXInterface : set and propagate the i 30 G4INCLXXInterface : set and propagate the information on parent resonance. 57 - G4INCLPiNElasticChannel : erase the informa 31 - G4INCLPiNElasticChannel : erase the information on parent resonance in 58 the case of charge exchange. 32 the case of charge exchange. 59 - G4INCLPiNToDeltaChannel, G4INCLPiNToOmegaCh 33 - G4INCLPiNToDeltaChannel, G4INCLPiNToOmegaChannel, G4INCLPiNToEtaChannel, 60 G4INCLPiNToMultiPionsChannel, G4INCLNpiToLK 34 G4INCLPiNToMultiPionsChannel, G4INCLNpiToLKpiChannel, G4INCLNpiToLKChannel, 61 G4INCLNpiToLK2piChannel, G4INCLNpiToNKKbCha 35 G4INCLNpiToLK2piChannel, G4INCLNpiToNKKbChannel, G4INCLNpiToSK2piChannel, 62 G4INCLNpiToSKpiChannel, G4INCLNpiToSKChanne 36 G4INCLNpiToSKpiChannel, G4INCLNpiToSKChannel, 63 G4INCLNpiToMissingStrangenessChannel : eras 37 G4INCLNpiToMissingStrangenessChannel : erase the information on parent 64 resonance in inelastic channels (where the 38 resonance in inelastic channels (where the nucleon and pion initial-state 65 objects are re-used for the final state). 39 objects are re-used for the final state). 66 40 67 ## 2022-05-18 Gabriele Cosmo (hadr-inclxx-V11- 41 ## 2022-05-18 Gabriele Cosmo (hadr-inclxx-V11-00-03) 68 - Fixed misuse of bitwise '|' operator instead 42 - Fixed misuse of bitwise '|' operator instead of logical in INCL::postCascade() 69 and in INCL::makeCompoundNucleus(). 43 and in INCL::makeCompoundNucleus(). 70 44 71 ## 2022-03-03 Alberto Ribon (hadr-inclxx-V11-0 45 ## 2022-03-03 Alberto Ribon (hadr-inclxx-V11-00-02) 72 - G4INCLXXInterface : fixed treatment of kaon0 46 - G4INCLXXInterface : fixed treatment of kaon0, anti_kaon0, kaon0L, and kaon0S. 73 In current reference physics lists, INCLXX i 47 In current reference physics lists, INCLXX is never used for handling kaons, 74 although it is capable of doing so, but at p 48 although it is capable of doing so, but at process-level or in custom 75 physics lists one could observe crashes when 49 physics lists one could observe crashes when trying to use INCLXX for 76 neutral kaon projectiles. The change (provid 50 neutral kaon projectiles. The change (provided by Jean-Christophe David) 77 fixes this misbehavior. 51 fixes this misbehavior. 78 52 79 ## 2022-02-09 Gabriele Cosmo (hadr-inclxx-V11- 53 ## 2022-02-09 Gabriele Cosmo (hadr-inclxx-V11-00-01) 80 - Fixed compilation warnings on Intel compiler 54 - Fixed compilation warnings on Intel compilers for shadowing of variables 81 and not used variable. 55 and not used variable. 82 56 83 ## 2021-12-10 Ben Morgan (hadr-inclxx-V11-00-0 57 ## 2021-12-10 Ben Morgan (hadr-inclxx-V11-00-00) 84 - Change to new Markdown History format, 58 - Change to new Markdown History format, 85 59 86 --- 60 --- 87 61 88 # History entries prior to 11.0 62 # History entries prior to 11.0 89 63 90 09 November 2021 - Alberto Ribon (hadr-inclxx- 64 09 November 2021 - Alberto Ribon (hadr-inclxx-V10-07-06) 91 ---------------------------------------------- 65 ------------------------------------------------------- 92 - G4INCLNuclearPotentialIsospin : improved nuc 66 - G4INCLNuclearPotentialIsospin : improved nuclear potential for 93 Lambda particles, fixing crashes observed du 67 Lambda particles, fixing crashes observed due to unphysical zero 94 Fermi momentum for these particles. 68 Fermi momentum for these particles. 95 Changed made by Jean-Christophe David. 69 Changed made by Jean-Christophe David. 96 70 97 27 October 2021 - Alberto Ribon (hadr-inclxx-V 71 27 October 2021 - Alberto Ribon (hadr-inclxx-V10-07-05) 98 ---------------------------------------------- 72 ------------------------------------------------------- 99 - G4INCLXXInterface : extended to projectile h 73 - G4INCLXXInterface : extended to projectile hypernuclei 100 74 101 15 October 2021 - Jean-Christophe David (hadr- 75 15 October 2021 - Jean-Christophe David (hadr-inclxx-V10-07-04) 102 ---------------------------------------------- 76 --------------------------------------------------------------- 103 - Implementation of hypercluster emission 77 - Implementation of hypercluster emission 104 78 105 04 August 2021 - Alberto Ribon (hadr-inclxx-V1 79 04 August 2021 - Alberto Ribon (hadr-inclxx-V10-07-03) 106 ---------------------------------------------- 80 ------------------------------------------------------ 107 - G4INCLXXInterface : set creator model ID for 81 - G4INCLXXInterface : set creator model ID for secondaries, using the 108 new version of G4PhysicsModelCatalog 82 new version of G4PhysicsModelCatalog 109 83 110 16 April 2021 - Ben Morgan (hadr-inclxx-V10-07 84 16 April 2021 - Ben Morgan (hadr-inclxx-V10-07-02) 111 ---------------------------------------------- 85 -------------------------------------------------- 112 - Migrate build to modular CMake API 86 - Migrate build to modular CMake API 113 87 114 13 April 2021 - Alberto Ribon (hadr-inclxx-V1 88 13 April 2021 - Alberto Ribon (hadr-inclxx-V10-07-01) 115 ---------------------------------------------- 89 -------------------------------------------------------- 116 - Removed the subdirectories hadronic/models/m 90 - Removed the subdirectories hadronic/models/management and 117 hadronic/models/util (that have been now del 91 hadronic/models/util (that have been now deleted, with their classes 118 moved to hadronic/util and hadronic/manageme 92 moved to hadronic/util and hadronic/management). 119 Removed also the useless dependency to hadro 93 Removed also the useless dependency to hadronic/process. 120 94 121 08 March 2021 - Alberto Ribon (hadr-inclxx-V1 95 08 March 2021 - Alberto Ribon (hadr-inclxx-V10-07-00) 122 ---------------------------------------------- 96 -------------------------------------------------------- 123 - G4INCLXXInterface.hh : updated comment. 97 - G4INCLXXInterface.hh : updated comment. 124 98 125 28 May 2020 - Ben Morgan (hadr-inclxx-V1 99 28 May 2020 - Ben Morgan (hadr-inclxx-V10-06-02) 126 ---------------------------------------------- 100 -------------------------------------------------------- 127 - Remove obsolete GRANULAR_DEPENDENCIES entri 101 - Remove obsolete GRANULAR_DEPENDENCIES entries 128 102 129 12 May 2020 - Alberto Ribon (hadr-inclxx- 103 12 May 2020 - Alberto Ribon (hadr-inclxx-V10-06-01) 130 ---------------------------------------------- 104 --------------------------------------------------------------- 131 - G4INCLXXInterfaceStore.cc : in the method Em 105 - G4INCLXXInterfaceStore.cc : in the method EmitBigWarning, 132 check the global verbosity level of hadronic 106 check the global verbosity level of hadronics (if zero, 133 do not print anything). 107 do not print anything). 134 108 135 05 May 2020 - Gunter Folger (hadr-inclxx- 109 05 May 2020 - Gunter Folger (hadr-inclxx-V10-06-00) 136 ---------------------------------------------- 110 --------------------------------------------------------------- 137 - Fix for clang10: for for warning on confusin 111 - Fix for clang10: for for warning on confusing indentation 138 enclose statements in if/else with {} 112 enclose statements in if/else with {} 139 Affected: incl_physics/src/G4INCLInteracti 113 Affected: incl_physics/src/G4INCLInteractionAvatar.cc 140 114 141 19 December 2018 - Alberto Ribon (hadr-inclxx- 115 19 December 2018 - Alberto Ribon (hadr-inclxx-V10-05-00) 142 ---------------------------------------------- 116 --------------------------------------------------------------- 143 - G4INCLHFB.cc : Fixed (weak and strong) non-r 117 - G4INCLHFB.cc : Fixed (weak and strong) non-reproducibility by making 144 the arrays radiusP, radiusN, diffusenessP, d 118 the arrays radiusP, radiusN, diffusenessP, diffusenessN thread-local. 145 119 146 21 November 2018 - Gabriele Cosmo (hadr-inclxx 120 21 November 2018 - Gabriele Cosmo (hadr-inclxx-V10-04-06) 147 ---------------------------------------------- 121 --------------------------------------------------------------- 148 - G4INCLRandom.hh: changed Adapter::operator() 122 - G4INCLRandom.hh: changed Adapter::operator()() to make direct use of 149 G4RandFlat::shootInt(n). Fixes FPE errors re 123 G4RandFlat::shootInt(n). Fixes FPE errors reported in testing in MT 150 mode optimised. 124 mode optimised. 151 125 152 09 November 2018 - Gabriele Cosmo (hadr-inclxx 126 09 November 2018 - Gabriele Cosmo (hadr-inclxx-V10-04-05) 153 ---------------------------------------------- 127 --------------------------------------------------------------- 154 - Fixed few printout typos. 128 - Fixed few printout typos. 155 129 156 10 October 2018 - Jean-Christophe David (hadr- 130 10 October 2018 - Jean-Christophe David (hadr-inclxx-V10-04-04) 157 ---------------------------------------------- 131 --------------------------------------------------------------- 158 - INCL++ v6.28 132 - INCL++ v6.28 159 o Remove Fix SIGFPE 133 o Remove Fix SIGFPE 160 o Put gauss from Geant4 134 o Put gauss from Geant4 161 135 162 04 October 2018 - Jean-Christophe David (hadr- 136 04 October 2018 - Jean-Christophe David (hadr-inclxx-V10-04-03) 163 ---------------------------------------------- 137 --------------------------------------------------------------- 164 - INCL++ v6.26 138 - INCL++ v6.26 165 o Fix SIGFPE in Random.hh 139 o Fix SIGFPE in Random.hh 166 140 167 21 September 2018 - Jean-Christophe David (had 141 21 September 2018 - Jean-Christophe David (hadr-inclxx-V10-04-02) 168 ---------------------------------------------- 142 --------------------------------------------------------------- 169 - INCL++ v6.25 143 - INCL++ v6.25 170 o Fix a mass of a light hypernucleus (Z=1,A= 144 o Fix a mass of a light hypernucleus (Z=1,A=2) 171 145 172 06 September 2018 - Jean-Christophe David (had 146 06 September 2018 - Jean-Christophe David (hadr-inclxx-V10-04-01) 173 ---------------------------------------------- 147 --------------------------------------------------------------- 174 - INCL++ v6.24 148 - INCL++ v6.24 175 o Path to the library for HFB 149 o Path to the library for HFB 176 150 177 04 September 2018 - Jean-Christophe David (had 151 04 September 2018 - Jean-Christophe David (hadr-inclxx-V10-04-00) 178 ---------------------------------------------- 152 --------------------------------------------------------------- 179 - INCL++ v6.23 153 - INCL++ v6.23 180 o Fix bugs and Compatibility with C++17 chec 154 o Fix bugs and Compatibility with C++17 checked… 181 155 182 10 August 2018 - Jean-Christophe David (hadr-i 156 10 August 2018 - Jean-Christophe David (hadr-inclxx-V10-04-1) 183 ---------------------------------------------- 157 --------------------------------------------------------------- 184 - INCL++ v6.22 158 - INCL++ v6.22 185 o Fix bugs and improve strangeness and few n 159 o Fix bugs and improve strangeness and few nucleon removal (HFB) 186 o Compatibility with C++17 checked 160 o Compatibility with C++17 checked 187 161 188 04 December 2017 - Alberto Ribon (hadr-inclxx- 162 04 December 2017 - Alberto Ribon (hadr-inclxx-V10-03-20) 189 ---------------------------------------------- 163 --------------------------------------------------------------- 190 - G4INCLRandom : improved to avoid reproducibi 164 - G4INCLRandom : improved to avoid reproducibility problems. 191 The method "gaussWithMemory" should be calle 165 The method "gaussWithMemory" should be called twice for drawing a pair 192 of correlated gaussian variables, whereas th 166 of correlated gaussian variables, whereas the method "gauss" should be 193 used for usual, single and independent gauss 167 used for usual, single and independent gaussian variables. 194 168 195 10 November 2017 - Jean-Christophe David (hadr 169 10 November 2017 - Jean-Christophe David (hadr-inclxx-V10-03-19) 196 ---------------------------------------------- 170 --------------------------------------------------------------- 197 - INCL++ v6.0 171 - INCL++ v6.0 198 o Fix bugs in eta/omega channels (v6.0 = str 172 o Fix bugs in eta/omega channels (v6.0 = strangeness + HFB) 199 173 200 27 October 2017 - Jose Luis Rodriguez Sanchez 174 27 October 2017 - Jose Luis Rodriguez Sanchez (hadr-inclxx-V10-03-18) 201 ---------------------------------------------- 175 --------------------------------------------------------------- 202 - INCL++ v6.0_rc18 - Fix warnings 176 - INCL++ v6.0_rc18 - Fix warnings 203 177 204 26 October 2017 - Jose Luis Rodriguez Sanchez 178 26 October 2017 - Jose Luis Rodriguez Sanchez (hadr-inclxx-V10-03-16) 205 ---------------------------------------------- 179 --------------------------------------------------------------- 206 - INCL++ v6.0_rc16 180 - INCL++ v6.0_rc16 207 o Fix minor bugs 181 o Fix minor bugs 208 182 209 18 October 2017 - Jose Luis Rodriguez Sanchez 183 18 October 2017 - Jose Luis Rodriguez Sanchez (hadr-inclxx-V10-03-15) 210 ---------------------------------------------- 184 --------------------------------------------------------------- 211 - INCL++ v6.0_rc15 185 - INCL++ v6.0_rc15 212 o Fix warning in Geant4 (interface --> newTa 186 o Fix warning in Geant4 (interface --> newTargetS) 213 187 214 18 October 2017 - Jose Luis Rodriguez Sanchez 188 18 October 2017 - Jose Luis Rodriguez Sanchez (hadr-inclxx-V10-03-14) 215 ---------------------------------------------- 189 --------------------------------------------------------------- 216 - INCL++ v6.0_rc14 190 - INCL++ v6.0_rc14 217 o Separation energies improved and hyperclus 191 o Separation energies improved and hypercluster emission added 218 192 219 07 October 2017 - Jose Luis Rodriguez Sanchez 193 07 October 2017 - Jose Luis Rodriguez Sanchez (hadr-inclxx-V10-03-10) 220 ---------------------------------------------- 194 --------------------------------------------------------------- 221 - INCL++ v6.0_rc10 195 - INCL++ v6.0_rc10 222 o Few nucleon removal improved 196 o Few nucleon removal improved 223 197 224 27 September 2017 - Jason Hirtz (hadr-inclxx-V 198 27 September 2017 - Jason Hirtz (hadr-inclxx-V10-03-09) 225 ---------------------------------------------- 199 --------------------------------------------------------------- 226 - INCL++ v6.0_rc9 200 - INCL++ v6.0_rc9 227 o Warnings fixed 201 o Warnings fixed 228 202 229 26 September 2017 - Jason Hirtz (hadr-inclxx-V 203 26 September 2017 - Jason Hirtz (hadr-inclxx-V10-03-08) 230 ---------------------------------------------- 204 --------------------------------------------------------------- 231 - INCL++ v6.0_rc8 205 - INCL++ v6.0_rc8 232 o Implementation of strangeness (+ improveme 206 o Implementation of strangeness (+ improvement of eta) 233 207 234 18 November 2016 - Jean-Christophe David (hadr 208 18 November 2016 - Jean-Christophe David (hadr-inclxx-V10-02-05) 235 ---------------------------------------------- 209 --------------------------------------------------------------- 236 - INCL++ v5.3 210 - INCL++ v5.3 237 o INCLXXInterface modified 211 o INCLXXInterface modified 238 212 239 02 November 2016 - Jean-Christophe David (hadr 213 02 November 2016 - Jean-Christophe David (hadr-inclxx-V10-02-04) 240 ---------------------------------------------- 214 --------------------------------------------------------------- 241 - INCL++ v5.3_rc14 215 - INCL++ v5.3_rc14 242 o Better N-induced eta production XS 216 o Better N-induced eta production XS 243 217 244 25 October 2016 - Jean-Christophe David (hadr- 218 25 October 2016 - Jean-Christophe David (hadr-inclxx-V10-02-03) 245 ---------------------------------------------- 219 --------------------------------------------------------------- 246 - INCL++ v5.3_rc13 220 - INCL++ v5.3_rc13 247 o A warning fixed. 221 o A warning fixed. 248 222 249 24 October 2016 - Jean-Christophe David (hadr- 223 24 October 2016 - Jean-Christophe David (hadr-inclxx-V10-02-02) 250 ---------------------------------------------- 224 --------------------------------------------------------------- 251 - INCL++ v5.3_rc12 225 - INCL++ v5.3_rc12 252 o Implementation of eta and omega meson prod 226 o Implementation of eta and omega meson production. 253 o A few minor fixes. 227 o A few minor fixes. 254 228 255 1 August 2016 - Jean-Christophe David (hadr-in 229 1 August 2016 - Jean-Christophe David (hadr-inclxx-V10-02-01) 256 ---------------------------------------------- 230 --------------------------------------------------------------- 257 - INCL++ v5.3_rc5 231 - INCL++ v5.3_rc5 258 o Fix warnings (G4INCLPionResonanceDecayChan 232 o Fix warnings (G4INCLPionResonanceDecayChannel.cc - pionType). 259 233 260 27 July 2016 - Jean-Christophe David (hadr-inc 234 27 July 2016 - Jean-Christophe David (hadr-inclxx-V10-02-00) 261 ---------------------------------------------- 235 --------------------------------------------------------------- 262 - INCL++ v5.3_rc4 236 - INCL++ v5.3_rc4 263 o First implementation of eta meson producti 237 o First implementation of eta meson production. 264 o A few minor fixes. 238 o A few minor fixes. 265 239 266 25 November 2015 - Davide Mancusi (hadr-inclxx 240 25 November 2015 - Davide Mancusi (hadr-inclxx-V10-01-07) 267 ---------------------------------------------- 241 --------------------------------------------------------------- 268 - INCL++ v5.2.9.5 242 - INCL++ v5.2.9.5 269 o Really fix nuclide name parsing. 243 o Really fix nuclide name parsing. 270 244 271 24 November 2015 - Davide Mancusi (hadr-inclxx 245 24 November 2015 - Davide Mancusi (hadr-inclxx-V10-01-06) 272 ---------------------------------------------- 246 --------------------------------------------------------------- 273 - INCL++ v5.2.9.4 247 - INCL++ v5.2.9.4 274 o Omit use of real masses from incl42 physic 248 o Omit use of real masses from incl42 physics option. 275 o Fix nuclide name parsing. 249 o Fix nuclide name parsing. 276 250 277 24 November 2015 - Davide Mancusi (hadr-inclxx 251 24 November 2015 - Davide Mancusi (hadr-inclxx-V10-01-05) 278 ---------------------------------------------- 252 --------------------------------------------------------------- 279 - Fix GNUMake build. 253 - Fix GNUMake build. 280 254 281 23 November 2015 - Davide Mancusi (hadr-inclxx 255 23 November 2015 - Davide Mancusi (hadr-inclxx-V10-01-03, -04) 282 ---------------------------------------------- 256 --------------------------------------------------------------- 283 - INCL++ v5.2.9.3 257 - INCL++ v5.2.9.3 284 o Add some setters for Config members. 258 o Add some setters for Config members. 285 o Remove INCL_INVERSE_KINEMATICS compile-t 259 o Remove INCL_INVERSE_KINEMATICS compile-time symbol. 286 o Add UI commands to control the INCL phys 260 o Add UI commands to control the INCL physics and the coupled de-excitation model. 287 261 288 10 July 2015 - Davide Mancusi (hadr-inclxx-V10 262 10 July 2015 - Davide Mancusi (hadr-inclxx-V10-01-02) 289 ---------------------------------------------- 263 --------------------------------------------------------------- 290 - INCL++ v5.2.9.1 264 - INCL++ v5.2.9.1 291 o Checked all the while loops in the code an 265 o Checked all the while loops in the code and added guards and comments. 292 266 293 10 July 2015 - Davide Mancusi (hadr-inclxx-V10 267 10 July 2015 - Davide Mancusi (hadr-inclxx-V10-01-01) 294 ---------------------------------------------- 268 --------------------------------------------------------------- 295 - INCL++ v5.2.9 269 - INCL++ v5.2.9 296 o Introduces the possibility to perform calc 270 o Introduces the possibility to perform calculations with a limited number of 297 outgoing pions in multipion collisions. 271 outgoing pions in multipion collisions. 298 272 299 26 May 2015 - Robert Hatcher (hadr-inclxx-V10- 273 26 May 2015 - Robert Hatcher (hadr-inclxx-V10-01-00) 300 ---------------------------------------------- 274 --------------------------------------------------------------- 301 - Remove unnecessary "using namespace std" fro 275 - Remove unnecessary "using namespace std" from G4INCLXXInterface.hh 302 that causes problems w/ G4AnyMethod & G4Gene 276 that causes problems w/ G4AnyMethod & G4GenericPhysicsList 303 when using clang and/or vc12 277 when using clang and/or vc12 304 278 305 19 November 2014 - Davide Mancusi (hadr-inclxx 279 19 November 2014 - Davide Mancusi (hadr-inclxx-V10-00-25) 306 ---------------------------------------------- 280 --------------------------------------------------------------- 307 - INCL++ v5.2.8 281 - INCL++ v5.2.8 308 o Fix a compilation error in Debug mode. 282 o Fix a compilation error in Debug mode. 309 283 310 18 November 2014 - Davide Mancusi (hadr-inclxx 284 18 November 2014 - Davide Mancusi (hadr-inclxx-V10-00-23, -24) 311 ---------------------------------------------- 285 --------------------------------------------------------------- 312 - INCL++ v5.2.7.3 286 - INCL++ v5.2.7.3 313 o Bump tweak version number for consistency 287 o Bump tweak version number for consistency with stand-alone code. No 314 changes. 288 changes. 315 o Update reference in G4INCLXXInterface::Mod 289 o Update reference in G4INCLXXInterface::ModelDescription(). 316 290 317 12 November 2014 - Davide Mancusi (hadr-inclxx 291 12 November 2014 - Davide Mancusi (hadr-inclxx-V10-00-21, -22) 318 ---------------------------------------------- 292 --------------------------------------------------------------- 319 - INCL++ v5.2.7.2 293 - INCL++ v5.2.7.2 320 o Fix a compilation error on an old Mac/GNUM 294 o Fix a compilation error on an old Mac/GNUMake build. 321 295 322 7 November 2014 - Davide Mancusi (hadr-inclxx- 296 7 November 2014 - Davide Mancusi (hadr-inclxx-V10-00-18, -19, -20) 323 ---------------------------------------------- 297 --------------------------------------------------------------- 324 - INCL++ v5.2.7 298 - INCL++ v5.2.7 325 o Might fix a compilation error on an old Ma 299 o Might fix a compilation error on an old Mac/GNUMake build. 326 300 327 7 November 2014 - Davide Mancusi (hadr-inclxx- 301 7 November 2014 - Davide Mancusi (hadr-inclxx-V10-00-17) 328 ---------------------------------------------- 302 --------------------------------------------------------------- 329 - INCL++ v5.2.5 303 - INCL++ v5.2.5 330 o Fix a bug that caused a large overestimati 304 o Fix a bug that caused a large overestimation of the compound-nucleus spin 331 in "fusion". 305 in "fusion". 332 306 333 6 November 2014 - Davide Mancusi (hadr-inclxx- 307 6 November 2014 - Davide Mancusi (hadr-inclxx-V10-00-15, 16) 334 ---------------------------------------------- 308 --------------------------------------------------------------- 335 - INCL++ v5.2.4.2 309 - INCL++ v5.2.4.2 336 o Added AvatarDumpAction. 310 o Added AvatarDumpAction. 337 311 338 22 October 2014 - Davide Mancusi (hadr-inclxx- 312 22 October 2014 - Davide Mancusi (hadr-inclxx-V10-00-14) 339 ---------------------------------------------- 313 --------------------------------------------------------------- 340 - INCL++ v5.2.4 314 - INCL++ v5.2.4 341 o Updated list of authors. 315 o Updated list of authors. 342 o Activate use of adjusted fission parameter 316 o Activate use of adjusted fission parameter in G4ExcitationHandler. 343 317 344 15 October 2014 - Gabriele Cosmo (hadr-inclxx- 318 15 October 2014 - Gabriele Cosmo (hadr-inclxx-V10-00-13) 345 ---------------------------------------------- 319 --------------------------------------------------------------- 346 - Corrected dependecy list in GNUMakefile and 320 - Corrected dependecy list in GNUMakefile and sources.cmake for 'interface' 347 module; added dependency to 'de_excitation/f 321 module; added dependency to 'de_excitation/fission'. 348 322 349 14 October 2014 - Davide Mancusi (hadr-inclxx- 323 14 October 2014 - Davide Mancusi (hadr-inclxx-V10-00-12) 350 ---------------------------------------------- 324 --------------------------------------------------------------- 351 - INCL++ v5.2.3 325 - INCL++ v5.2.3 352 o Large reduction in memory churn due to all 326 o Large reduction in memory churn due to allocation pools. Some speed-up (a 353 few percent). 327 few percent). 354 328 355 26 September 2014 - Davide Mancusi (hadr-inclx 329 26 September 2014 - Davide Mancusi (hadr-inclxx-V10-00-11) 356 ---------------------------------------------- 330 --------------------------------------------------------------- 357 - INCL++ v5.2.2 331 - INCL++ v5.2.2 358 o Fix Coverity warning + minor clean-up 332 o Fix Coverity warning + minor clean-up 359 333 360 8 July 2014 - Davide Mancusi (hadr-inclxx-V10- 334 8 July 2014 - Davide Mancusi (hadr-inclxx-V10-00-09, -10) 361 ---------------------------------------------- 335 --------------------------------------------------------------- 362 - INCL++ v5.2.1 336 - INCL++ v5.2.1 363 o Add plumbing for tallying reactions treate 337 o Add plumbing for tallying reactions treated by INCL++ 364 o Minor clean-up 338 o Minor clean-up 365 339 366 16 June 2014 - Davide Mancusi (hadr-inclxx-V10 340 16 June 2014 - Davide Mancusi (hadr-inclxx-V10-00-08) 367 ---------------------------------------------- 341 --------------------------------------------------------------- 368 - Fix crash in p+He2 (!) reactions 342 - Fix crash in p+He2 (!) reactions 369 343 370 2 June 2014 - Davide Mancusi (hadr-inclxx-V10- 344 2 June 2014 - Davide Mancusi (hadr-inclxx-V10-00-07) 371 ---------------------------------------------- 345 --------------------------------------------------------------- 372 - Retag as INCL++ v5.2 346 - Retag as INCL++ v5.2 373 347 374 23 May 2014 - Davide Mancusi (hadr-inclxx-V10- 348 23 May 2014 - Davide Mancusi (hadr-inclxx-V10-00-06) 375 ---------------------------------------------- 349 --------------------------------------------------------------- 376 - INCL++ v5.2_rc2 350 - INCL++ v5.2_rc2 377 o Fix a compilation error on Windows. 351 o Fix a compilation error on Windows. 378 352 379 22 May 2014 - Davide Mancusi (hadr-inclxx-V10- 353 22 May 2014 - Davide Mancusi (hadr-inclxx-V10-00-04, -05) 380 ---------------------------------------------- 354 --------------------------------------------------------------- 381 - INCL++ v5.2_rc1 355 - INCL++ v5.2_rc1 382 o Extends INCL++ up to 15-20 GeV incident en 356 o Extends INCL++ up to 15-20 GeV incident energy. 383 o A few improvements, minor bug fixes and sp 357 o A few improvements, minor bug fixes and speed-ups. 384 o Fixes a minor Coverity warning. 358 o Fixes a minor Coverity warning. 385 359 386 13 March 2014 - Gabriele Cosmo (hadr-inclxx-V1 360 13 March 2014 - Gabriele Cosmo (hadr-inclxx-V10-00-03) 387 ---------------------------------------------- 361 --------------------------------------------------------------- 388 - Fixed use of inline keyword for method getPh 362 - Fixed use of inline keyword for method getPhaseSpace() defined in 389 ClusteringModelIntercomparison.cc. 363 ClusteringModelIntercomparison.cc. 390 364 391 10 March 2014 - Davide Mancusi (hadr-inclxx-V1 365 10 March 2014 - Davide Mancusi (hadr-inclxx-V10-00-02) 392 ---------------------------------------------- 366 --------------------------------------------------------------- 393 - Const-correctness fix for G4ParticleDefiniti 367 - Const-correctness fix for G4ParticleDefinition objects. 394 368 395 5 March 2014 - Davide Mancusi (hadr-inclxx-V10 369 5 March 2014 - Davide Mancusi (hadr-inclxx-V10-00-01) 396 ---------------------------------------------- 370 --------------------------------------------------------------- 397 - Fix: avoid negative Fermi energies for delta 371 - Fix: avoid negative Fermi energies for delta resonances 398 372 399 9 January 2014 - Davide Mancusi (hadr-inclxx-V 373 9 January 2014 - Davide Mancusi (hadr-inclxx-V10-00-00) 400 ---------------------------------------------- 374 --------------------------------------------------------------- 401 - Fix: occasionally produced an excited nucleo 375 - Fix: occasionally produced an excited nucleon as a pre-fragment. 402 - Getter for INCL Config object in the G4INCLI 376 - Getter for INCL Config object in the G4INCLInterfaceStore. 403 377 404 29 November 2013 - Davide Mancusi (hadr-inclxx 378 29 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-47, -48) 405 ---------------------------------------------- 379 --------------------------------------------------------------- 406 - Fix: energy conservation systematically fail 380 - Fix: energy conservation systematically fails because the G4HadProjectile 407 mass is wrong. Work around this. 381 mass is wrong. Work around this. 408 382 409 27 November 2013 - Gabriele Cosmo (hadr-inclxx 383 27 November 2013 - Gabriele Cosmo (hadr-inclxx-V09-06-46) 410 ---------------------------------------------- 384 --------------------------------------------------------------- 411 - Fix in G4INCLBinaryCollisionAvatar for compi 385 - Fix in G4INCLBinaryCollisionAvatar for compilation error in MT mode 412 on the icc compiler. 386 on the icc compiler. 413 387 414 19 November 2013 - Davide Mancusi (hadr-inclxx 388 19 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-44, -45) 415 ---------------------------------------------- 389 --------------------------------------------------------------- 416 - Resample interaction if four-momentum conser 390 - Resample interaction if four-momentum conservation is violated. 417 391 418 18 November 2013 - Davide Mancusi (hadr-inclxx 392 18 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-42, -43) 419 ---------------------------------------------- 393 --------------------------------------------------------------- 420 - Don't panic on reactions induced by di-proto 394 - Don't panic on reactions induced by di-protons. 421 395 422 15 November 2013 - Davide Mancusi (hadr-inclxx 396 15 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-41) 423 ---------------------------------------------- 397 --------------------------------------------------------------- 424 - Fix borked case in for loop. 398 - Fix borked case in for loop. 425 399 426 14 November 2013 - Davide Mancusi (hadr-inclxx 400 14 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-40) 427 ---------------------------------------------- 401 --------------------------------------------------------------- 428 - Fix bug in phase-space decay of exotic clust 402 - Fix bug in phase-space decay of exotic clusters. 429 403 430 12 November 2013 - Davide Mancusi (hadr-inclxx 404 12 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-39) 431 ---------------------------------------------- 405 --------------------------------------------------------------- 432 - Fix bug in forced pion emission at the end o 406 - Fix bug in forced pion emission at the end of cascade. 433 407 434 12 November 2013 - Davide Mancusi (hadr-inclxx 408 12 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-38) 435 ---------------------------------------------- 409 --------------------------------------------------------------- 436 - Fix run-time crash in test69 on Windows. 410 - Fix run-time crash in test69 on Windows. 437 411 438 12 November 2013 - Davide Mancusi (hadr-inclxx 412 12 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-37) 439 ---------------------------------------------- 413 --------------------------------------------------------------- 440 - Fix compile error on VC9 -- might be related 414 - Fix compile error on VC9 -- might be related with some Win crashes in test69? 441 415 442 6 November 2013 - Davide Mancusi (hadr-inclxx- 416 6 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-36) 443 ---------------------------------------------- 417 --------------------------------------------------------------- 444 - INCL++ v5.1.14 418 - INCL++ v5.1.14 445 o Silence a compilation warning. 419 o Silence a compilation warning. 446 o Fix a bug affecting very light targets. 420 o Fix a bug affecting very light targets. 447 o Tag as v5.1.14. 421 o Tag as v5.1.14. 448 422 449 2 November 2013 - Davide Mancusi (hadr-inclxx- 423 2 November 2013 - Davide Mancusi (hadr-inclxx-V09-06-35) 450 ---------------------------------------------- 424 --------------------------------------------------------------- 451 - INCL++ v5.1.14_rc18 425 - INCL++ v5.1.14_rc18 452 o Fix a TLS policy violation that caused vio 426 o Fix a TLS policy violation that caused violation of MT-vs-SEQ 453 reproducibility. 427 reproducibility. 454 428 455 31 October 2013 - Davide Mancusi (hadr-inclxx- 429 31 October 2013 - Davide Mancusi (hadr-inclxx-V09-06-32, -33, -34) 456 ---------------------------------------------- 430 --------------------------------------------------------------- 457 - INCL++ v5.1.14_rc17 431 - INCL++ v5.1.14_rc17 458 o A handful of minor fixes. 432 o A handful of minor fixes. 459 o Prepare the G4INCLXXInterface to handle di 433 o Prepare the G4INCLXXInterface to handle different de-excitation models 460 through the SetDeExcitation method(). 434 through the SetDeExcitation method(). 461 o Fix a TLS violation in G4INCLCrossSections 435 o Fix a TLS violation in G4INCLCrossSections.cc. 462 436 463 25 October 2013 - Davide Mancusi (hadr-inclxx- 437 25 October 2013 - Davide Mancusi (hadr-inclxx-V09-06-31) 464 ---------------------------------------------- 438 --------------------------------------------------------------- 465 - INCL++ v5.1.14_rc13 439 - INCL++ v5.1.14_rc13 466 o Mostly cosmetic changes, some code refacto 440 o Mostly cosmetic changes, some code refactoring. 467 441 468 21 October 2013 - Davide Mancusi (hadr-inclxx- 442 21 October 2013 - Davide Mancusi (hadr-inclxx-V09-06-30) 469 ---------------------------------------------- 443 --------------------------------------------------------------- 470 - INCL++ v5.1.14_rc11 444 - INCL++ v5.1.14_rc11 471 o Fix compilation errors on Mac. 445 o Fix compilation errors on Mac. 472 446 473 21 October 2013 - Davide Mancusi (hadr-inclxx- 447 21 October 2013 - Davide Mancusi (hadr-inclxx-V09-06-29) 474 ---------------------------------------------- 448 --------------------------------------------------------------- 475 - INCL++ v5.1.14_rc10 449 - INCL++ v5.1.14_rc10 476 o More optimisation. 450 o More optimisation. 477 451 478 15 October 2013 - Davide Mancusi (hadr-inclxx- 452 15 October 2013 - Davide Mancusi (hadr-inclxx-V09-06-28) 479 ---------------------------------------------- 453 --------------------------------------------------------------- 480 - INCL++ v5.1.14_rc8 454 - INCL++ v5.1.14_rc8 481 o Further optimisation and reduction of memo 455 o Further optimisation and reduction of memory churn. 482 456 483 4 October 2013 - Davide Mancusi (hadr-inclxx-V 457 4 October 2013 - Davide Mancusi (hadr-inclxx-V09-06-27) 484 ---------------------------------------------- 458 --------------------------------------------------------------- 485 - INCL++ v5.1.14_rc7 459 - INCL++ v5.1.14_rc7 486 o Largely reduced memory churn. 460 o Largely reduced memory churn. 487 461 488 26 September 2013 - Davide Mancusi (hadr-inclx 462 26 September 2013 - Davide Mancusi (hadr-inclxx-V09-06-26) 489 ---------------------------------------------- 463 --------------------------------------------------------------- 490 - INCL++ v5.1.14_rc6 464 - INCL++ v5.1.14_rc6 491 o Get rid of calls to G4ParticleTable::GetIo 465 o Get rid of calls to G4ParticleTable::GetIonTable(), too! 492 466 493 24 September 2013 - Davide Mancusi (hadr-inclx 467 24 September 2013 - Davide Mancusi (hadr-inclxx-V09-06-25) 494 ---------------------------------------------- 468 --------------------------------------------------------------- 495 - INCL++ v5.1.14_rc5 469 - INCL++ v5.1.14_rc5 496 o Get rid of obsolete calls to G4ParticleTab 470 o Get rid of obsolete calls to G4ParticleTable::GetIon(). 497 471 498 19 September 2013 - Davide Mancusi (hadr-inclx 472 19 September 2013 - Davide Mancusi (hadr-inclxx-V09-06-23, -24) 499 ---------------------------------------------- 473 --------------------------------------------------------------- 500 - INCL++ v5.1.14_rc4 474 - INCL++ v5.1.14_rc4 501 o Slightly faster, and probably gentler as f 475 o Slightly faster, and probably gentler as far as memory thrashing is 502 concerned 476 concerned 503 o A handful of bug fixes 477 o A handful of bug fixes 504 478 505 26 August 2013 - Davide Mancusi (hadr-inclxx-V 479 26 August 2013 - Davide Mancusi (hadr-inclxx-V09-06-22) 506 ---------------------------------------------- 480 ----------------------------------------------------------- 507 - INCL++ v5.1.13.4 481 - INCL++ v5.1.13.4 508 o Fixes crash in very low-energy (~1 MeV) p+ 482 o Fixes crash in very low-energy (~1 MeV) p+He4 509 reactions -- really. 483 reactions -- really. 510 - Restore granular dependencies and include_di 484 - Restore granular dependencies and include_directories 511 fix by G. Cosmo. 485 fix by G. Cosmo. 512 486 513 24 July 2013 - Davide Mancusi (hadr-inclxx-V09 487 24 July 2013 - Davide Mancusi (hadr-inclxx-V09-06-21) 514 ---------------------------------------------- 488 ----------------------------------------------------------- 515 - INCL++ v5.1.13.3 489 - INCL++ v5.1.13.3 516 o Fixes crash in very low-energy (~1 MeV) p+ 490 o Fixes crash in very low-energy (~1 MeV) p+He4 reactions 517 and in light-ion-induced reactions. 491 and in light-ion-induced reactions. 518 492 519 16 July 2013 - Gabriele Cosmo (hadr-inclxx-V09 493 16 July 2013 - Gabriele Cosmo (hadr-inclxx-V09-06-20) 520 ---------------------------------------------- 494 ----------------------------------------------------------- 521 - Correction to CMake scripts for granular bu 495 - Correction to CMake scripts for granular build. 522 496 523 20 June 2013 - Davide Mancusi (hadr-inclxx-V09 497 20 June 2013 - Davide Mancusi (hadr-inclxx-V09-06-19) 524 ---------------------------------------------- 498 ----------------------------------------------------------- 525 - Fix compilation warning. 499 - Fix compilation warning. 526 500 527 19 June 2013 - Davide Mancusi (hadr-inclxx-V09 501 19 June 2013 - Davide Mancusi (hadr-inclxx-V09-06-18) 528 ---------------------------------------------- 502 ----------------------------------------------------------- 529 - INCL++ v5.1.13.2 503 - INCL++ v5.1.13.2 530 o Minor fixes. 504 o Minor fixes. 531 505 532 7 June 2013 - Vladimir Ivanchenko (hadr-inclxx 506 7 June 2013 - Vladimir Ivanchenko (hadr-inclxx-V09-06-17) 533 ---------------------------------------------- 507 ----------------------------------------------------------- 534 - G4INCLXXInterface - do not delete Binarycasc 508 - G4INCLXXInterface - do not delete Binarycascade objects, because 535 all hadronic models are deleted by model s 509 all hadronic models are deleted by model store. This is a fix 536 of outstanding problem for Geant4 MT 510 of outstanding problem for Geant4 MT 537 511 538 6 June 2013 - Gabriele Cosmo (hadr-inclxx-V09- 512 6 June 2013 - Gabriele Cosmo (hadr-inclxx-V09-06-16) 539 ---------------------------------------------- 513 ----------------------------------------------------------- 540 - Replaced defines in G4INCLLogger by adding p 514 - Replaced defines in G4INCLLogger by adding prefix "INCL_" to avoid 541 clashes with specific macros defined in Wind 515 clashes with specific macros defined in Windows system: 542 INCL_FATAL(x), INCL_ERROR(x), INCL_WARN(x), 516 INCL_FATAL(x), INCL_ERROR(x), INCL_WARN(x), INCL_INFO(x), 543 INCL_DEBUG(x), INCL_DATABLOCK(x). 517 INCL_DEBUG(x), INCL_DATABLOCK(x). 544 Adapted code accordingly. 518 Adapted code accordingly. 545 - Avoid dynamic initialisation of thread-local 519 - Avoid dynamic initialisation of thread-local variables for porting 546 on Windows in G4INCLParticleTable.cc. 520 on Windows in G4INCLParticleTable.cc. 547 521 548 22 May 2013 - Davide Mancusi (hadr-inclxx-V09- 522 22 May 2013 - Davide Mancusi (hadr-inclxx-V09-06-15) 549 ---------------------------------------------- 523 ----------------------------------------------------------- 550 - INCL++ v5.1.13.1 524 - INCL++ v5.1.13.1 551 o Fixes a bug that caused very long CPU time 525 o Fixes a bug that caused very long CPU times in benchmarks. 552 526 553 21 May 2013 - Davide Mancusi (hadr-inclxx-V09- 527 21 May 2013 - Davide Mancusi (hadr-inclxx-V09-06-14) 554 ---------------------------------------------- 528 ----------------------------------------------------------- 555 - INCL++ v5.1.13 529 - INCL++ v5.1.13 556 o Experimental support for neutron skins. 530 o Experimental support for neutron skins. 557 o Experimental support for fuzzy r-p correla 531 o Experimental support for fuzzy r-p correlations. 558 o Debug output controlled by G4INCL_DEBUG_VE 532 o Debug output controlled by G4INCL_DEBUG_VERBOSITY envvar. 559 o Rely on BIC for pion-nucleon and nucleon-n 533 o Rely on BIC for pion-nucleon and nucleon-nucleon reactions. 560 534 561 17 May 2013 - Davide Mancusi (hadr-inclxx-V09- 535 17 May 2013 - Davide Mancusi (hadr-inclxx-V09-06-13) 562 ---------------------------------------------- 536 ----------------------------------------------------------- 563 - INCL++ v5.1.12.3 537 - INCL++ v5.1.12.3 564 o Fix a crash for light targets. 538 o Fix a crash for light targets. 565 539 566 16 May 2013 - Davide Mancusi (hadr-inclxx-V09- 540 16 May 2013 - Davide Mancusi (hadr-inclxx-V09-06-11) 567 ---------------------------------------------- 541 ----------------------------------------------------------- 568 - Fix clang compiler warning about unused func 542 - Fix clang compiler warning about unused functions. 569 543 570 15 May 2013 - Davide Mancusi (hadr-inclxx-V09- 544 15 May 2013 - Davide Mancusi (hadr-inclxx-V09-06-10) 571 ---------------------------------------------- 545 ----------------------------------------------------------- 572 - INCL++ v5.1.12.1 546 - INCL++ v5.1.12.1 573 o More adjustments in the nucleus-nucleus se 547 o More adjustments in the nucleus-nucleus sector. 574 548 575 26 March 2013 - Davide Mancusi (hadr-inclxx-V0 549 26 March 2013 - Davide Mancusi (hadr-inclxx-V09-06-09) 576 ---------------------------------------------- 550 ----------------------------------------------------------- 577 - Fix another compilation error for G4-MT. 551 - Fix another compilation error for G4-MT. 578 552 579 15 March 2013 - Davide Mancusi (hadr-inclxx-V0 553 15 March 2013 - Davide Mancusi (hadr-inclxx-V09-06-08) 580 ---------------------------------------------- 554 ----------------------------------------------------------- 581 - Fix compilation errors for G4-MT. 555 - Fix compilation errors for G4-MT. 582 556 583 13 March 2013 - Davide Mancusi (hadr-inclxx-V0 557 13 March 2013 - Davide Mancusi (hadr-inclxx-V09-06-07) 584 ---------------------------------------------- 558 ----------------------------------------------------------- 585 - INCL++ v5.1.11 559 - INCL++ v5.1.11 586 o Several adjustments in the nucleus-nucleus 560 o Several adjustments in the nucleus-nucleus sector. Fixes a big bug which 587 involved light targets. 561 involved light targets. 588 o Some code refactoring. 562 o Some code refactoring. 589 563 590 12 March 2013 - Dennis Wright (hadr-inclxx-V09 564 12 March 2013 - Dennis Wright (hadr-inclxx-V09-06-06) 591 ---------------------------------------------- 565 ----------------------------------------------------- 592 - fixed MacOS Clang compiler warnings: unused 566 - fixed MacOS Clang compiler warnings: unused private variables in classes 593 G4INCLRecombinationChannel, G4INCLElasticCha 567 G4INCLRecombinationChannel, G4INCLElasticChannel, G4INCLPionNucleonChannel, 594 G4INCLDeltaDecayChannel, G4INCLDeltaProducti 568 G4INCLDeltaDecayChannel, G4INCLDeltaProductionChannel, 595 G4INCLInteractionAvatar 569 G4INCLInteractionAvatar 596 570 597 1 March 2013 - Davide Mancusi (hadr-inclxx-V09 571 1 March 2013 - Davide Mancusi (hadr-inclxx-V09-06-05) 598 ---------------------------------------------- 572 ----------------------------------------------------------- 599 - Fix a compilation warning 573 - Fix a compilation warning 600 574 601 25 February 2013 - Davide Mancusi (hadr-inclxx 575 25 February 2013 - Davide Mancusi (hadr-inclxx-V09-06-04) 602 ---------------------------------------------- 576 ----------------------------------------------------------- 603 - Fix some compilation warnings and errors 577 - Fix some compilation warnings and errors 604 578 605 22 February 2013 - Davide Mancusi (hadr-inclxx 579 22 February 2013 - Davide Mancusi (hadr-inclxx-V09-06-03) 606 ---------------------------------------------- 580 ----------------------------------------------------------- 607 - Use PreCompound only for incident nucleons 581 - Use PreCompound only for incident nucleons 608 582 609 22 February 2013 - Davide Mancusi (hadr-inclxx 583 22 February 2013 - Davide Mancusi (hadr-inclxx-V09-06-02) 610 ---------------------------------------------- 584 ----------------------------------------------------------- 611 - INCL++ v5.1.10 585 - INCL++ v5.1.10 612 o Relies on PreCompound for reactions below 586 o Relies on PreCompound for reactions below 1 AMeV (configurable via the 613 G4INCLXXInterfaceMessenger) 587 G4INCLXXInterfaceMessenger) 614 o Adapted some of the MT modifications -- th 588 o Adapted some of the MT modifications -- the code should still be 615 thread-safe 589 thread-safe 616 o Some code refactoring 590 o Some code refactoring 617 591 618 8 January 2013 - Davide Mancusi (hadr-inclxx-V 592 8 January 2013 - Davide Mancusi (hadr-inclxx-V09-06-01) 619 ---------------------------------------------- 593 ----------------------------------------------------------- 620 - INCL++ v5.1.9 594 - INCL++ v5.1.9 621 o Removes calls to abort() and exit() 595 o Removes calls to abort() and exit() 622 596 623 29 November 2012 - Gabriele Cosmo (hadr-inclxx 597 29 November 2012 - Gabriele Cosmo (hadr-inclxx-V09-05-31) 624 ---------------------------------------------- 598 ----------------------------------------------------------- 625 - Remove inclusion of G4SystemOfUnits from hea 599 - Remove inclusion of G4SystemOfUnits from headers! 626 600 627 6 November 2012 - Davide Mancusi (hadr-inclxx- 601 6 November 2012 - Davide Mancusi (hadr-inclxx-V09-05-30) 628 ---------------------------------------------- 602 ----------------------------------------------------------- 629 - INCL++ v5.1.8 603 - INCL++ v5.1.8 630 o Fixes a bug in forced compound nucleus (em 604 o Fixes a bug in forced compound nucleus (emission of di-protons or 631 di-neutrons) 605 di-neutrons) 632 606 633 4 November 2012 - Davide Mancusi (hadr-inclxx- 607 4 November 2012 - Davide Mancusi (hadr-inclxx-V09-05-29) 634 ---------------------------------------------- 608 ----------------------------------------------------------- 635 - INCL++ v5.1.7 609 - INCL++ v5.1.7 636 o Fixes Coverity warnings 610 o Fixes Coverity warnings 637 o Fixes a bug affecting the choice of the ac 611 o Fixes a bug affecting the choice of the accurate-projectile mode 638 612 639 27 October 2012 - Davide Mancusi (hadr-inclxx- 613 27 October 2012 - Davide Mancusi (hadr-inclxx-V09-05-28) 640 ---------------------------------------------- 614 ----------------------------------------------------------- 641 - INCL++ v5.1.6 615 - INCL++ v5.1.6 642 o Major speed improvement in cluster coalesc 616 o Major speed improvement in cluster coalescence -- gained about a factor of 643 2 in 1-GeV p+208Pb 617 2 in 1-GeV p+208Pb 644 o Fix some bugs in reactions induced by comp 618 o Fix some bugs in reactions induced by composite particles 645 619 646 9 October 2012 - Davide Mancusi (hadr-inclxx-V 620 9 October 2012 - Davide Mancusi (hadr-inclxx-V09-05-27) 647 ---------------------------------------------- 621 ----------------------------------------------------------- 648 - INCL++ v5.1.5 622 - INCL++ v5.1.5 649 o Only one model instance for all processes 623 o Only one model instance for all processes 650 o Messenger interface now creates commands i 624 o Messenger interface now creates commands in /process/had/inclxx, for 651 consistency with Bertini 625 consistency with Bertini 652 o Optimisation of the cluster-coalescence al 626 o Optimisation of the cluster-coalescence algorithm reduces CPU time by about 653 40% in 1-GeV p+208Pb 627 40% in 1-GeV p+208Pb 654 o Fixes Coverity warnings 628 o Fixes Coverity warnings 655 o Bug fixes 629 o Bug fixes 656 630 657 26 September 2012 - Gabriele Cosmo (hadr-inclx 631 26 September 2012 - Gabriele Cosmo (hadr-inclxx-V09-05-26) 658 ---------------------------------------------- 632 ----------------------------------------------------------- 659 - Explicitly use inclusion of headers for syst 633 - Explicitly use inclusion of headers for system of units and physical 660 constants, in plan to remove implicit inclus 634 constants, in plan to remove implicit inclusion from globals.hh. 661 635 662 4 September 2012 - Davide Mancusi (hadr-inclxx 636 4 September 2012 - Davide Mancusi (hadr-inclxx-V09-05-25) 663 ---------------------------------------------- 637 ----------------------------------------------------------- 664 - Fixes GNUmake compilation errors 638 - Fixes GNUmake compilation errors 665 639 666 3 September 2012 - Davide Mancusi (hadr-inclxx 640 3 September 2012 - Davide Mancusi (hadr-inclxx-V09-05-24) 667 ---------------------------------------------- 641 ----------------------------------------------------------- 668 - INCL++ v5.1.4 642 - INCL++ v5.1.4 669 o Fixes some shadowing warnings 643 o Fixes some shadowing warnings 670 644 671 27 August 2012 - Davide Mancusi (hadr-inclxx-V 645 27 August 2012 - Davide Mancusi (hadr-inclxx-V09-05-23) 672 ---------------------------------------------- 646 ----------------------------------------------------------- 673 - INCL++ refuses to handle reactions between n 647 - INCL++ refuses to handle reactions between nuclei with A>18. Those reactions 674 will be handled by BIC. 648 will be handled by BIC. 675 - Fix the warning message about BIC being used 649 - Fix the warning message about BIC being used instead of INCL++. 676 650 677 26 August 2012 - Davide Mancusi (hadr-inclxx-V 651 26 August 2012 - Davide Mancusi (hadr-inclxx-V09-05-22) 678 ---------------------------------------------- 652 ----------------------------------------------------------- 679 - Hopefully fix some crashes on Windows. 653 - Hopefully fix some crashes on Windows. 680 654 681 25 August 2012 - Davide Mancusi (hadr-inclxx-V 655 25 August 2012 - Davide Mancusi (hadr-inclxx-V09-05-21) 682 ---------------------------------------------- 656 ----------------------------------------------------------- 683 - Fix missing include paths in GNUmakefile 657 - Fix missing include paths in GNUmakefile 684 - Emit a warning when the backup model is used 658 - Emit a warning when the backup model is used. 685 659 686 23 August 2012 - Davide Mancusi (hadr-inclxx-V 660 23 August 2012 - Davide Mancusi (hadr-inclxx-V09-05-20) 687 ---------------------------------------------- 661 ----------------------------------------------------------- 688 - INCL++ v5.1.3 662 - INCL++ v5.1.3 689 o Realistic densities for deuterons 663 o Realistic densities for deuterons 690 o Can be used for very light systems (e.g. p 664 o Can be used for very light systems (e.g. p+alpha) 691 o Fixes some minor memory leaks 665 o Fixes some minor memory leaks 692 o Fixes a Coverity warning 666 o Fixes a Coverity warning 693 o Should fix some crashes on Windows 667 o Should fix some crashes on Windows 694 668 695 17 July 2012 - Davide Mancusi (hadr-inclxx-V09 669 17 July 2012 - Davide Mancusi (hadr-inclxx-V09-05-19) 696 ---------------------------------------------- 670 ----------------------------------------------------------- 697 - Remove relic file utils/src/G4INCLBook.cc. 671 - Remove relic file utils/src/G4INCLBook.cc. 698 - Fix a minor bug concerning transmission of d 672 - Fix a minor bug concerning transmission of delta resonances. 699 673 700 9 July 2012 - Davide Mancusi (hadr-inclxx-V09- 674 9 July 2012 - Davide Mancusi (hadr-inclxx-V09-05-18) 701 ---------------------------------------------- 675 ----------------------------------------------------------- 702 - Fix compilation warning on Windows. 676 - Fix compilation warning on Windows. 703 677 704 9 July 2012 - Davide Mancusi (hadr-inclxx-V09- 678 9 July 2012 - Davide Mancusi (hadr-inclxx-V09-05-17) 705 ---------------------------------------------- 679 ----------------------------------------------------------- 706 - INCL++ v5.1.1 680 - INCL++ v5.1.1 707 o Should fix all Coverity warnings. 681 o Should fix all Coverity warnings. 708 o Minor bugfixes. 682 o Minor bugfixes. 709 683 710 12 June 2012 - Davide Mancusi (hadr-inclxx-V09 684 12 June 2012 - Davide Mancusi (hadr-inclxx-V09-05-16) 711 ---------------------------------------------- 685 ----------------------------------------------------------- 712 - Should compile cleanly with -Wshadow. 686 - Should compile cleanly with -Wshadow. 713 687 714 1 June 2012 - Davide Mancusi (hadr-inclxx-V09- 688 1 June 2012 - Davide Mancusi (hadr-inclxx-V09-05-15) 715 ---------------------------------------------- 689 ----------------------------------------------------------- 716 - INCL++ v5.1 690 - INCL++ v5.1 717 o Interface returns an empty G4HadFinalState 691 o Interface returns an empty G4HadFinalState if no inelastic event could be 718 produced. 692 produced. 719 693 720 25 May 2012 - Davide Mancusi (hadr-inclxx-V09- 694 25 May 2012 - Davide Mancusi (hadr-inclxx-V09-05-14) 721 ---------------------------------------------- 695 ----------------------------------------------------------- 722 - INCL++ v5.1_rc11 696 - INCL++ v5.1_rc11 723 o Fixes a compiler warning on Windows. 697 o Fixes a compiler warning on Windows. 724 698 725 24 May 2012 - Davide Mancusi (hadr-inclxx-V09- 699 24 May 2012 - Davide Mancusi (hadr-inclxx-V09-05-13) 726 ---------------------------------------------- 700 ----------------------------------------------------------- 727 - INCL++ v5.1_rc10 701 - INCL++ v5.1_rc10 728 o Refactored the configuration part of the i 702 o Refactored the configuration part of the interface in a separate 729 G4INCLXXInterfaceConfig singleton. The int 703 G4INCLXXInterfaceConfig singleton. The interface is no longer a singleton. 730 o Fixes a couple of minor bugs. 704 o Fixes a couple of minor bugs. 731 705 732 22 May 2012 - Davide Mancusi (hadr-inclxx-V09- 706 22 May 2012 - Davide Mancusi (hadr-inclxx-V09-05-12) 733 ---------------------------------------------- 707 ----------------------------------------------------------- 734 - INCL++ v5.1_rc9 708 - INCL++ v5.1_rc9 735 o Fixes a couple of minor bugs. 709 o Fixes a couple of minor bugs. 736 710 737 12 May 2012 - Davide Mancusi (hadr-inclxx-V09- 711 12 May 2012 - Davide Mancusi (hadr-inclxx-V09-05-11) 738 ---------------------------------------------- 712 ----------------------------------------------------------- 739 - INCL++ v5.1_rc8 713 - INCL++ v5.1_rc8 740 o Fixes a circular library dependency, compi 714 o Fixes a circular library dependency, compilation on Windows and some 741 mistakes in the build system. 715 mistakes in the build system. 742 o Minor bugfix in cluster decay. 716 o Minor bugfix in cluster decay. 743 717 744 12 May 2012 - Davide Mancusi (hadr-inclxx-V09- 718 12 May 2012 - Davide Mancusi (hadr-inclxx-V09-05-09) 745 ---------------------------------------------- 719 ----------------------------------------------------------- 746 - INCL++ v5.1_rc6 720 - INCL++ v5.1_rc6 747 o Fixes a bug mostly affecting reactions aro 721 o Fixes a bug mostly affecting reactions around 200 MeV. 748 722 749 11 May 2012 - Davide Mancusi (hadr-inclxx-V09- 723 11 May 2012 - Davide Mancusi (hadr-inclxx-V09-05-08) 750 ---------------------------------------------- 724 ----------------------------------------------------------- 751 - New INCL++ v5.1_rc5 725 - New INCL++ v5.1_rc5 752 o Can handle heavy-ion collisions 726 o Can handle heavy-ion collisions 753 o Conserves energy using masses from the G4 727 o Conserves energy using masses from the G4 tables down 754 to the keV level. 728 to the keV level. 755 729 756 23 April 2012 - Davide Mancusi (hadr-inclxx-V0 730 23 April 2012 - Davide Mancusi (hadr-inclxx-V09-05-07) 757 ---------------------------------------------- 731 ----------------------------------------------------------- 758 - Bugfix: 732 - Bugfix: 759 o Avoid collisions with A=1 targets. 733 o Avoid collisions with A=1 targets. 760 734 761 11 April 2012 - Davide Mancusi (hadr-inclxx-V0 735 11 April 2012 - Davide Mancusi (hadr-inclxx-V09-05-06) 762 ---------------------------------------------- 736 ----------------------------------------------------------- 763 - Bugfix: 737 - Bugfix: 764 o De-excitation products should not be boost 738 o De-excitation products should not be boosted using the pre-fragment 765 velocity. 739 velocity. 766 740 767 9 February 2012 - Davide Mancusi (hadr-inclxx- 741 9 February 2012 - Davide Mancusi (hadr-inclxx-V09-05-04,hadr-inclxx-V09-05-05) 768 ---------------------------------------------- 742 ----------------------------------------------------------- 769 - Fix compiler warning about an unused functio 743 - Fix compiler warning about an unused function parameter. 770 744 771 6 February 2012 - Davide Mancusi (hadr-inclxx- 745 6 February 2012 - Davide Mancusi (hadr-inclxx-V09-05-03) 772 ---------------------------------------------- 746 ----------------------------------------------------------- 773 - Bugfix: 747 - Bugfix: 774 o Sampling of the impact-parameter distribut 748 o Sampling of the impact-parameter distribution was incomplete for 775 nucleon-induced reactions and incoming kin 749 nucleon-induced reactions and incoming kinetic energies below ~40 MeV. 776 750 777 2 February 2012 - Davide Mancusi (hadr-inclxx- 751 2 February 2012 - Davide Mancusi (hadr-inclxx-V09-05-02) 778 ---------------------------------------------- 752 ----------------------------------------------------------- 779 - Bugfixes: 753 - Bugfixes: 780 o Do nothing if the projectile is below the 754 o Do nothing if the projectile is below the Coulomb barrier. 781 o Always apply numerical solutions (used to 755 o Always apply numerical solutions (used to lead to some minor violations of 782 energy conservation). 756 energy conservation). 783 757 784 16 January 2012 - Davide Mancusi (hadr-inclxx- 758 16 January 2012 - Davide Mancusi (hadr-inclxx-V09-05-01) 785 ---------------------------------------------- 759 ----------------------------------------------------------- 786 - Better (iterative) determination of the remn 760 - Better (iterative) determination of the remnant recoil at the the end of the 787 cascade. 761 cascade. 788 - Isospin-dependent back-to-spectator. 762 - Isospin-dependent back-to-spectator. 789 - Cache NuclearDensity objects for better perf 763 - Cache NuclearDensity objects for better performance (although we do not 790 really exploit this in G4 yet). 764 really exploit this in G4 yet). 791 - Bugfix: 765 - Bugfix: 792 o Minor bug for negative incident pions -- i 766 o Minor bug for negative incident pions -- integration over impact-parameter 793 distribution was incomplete. 767 distribution was incomplete. 794 768 795 21 November 2011 - Pekka Kaitaniemi (hadr-incl 769 21 November 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-11) 796 ---------------------------------------------- 770 ----------------------------------------------------------- 797 - Fixed local energy logic 771 - Fixed local energy logic 798 - Fixed separation energy in cluster emission 772 - Fixed separation energy in cluster emission 799 773 800 14 November 2011 - Pekka Kaitaniemi (hadr-incl 774 14 November 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-10) 801 ---------------------------------------------- 775 ----------------------------------------------------------- 802 - Corrected the order in which the INCL++ mode 776 - Corrected the order in which the INCL++ model and projectile are created in 803 the interface. This actually is a better fix 777 the interface. This actually is a better fix to the FPE problem than tag 804 hadr-inclxx-V09-04-09. 778 hadr-inclxx-V09-04-09. 805 779 806 10 November 2011 - Pekka Kaitaniemi (hadr-incl 780 10 November 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-09) 807 ---------------------------------------------- 781 ----------------------------------------------------------- 808 - Added safeguard against FPE in G4INCLCrossSe 782 - Added safeguard against FPE in G4INCLCrossSections.cc 809 783 810 07 November 2011 - Pekka Kaitaniemi (hadr-incl 784 07 November 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-08) 811 ---------------------------------------------- 785 ----------------------------------------------------------- 812 - Don't apply nucleon-nucleon collision energy 786 - Don't apply nucleon-nucleon collision energy cut to the first collision 813 - Bugfixes: 787 - Bugfixes: 814 o Check that the nucleus pointer isn't NULL 788 o Check that the nucleus pointer isn't NULL 815 o G4INCLFinalState memory leaks 789 o G4INCLFinalState memory leaks 816 o Proper use of ion definitions in the INCL+ 790 o Proper use of ion definitions in the INCL++ G4 interface 817 791 818 04 November 2011 - Pekka Kaitaniemi (hadr-incl 792 04 November 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-07) 819 ---------------------------------------------- 793 ----------------------------------------------------------- 820 - Set the maximum coalescence cluster mass to 794 - Set the maximum coalescence cluster mass to 8 821 795 822 03 November 2011 - Pekka Kaitaniemi (hadr-incl 796 03 November 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-06) 823 ---------------------------------------------- 797 ----------------------------------------------------------- 824 - Declared G4INCLIFunction, G4INCLIParticleDat 798 - Declared G4INCLIFunction, G4INCLIParticleDataSource and 825 G4INCLIClusteringModel destructors as virtua 799 G4INCLIClusteringModel destructors as virtual 826 800 827 01 November 2011 - Gabriele Cosmo (hadr-inclxx 801 01 November 2011 - Gabriele Cosmo (hadr-inclxx-V09-04-05) 828 ---------------------------------------------- 802 --------------------------------------------------------- 829 - Correction to GNUmakefiles to allow for DLL 803 - Correction to GNUmakefiles to allow for DLL build on Windows. 830 804 831 31 October 2011 - Pekka Kaitaniemi (hadr-inclx 805 31 October 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-04) 832 ---------------------------------------------- 806 ---------------------------------------------------------- 833 - Fixed Windows/VC++ compiler warning 807 - Fixed Windows/VC++ compiler warning 834 808 835 24 October 2011 - Pekka Kaitaniemi (hadr-inclx 809 24 October 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-03) 836 ---------------------------------------------- 810 ---------------------------------------------------------- 837 - Fixed Mac/Windows compilation problem (incl_ 811 - Fixed Mac/Windows compilation problem (incl_physics/include/G4INCL.hh clashed 838 with the G4Incl.hh from INCL4.2 on case-inse 812 with the G4Incl.hh from INCL4.2 on case-insensitive filesystems) 839 o Solution: Renamed G4INCL.[hh|cc] to G4INCL 813 o Solution: Renamed G4INCL.[hh|cc] to G4INCLCascade.[hh|cc] 840 - Fixed icc macro expansion related compilatio 814 - Fixed icc macro expansion related compilation problems 841 - Renamed Particle.[hh|cc] to G4INCLParticle.[ 815 - Renamed Particle.[hh|cc] to G4INCLParticle.[hh|cc] 842 - Renamed IAvatar.[hh|cc] to G4INCLIAvatar.[hh 816 - Renamed IAvatar.[hh|cc] to G4INCLIAvatar.[hh|cc] 843 817 844 19 October 2011 - Pekka Kaitaniemi (hadr-inclx 818 19 October 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-02) 845 ---------------------------------------------- 819 ---------------------------------------------------------- 846 - Fixed type mismatches that caused warnings w 820 - Fixed type mismatches that caused warnings when compiling with GCC 4.1 847 821 848 26 September 2011 - Pekka Kaitaniemi (hadr-inc 822 26 September 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-01) 849 ---------------------------------------------- 823 ------------------------------------------------------------ 850 - Added some debugging environment variables t 824 - Added some debugging environment variables to the INCL++ interface: 851 o Goal: Allow the developer to inspect casca 825 o Goal: Allow the developer to inspect cascade specific quantities (such as 852 mass, charge and excitation energy of the ca 826 mass, charge and excitation energy of the cascade remnant nucleus) before 853 de-excitation to disable de-excitation entir 827 de-excitation to disable de-excitation entirely (useful when we'd like to 854 separate the contributions of cascade and de 828 separate the contributions of cascade and de-excitation) 855 o G4INCLXX_NO_DE_EXCITATION disables de-exci 829 o G4INCLXX_NO_DE_EXCITATION disables de-excitation 856 o G4INCLXX_STORE_RAW_DEBUG_OUTPUT stores the 830 o G4INCLXX_STORE_RAW_DEBUG_OUTPUT stores the cascade output into file 857 inclDebug.out 831 inclDebug.out 858 832 859 01 September 2011 - Pekka Kaitaniemi (hadr-inc 833 01 September 2011 - Pekka Kaitaniemi (hadr-inclxx-V09-04-00) 860 ---------------------------------------------- 834 ------------------------------------------------------------ 861 - Imported the first version of INCL++ intra-n 835 - Imported the first version of INCL++ intra-nuclear cascade model into Geant4 862 - INCL++ version: v5.0 alpha1 836 - INCL++ version: v5.0 alpha1 863 o Based on INCL4.6 cascade model 837 o Based on INCL4.6 cascade model 864 o Supported projectiles: protons, neutrons, 838 o Supported projectiles: protons, neutrons, pions up to 3 GeV 865 o Uses G4ExcitationHandler for de-excitation 839 o Uses G4ExcitationHandler for de-excitation 866 840