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