Geant4 Cross Reference (Editor's cut) |
1 # Category particles History 2 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological order (newest at the top). 5 It must **not** be used as a substitute for writing good git commit messages! 6 7 ------------------------------------------------------------------------------- 8 9 ## 2023-11-20 Vladimir Ivanchenko (particles-V11-01-10) 10 - G4IonTable - fixed run time memory leak by change of signature of GetIonName(..) 11 methods - now they return G4String instead of a reference to a string, code 12 of all these methods is simplified, TLS is not involved anymore, no change 13 is expected in any application 14 15 ## 2023-11-06 Shogo Okada (particles-V11-01-09) 16 - Scanned all mesons and baryons, including their resonances, in Geant4 to 17 compare their particle properties with PDG-2023. Then, updated mass and decay 18 width (lifetime) for particles below with relative error above 1 % against 19 PDG-2023. 20 - Mesons: G4AntiBsMesonZero, G4BsMesonZero, G4EtaPrime 21 - Baryons: G4AntiLambdacPlus, G4AntiOmegacZero, G4AntiSigmabMinus, 22 G4AntiSigmabPlus, G4AntiSigmacPlus, G4AntiXicPlus, G4AntiXicZero, 23 G4LambdacPlus, G4OmegacZero, G4SigmabMinus, G4SigmabPlus, 24 G4SigmacPlus, G4XicPlus, G4XicZero, 25 - Resonances: G4ExcitedDeltaConstructor, G4ExcitedLambdaConstructor, 26 G4ExcitedMesonConstructor, G4ExcitedNucleonConstructor, 27 G4ExcitedSigmaConstructor, G4ExcitedXiConstructor, 28 mesons and baryons implemened in G4ShortLivedConstructor 29 30 ## 2023-07-14 Ben Morgan (particles-V11-01-08) 31 - Remove unused headers suggested by include-what-you-use 32 33 ## 2023-07-10 Ben Morgan (particles-V11-01-07) 34 - Apply clang-format, excepting tabular data/constructors. 35 - Remove extraneous/duplictae comments. 36 37 ## 2023-06-13 Ben Morgan (particles-V11-01-06) 38 - Apply core/recommended clang-tidy fixes 39 40 ## 2023-06-10 Vladimir Ivanchenko (particles-V11-01-05) 41 - G4IonTable - attempt to fix non-reproducibility for HP physics and isometers 42 with floating levels 43 44 ## 2023-05-25 Vladimir Ivanchenko (particles-V11-01-04) 45 - G4IonTable - fix GetIon(..) method for the case if the ground state level 46 of an isomere is floating (Geant4 Forum thread 10448); removed some 47 duplications in FindIon and GetIon methods - only two methods of each kind 48 have full implementation, others redirect calls 49 - G4NuclideTable - take into account floating ground state levels 50 - G4Ion - added protection against unphysical index of floating level 51 52 ## 2023-02-23 Alberto Ribon (particles-V11-01-03) 53 - G4XicZero, G4AntiXicZero : updated mean lifetime values according to the 54 PDG-2022. 55 - Note: the particles' properties in Geant4 are currently consistent with 56 those of PDG-2017; the mean lifetimes have similar (within few percent) 57 values with respect to the latest PDG version, PDG-2022, except for 58 Xi_c0 and Omega_c0. For this reason, only the latter two have been 59 updated, while the rest will be updated in the near future. 60 61 ## 2023-02-07 Sandro Wenzel (particles-V11-01-02) 62 - G4OmegacZero, G4AntiOmegacZero : fixed mean lifetime according to the PDG. 63 Thanks to Francesco Mazzaschi of ALICE for reporting it. 64 65 ## 2023-01-11 Alberto Ribon (particles-V11-01-01) 66 - G4AntiNeutron : set the "PDG stable" flag to "false", as for G4Neutron 67 (this has no practical consequences, i.e. anti_neutron decays regardless 68 of this flag, but it is confusing). 69 70 ## 2022-12-12 Ben Morgan (particles-V11-01-00) 71 - Remove obsolete GNUmakefile scripts 72 73 ## 2022-11-18 Gabriele Cosmo (particles-V11-00-15) 74 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1 75 in G4IonTable. 76 77 ## 2022-11-14 I. Hrivnacova (particles-V11-00-14) 78 - Replaced reinterpret_cast with static_cast where possible 79 80 ## 2022-11-11 Alberto Ribon (particles-V11-00-13) 81 - G4HyperNucleiProperties : optimization improvement and minor clean-up. 82 83 ## 2022-11-02 Alberto Ribon (particles-V11-00-12) 84 - G4Triton, G4AntiTriton : corrected the lifetime value for triton 85 and anti_triton : the half-life (12.32 years) was incorrectly used 86 instead of the mean lifetime (17.774 years) for triton, whereas the 87 anti_triton was incorrectly treated as stable. 88 Thanks to the user Francisco Ogallar Ruiz for spotting and reporting it! 89 90 ## 2022-10-24 Dennis Wright (particles-V11-00-11) 91 - G4NuclideTableMessenger: add command /particle/manage/nuclide/min_meanlife 92 corresponding to G4NuclideTable::SetMeanLifeThreshold(). Default minimum 93 mean life is 1.0 ns. 94 In /particle/nuclideTable/min_halflife change default minumum halflife 95 to 0.693 96 97 ## 2022-10-24 Dennis Wright (particles-V11-00-10) 98 - G4NuclideTable::entries() const : 99 replace static_cast<size_t>(0) with std::size_t(0) 100 101 ## 2022-10-10 Dennis Wright (particles-V11-00-09) 102 - Use nuclide mean-life instead of half-life in G4NuclideTable in order to be 103 consistent with ENSDFSTATE data, which use mean-life. Provide two new 104 methods, SetMeanLifeThreshold and GetMeanLifeThreshold() so that the lifetimes 105 can be accessed as either half-life or mean-life. 106 107 ## 2022-10-05 Gabriele Cosmo (particles-V11-00-08) 108 - Fixed compilation warning on Intel/icx compiler for variable set 109 but never used in G4MuonRadiativeDecayChannelWithSpin. 110 111 ## 2022-09-27 Dennis Wright (particles-V11-00-07) 112 - Changed halflife threshold for nuclide creation to be consistent with 113 lifetimes in nuclear deexcitation code; in management/src/G4NuclideTable.cc 114 ctor, change threshold_of_halflife from 1000 ns to 1 ns 115 116 ## 2022-08-08 Alberto Ribon (particles-V11-00-06) 117 Fixed three bugs regarding the transportation of hypernuclei and anti-hypernuclei: 118 - G4Ion : set (forgotten) isGeneralIon to false for hypernuclei and 119 anti-hypernuclei (otherwise they would get the same processes as GenericIon). 120 - G4DoubleHyperDoubleNeutron, G4AntiDoubleHyperDoubleNeutron : added (forgotten) 121 call to SetDecayTable (otherwise the decay table would not be defined for 122 these particles). 123 - G4ParticleDefinition : protect the two methods GetNumberOfLambdasInHypernucleus() 124 and GetNumberOfAntiLambdasInAntiHypernucleus() against baryonic resonances 125 with high spins (such as N(2220), N(2250) and their anti-particles) which have 126 8-digits PDG codes, but which are not hypernuclei or anti-hypernuclei. 127 128 ## 2022-07-02 Ben Morgan (particles-V11-00-05) 129 - Remove obsolete and unused `G4DynamicParticleFastVector` type alias. 130 131 ## 2022-05-16 Guilherme Amadio (particles-V11-00-04) 132 - Replace getenv() calls for data variables with G4FindDataDir() 133 134 ## 2022-02-09 Gabriele Cosmo (particles-V11-00-03) 135 - Fixed compilation warnings on Intel compiler for unused variables. 136 137 ## 2022-01-28 Ben Morgan (particles-V11-00-02) 138 - Replace `geant4_global_library_target` with direct file inclusion and 139 call to `geant4_add_category` to define library build from source modules. 140 141 ## 2021-12-15 Ben Morgan (particles-V11-00-01) 142 - Minor code formatting. 143 144 ## 2021-12-10 Ben Morgan (particles-V11-00-00) 145 - Change to new Markdown History format. 146 147 --- 148 149 # History entries prior to 11.0 150 151 - 02 November 2021 Gabriele Cosmo (particles-V10-07-10) 152 - Fix for potential null pointer dereference in G4ParticleTable::FindParticle(). 153 Based on GitHub PR#30 (https://github.com/Geant4/geant4/pull/30). 154 155 - 29 October 2021 Vladimir Ivanchenko (particles-V10-07-09) 156 - G4IonConstructor - added hyper-nuclei 157 158 - 25th October 2021 B.Morgan (particles-V10-07-08) 159 - Use G4StrUtil functions replacing deprecated G4String member functions 160 161 - 21 October 2021 Jonas Hahnfeld (particles-V10-07-07) 162 - Store custom tracking manager per particle definition 163 164 - 18 October 2021 Ben Morgan (particles-V10-07-06) 165 - Use std::string member functions from G4String in place of synonyms 166 167 - 17 October 2021 Alberto Ribon (particles-V10-07-05) 168 - Introduced 6 light hypernuclei and their corresponding antiparticles, 169 as requested by the ALICE Collaboration: G4HyperTriton, G4AntiHyperTriton, 170 G4HyperAlpha, G4AntiHyperAlpha, G4HyperH4, G4AntiHyperH4, 171 G4DoubleHyperH4, G4AntiDoubleHyperH4, G4HyperHe5, G4AntiHyperHe5, 172 G4DoubleHyperDoubleNeutron, G4AntiDoubleHyperDoubleNeutron. 173 The following simplifying assumptions have been made: 174 - No hyper-deuteron, no hyper-He3 175 - The masses of these hyperons have been computed using the existing 176 method (by M. Kossov): G4HyperNucleiProperties::GetNuclearMass 177 - The lifetimes are all assumed to be the same as the Lambda's lifetime 178 - The decays are obtained from the two decays of the (anti-)Lambda 179 (with the same branching ratios as for a free Lambda), assuming, 180 whenever possible, that 50% of the emitted (anti-)nucleon will be 181 captured by the (anti-)nucleus where the decay of the (anti-)Lambda 182 occurs. In the case of double-hyperon, only one of the two Lambdas 183 is assumed to decay. 184 - Added a few methods in G4ParticleDefinition, useful for dealing with 185 hypernuclei and anti-hypernuclei. 186 - Extended the max number of decay secondaries, from 4 to 5, in the 187 classes G4VDecayChannel and G4PhaseSpaceDecayChannel, needed for 188 a decay channel of G4DoubleHyperDoubleNeutron. 189 190 - 30 June 2021 Gabriele Cosmo (particles-V10-07-04) 191 - Fixed compilation error in G4IonTable occurring if c++20 enabled. 192 193 - 24 June 2021 Ivana Hrivnacova (particles-V10-07-03) 194 - Fixed retrieving selected particle in G4ParticlePropertyMessenger, 195 which was failing 196 197 - 21 June 2021 Gabriele Cosmo (particles-V10-07-02) 198 - Fixed shadowing compilation warning in G4Triton. 199 200 - 06 May 2021 Gabriele Cosmo (particles-V10-07-01) 201 - Fixed shadowing compilation warning in G4IonTable reported with gcc-11. 202 203 - 30 March 2021 Ben Morgan (particles-V10-07-00) 204 - Migrate build to modular CMake API 205 206 - 16 November 2020 Gabriele Cosmo (particles-V10-06-10) 207 - Fixed typos in printed-out text. Addressing problem report #2285. 208 209 - 24 July 2020 Alberto Ribon (particles-V10-06-09) 210 G4ShortLivedConstructor : improved the (constitutent) masses of 211 heavy diquarks. 212 213 - 29 April 2020 Gabriele Cosmo (particles-V10-06-08) 214 Fixed Coverity warning 215 216 - 14 April 2020 Gabriele Cosmo (particles-V10-06-07) 217 Revision for c++11; code cleanup and formatting 218 219 - 02 April 2020 Gabriele Cosmo (particles-V10-06-06) 220 G4DynamicParticle - added move operators and code cleanup/formatting 221 222 - 11 March 2020 Vladimir Ivanchenko (particles-V10-06-05) 223 G4DynamicParticle - added GetBeta() method 224 225 - 18 February 2020 Vladimir Ivanchenko (particles-V10-06-04) 226 G4ParticleTable - create destruct only one instance of the 227 G4IonTable and the messenger; assignment operator and copy 228 constructor are deleted; added cache with pointer to selected 229 particle and get/set methods 230 231 - 13 February 2020 Vladimir Ivanchenko (particles-V10-06-03) 232 G4NuclideTable - added destruction of messenger 233 234 - 10 February 2020 Vladimir Ivanchenko (particles-V10-06-02) 235 G4OpticalPhoton - define pdg code as "-22" 236 237 - 06 February 2020 Makoto Asai (particles-V10-06-01) 238 Fix broken if-block in G4DecayTableMessenger.cc. 239 Addressing to Bug report #2193. 240 241 - 10 December 2019 Ben Morgan (particles-V10-06-00) 242 Cleanup CMake build, removing obsolete granular library options and 243 explicit include_directories. 244 245 - 05 November 2019 Vladimir Ivanchenko (particles-V10-05-10) 246 G4NucleiProperties - in some hadronic models a fragment may be 247 produced consisting of only neutrons or only protons; 248 parameterisation used inside this class provides too high mass 249 value, which not allow decay such fragment; a simplified 250 variant is proposed; also light ion masses computation is more 251 thread safe after change of the order of mass computation 252 253 - 29 October 2019 Vladimir Ivanchenko (particles-V10-05-09) 254 fixed History 255 - 17 October 2019 Vladimir Ivanchenko (particles-V10-05-08) 256 G4DynamicParticle: changed SetMass method - it is now inlined and 257 allow setting mass of a particle to PDG value, which is needed 258 in order to recover secondary hadrons to the mass shell; 259 marked "inline" all inline methods in the header 260 261 - 09 October 2019 Alberto Ribon (particles-V10-05-07) 262 G4ShortLivedConstructor : the method ConstructQuarks() has been extended 263 by Vladimir Uzhinsky to include diquarks made of charm and/or bottom 264 quarks. The new, heavy diquarks and anti-diquarks have been defined with 265 basic, rough properties (just those currently needed by the hadronic 266 string models): future refinements are expected. 267 268 - 03 July 2019 Vladimir Ivanchenko (particles-V10-05-06) 269 G4DynamicParticle: restore 10.5 definition and use of PDG code variable 270 in order to preserve handling of exotic particles; keep formatting 271 of the class in one style, removed extra empty lines 272 273 - 24 May 2019 Vladimir Ivanchenko (particles-V10-05-05) 274 G4DynamicParticle: make members of the class private; removed boolean 275 flag; alined class members 3-vectors, doubles, integer; added 276 initialisation of PDG code and polarization in all constructors; 277 added method SetPolarisation(const G4ThreeVector&); use CLHEP electron 278 mass; removed unused forward declarations and headers 279 280 - 09 April 2019 Gabriele Cosmo (particles-V10-05-04) 281 - Fixed typo in G4ElectronOccupancy::operator==(). 282 283 - 17 March 2019 Mihaly Novak (particles-V10-05-03) 284 - G4DynamicParticle: functionality to provide log-kinetic energy value (computed 285 only on demand if its stored value is not up-to-date with the kinetic energy). 286 287 - 13 Mar 2019 Makoto Asai (particles-V10-05-02) 288 - G4NuclideTableMessenger.cc : fixing a typo. 289 290 - 31 Jan 2019 Ivana Hrivnacova (particles-V10-05-01) 291 - Merged GitHub PR #4: all Boolean operators now return G4bool. 292 293 - 14 Dec 2018 Makoto Asai (particles-V10-05-00) 294 - G4PrimaryParticle.cc: Allowing absolute zero proper decay time. 295 Co-working with event-V10-05-00 and decay-V10-05-00. 296 297 - 09 Nov 2018 Gabriele Cosmo (particles-V10-04-12) 298 - G4PrimaryVertex: fixed typo in class description. 299 300 - 08 Sep 2018 Hisaya Kurashige (particles-V10-04-11) 301 - fix a bug in G4NeutronBetaDecay (problem#2088) 302 303 - 31 Aug 2018 Hisaya Kurashige (particles-V10-04-10) 304 - change UI command directory for G4NuclideTable 305 306 - 15 Aug 2018 Hisaya Kurashige (particles-V10-04-09) 307 - remove obsolete G4NucleiPropertiesTableAME03 308 309 - 14 Aug 2018 Hisaya Kurashige (particles-V10-04-08) 310 - fix compiler warning in G4ParticleTable 311 312 - 14 Aug 2018 Hisaya Kurashige (particles-V10-04-06) 313 - clean up source codes under management 314 315 - 8 Aug 2018 Hisaya Kurashige (particles-V10-04-04) 316 - Fixed bugs(bug report #2072) in muon decay channel with spin 317 318 - 17 May 2018 Jonathan Madsen (particles-V10-04-03) 319 - updated "thread-local-static-var" model to 320 "function-returning-thread-local-static-reference" model 321 which fixes Windows DLL + MT 322 323 - 09 April 2018 Makoto Asai (particles-V10-04-02) 324 - G4PhaseSpaceDecayChannel::ManyBodyDecayIt() 325 Fix incorrect indexing. Addressing bug report #2053. 326 327 - 12 February 2018 Jonathan Madsen (particles-V10-04-01) 328 - Removed G4MUTEX_INITIALIZER from constructor in G4VDecayChannel 329 330 - 07 February 2018 Hisaya Kurashige ( particles-V10-04-00 ) 331 - remove obsolete enum of MaxNumberOfProducts in G4DecayProducts 332 333 - 13 September 2017 Krzysztof Genser ( particles-V10-03-16 ) 334 - moved G4MuonicAtom & G4MuonicAtomHelper to management 335 to avoid circular reference in the granular lib case 336 337 - 12 September 2017 Krzysztof Genser ( particles-V10-03-15 ) 338 - corrected warning in G4MuonicAtom 339 340 - 12 September 2017 Krzysztof Genser ( particles-V10-03-14 ) 341 - Moved Muonic Atom files to hadrons/ions; introduced G4GenericMuonicAtom 342 - revised G4MuonicAtomHelper, added G4MuonicAtom support 343 344 - 16 Aug. 2017 Hisaya Kurashige ( particles-V10-03-13 ) 345 - Fix problem of G4DecayTable::SelectADecayChannel 346 in case of sum of BR is not equal to 1.0 347 - Add protection to protect BR<0 or BR>1 for G4VDecayChannel 348 349 350 - 14 Aug. 2017 Hisaya Kurashige ( particles-V10-03-11 ) 351 - Fix G4PDGCodeChecker to solve Coverity defect #94101 352 353 - 11 Aug. 2017 Hisaya Kurashige ( particles-V10-03-10 ) 354 - Modify test projects 355 356 - 11 Aug. 2017 Hisaya Kurashige ( particles-V10-03-09 ) 357 - Update mass, width and life time according to PDG2017 358 359 - 1 May 2017 Tatsumi Koi ( particles-V10-03-08 ) 360 - Fix inconsistency between enum definition of G4FloatLevelBase 361 and initialization of G4Ions::G4FloatLevelBase flb[]. 362 363 - 16 March 2017 Gabriele Cosmo ( particles-V10-03-07 ) 364 - Fixed leak at construction for data allocated through G4ParticleDefinition 365 for the sub-instance offset in the splitter. Added static method Clean() to 366 G4ParticleDefinition, called as last in the destructor of G4ParticleTable. 367 368 - 2 March 2017 Hisaya Kurashige ( particles-V10-03-06 ) 369 - Fix Coverity defects(68969, 62788) 370 371 - 1 March 2017 Hisaya Kurashige ( particles-V10-03-05 ) 372 - Update width of Bc+,Bc- according to PDG2016 373 374 - 28 February 2017 Hisaya Kurashige ( particles-V10-03-04 ) 375 - Update particle properties according to PDG2016 376 377 - 27 February 2017 Hisaya Kurashige ( particles-V10-03-03) 378 - Set life time to -1.0 for all stable particles 379 380 - 8 February 2017 Hisaya Kurashige 381 - Reverted head to particles-V10-03-00 382 383 - 6 February 2017 Krzysztof Genser ( particles-V10-03-02 ) 384 - Corrected G4MuonicAtom Channels to avoid warning 385 386 - 6 February 2017 Krzysztof Genser ( particles-V10-03-01 ) 387 - Added muatoms and placed G4MuonicAtom and G4GenericMuonicAtom there 388 - Defined preliminary API for G4MuonicAtom Channels 389 - Expanded G4MuonicAtomHelper 390 - Allowed creation of muatoms in non 'PreInit' states 391 392 - 9 January 2017 Hisaya Kurashige ( particles-V10-03-00 ) 393 - Fix a bug in G4MuonRadiativeDecayWithSpin (#1928) 394 - Add G4AdjointElectronFI (partadjoint-V10-03-00) 395 396 - 4 November 2016 Gunter Folger ( particles-V10-02-34) 397 - Remove G4PDefSplitter. 398 - Reformat G4PDefManager.cc, and move G4PDefData::initialize() to .cc 399 400 - 3 November 2016 Gunter Folger ( particles-V10-02-33) 401 - Obsolete G4PDefSplitter, and replace 402 "typedef G4PDefManager G4PDefSplitter<PDefData>" by concrete class, 403 with implementation. This addresses initialistaion problems of 404 static data previously in template. 405 406 - 2 November 2016 Tatsumi Koi (particles-V10-02-32) 407 - Improve error message for potentially using a wrong version of ENSDFSTATE data in use. 408 409 - 26 October 2016 Gunter Folger (particles-V10-02-31) - rejected 410 - protect initialisation of G4PDefSplitter to be done only in particles 411 in attempt to correct windows compilation error. 412 413 - 21 October 2016 Gabriele Cosmo (particles-V10-02-30) 414 - Moved initialisation of G4PDefSplitter thread-local data to be inline 415 along with generic template type. 416 Fixing compilation/linking errors on clang-3.9 and XCode-8 on MacOS. 417 418 - 17 October 2016 Kevin Lynch (particles-V10-02-29) 419 - Added decay channel placeholders for G4MuonicAtom DIO and Nuclear 420 Capture physics 421 422 - 29 September 2016 Tatsumi Koi (particles-V10-02-28) 423 - Migration to ENSDFSTATE2.0 424 - Fix bug the case of two or more levels have a same excitation energy 425 426 - 28 September 2016 Tatsumi Koi (particles-V10-02-27) 427 - Fix circular dependency between management and leptons 428 429 - 27 September 2016 Tatsumi Koi for Kevin Lynch (particles-V10-02-26) 430 - 22 September 2016 Kevin Lynch 431 - Added G4MuonicAtom class, along with minimal changes to G4IonTable 432 to allow creation of muonic atoms. 433 434 - 9 September 2016 Gabriele Cosmo (particles-V10-02-25) 435 - Moved accessors/modifiers for splitter data to non-inline in 436 G4ParticleDefinition. 437 Explicitly initialise G4PDefSplitter data in G4ParticlesWorkspace 438 translation unit. 439 Fixing compilation/linking errors on clang-3.9 and XCode-8 on MacOS. 440 441 - 2 September 2016 Makoto Asai (particles-V10-02-24) 442 - Changed the way of deleting G4PrimaryVertex and G4PrimaryParticle 443 objects to avoid stack overflow for very large number of primary 444 vertices or primary particles. 445 446 - 2 September 2016 Tatsumi Koi (particles-V10-02-23) 447 - Fix problem in the previosu tag 448 449 - 29 August 2016 Tatsumi Koi (particles-V10-02-22) 450 - AME12 is used by default in NucleiProperties 451 452 - 19 August 2016 Tatsumi Koi (particles-V10-02-21) 453 - Introducing G4NucleiPropertiesTableAME12 454 455 - 8 August 2016 Makoto Asai (particles-V10-02-20) 456 - Ground-level ion with floating level base now has a name with 457 its floating level base. 458 459 - 27 July 2016 Makoto Asai (particles-V10-02-19) 460 - Floating level base is updated for G4Ions, G4IonTable and related 461 classes. 462 463 - 7 July 2016 Gabriele Cosmo (particles-V10-02-18) 464 - Removed redundant check in G4PDefSplitter::UseWorkArea(). 465 Addressing problem report #1876. 466 467 - 7 July 2016 Hisaya Kurashige (particles-V10-02-17) 468 - Skip check for one body decay in G4VDecayChannel::IsOKWithParentMass 469 - Fix a bug (implemented in the previous tag) in G4DynamicParticle::Set4Momentum 470 471 - 6 July 2016 Hisaya Kurashige (particles-V10-02-15) 472 - Fix G4DynamicParticle in case that difference between the PDG mass and dynamical mass 473 is very small (<10 eV) 474 - Skip check daughter mass and parent mass in case of one body decay 475 in G4VDecayChannel::FillDaughters 476 - Minor Fix for G4PhaseSpaceDecayChannel 477 478 - 5 May 2016 Hisaya Kurashige (particles-V10-02-14) 479 - Fix Coverity defects (43015,62787,62788) 480 - Modify G4IonTable::GetIon with non-zero lvl 481 (Coverity 63524) 482 483 - 5 April 2016 Makoto Asai (particles-V10-02-13) 484 - G4IsotopeMagneticMomentTable: Ignoring floating level base for 485 the time being. 486 487 - 4 April 2016 Makoto Asai (particles-V10-02-12) 488 - G4NuclideTable has migrated to the new floating level base scheme. 489 490 - 31 March 2016 Makoto Asai (particles-V10-02-11) 491 - Introducing floating level base to G4Ions and related classes. 492 493 - 2 March 2016 Hisaya Kurashige (particles-V10-02-10) 494 - Update properties of particles according to PDG 495 496 - 1 Match 2016 Andrea Dotti (particles-V10-02-09) 497 - Fix for WIN: removing constexpr 498 499 - 29 February 2016 Andrea Dotti (particles-V10-02-08) 500 - Fix for bug #1834: MT data-race in G4VDecayTable class 501 502 - 25 February 2016 Andrea Dotti (particles-V10-02-07) 503 - Preliminary tag to review of MT treatment for SetDaugheter in 504 G4VDecayChannel: raise exception if re-definition of daughters 505 is requested 506 507 - 4 February 2016 Tatsumi Koi (particles-V10-02-06) 508 - Change default life of ion and hyper nucleus from -1 to 0 509 510 - 27 January 2016 Hisaya Kurashige(particles-V10-02-05) 511 - Fix the bug(#1820) in G4PhaseSpaceDecayChannel 512 513 - 21 January 2016 Hisaya Kurashige(particles-V10-02-04) 514 - Fix G4DecayTable::SelectADecayChannel 515 516 - 28 December 2015 Makoto Asai (particles-V10-02-03) 517 - Fix wrong argument order CreateIon(A,Z,LL,0.0) of line #485 in 518 G4IonTable.cc to CreateIon(Z,A,LL,0.0). 519 520 - 18 December 2015 Tatsumi Koi (particles-V10-02-02) 521 - Fix problem on previous tag 522 523 - 17 December 2015 Tatsumi Koi (particles-V10-02-01) 524 - Revert default value of level tolerance in NuclideTable to 1 eV 525 - Turn out rounding of excitation energy to avoid potential conservation problem 526 527 - 3 December 2015 Dennis Wright (particles-V10-01-19) 528 - In G4IonTable remove static const tolerance and replace it with 529 pNuclideTable->GetLevelTolerance() in all locations. 530 This recovers missed levels when they are closer together than 2 keV 531 532 - 25 Nov. 2015 Gunter Folger (particles-V10-01-18) 533 - Fix for Windows in G4NuclideTable: 534 Convert static G4double levelTolerance to data member of singleton. 535 536 - 14 Nov. 2015 Makoto Asai (particles-V10-01-17) 537 - Add G4ParticleTable::DestroyWorkerG4ParticleTable() and 538 G4IonTable::DestroyWorkerG4IonTable() to cleanly delete 539 particle disctionaries when worker threads are deleted. 540 541 - 11 Nov. 2015 Tatsumi Koi (particles-V10-01-16) 542 - Add Messenger for NuclideTable 543 544 - 16 Oct. 2015 Tatsumi Koi (particles-V10-01-15) 545 - Fix problem on particles-V10-01-13 546 547 - 13 Oct. 2015 Tatsumi Koi (particles-V10-01-14) 548 - Re tag for testing 549 550 - 13 Oct. 2015 Tatsumi Koi (particles-V10-01-13) 551 - Update of G4NuclideTable 552 Delete hard-coded state data 553 Enable to change tolerance value for finding state 554 555 - 9 Oct. 2015 Peter Gumplinger (particles-V10-01-12) 556 - fix Covarity error in both G4PionRadiativeDecayChannel.cc and 557 G4MuonRadiativeDecayChannelWithSpin.cc 558 559 - 2 Oct. 2015 Hisaya Kurashige (particles-V10-01-11) 560 - Remove parent_polarization from G4MuonRadiatioveDecayChannelWithSpin 561 562 - 29 Sep. 2015 Hisaya Kurashige (particles-V10-01-10) 563 - Add parent_polarization to G4VDecayChannel 564 (Remove parent_polarization from G4MuonDecayChannelWithSpin) 565 566 - 18 Sep. 2015 Makoto Asai (particles-V10-01-09) 567 - G4ParticleDefinition::GetIonLifeTime() no longer consults to 568 G4IonTable, as each individual G4Ions object gets its individual 569 life time taken from G4NuclideTable when it is instantiated. 570 571 - 18 Sep. 2015 Makoto Asai (particles-V10-01-08) 572 - Introducing a utility method G4IonTable::GetLifeTime(A,Z,E) which 573 returns lifetime of a nuclide without instantiating that G4Ion 574 object. 575 576 - 17 Sep. 2015 Makoto Asai (particles-V10-01-06 -07) 577 - Clean up G4IonTable class. 578 - Make sure worker knows G4NuclideTable 579 - Simplify GetLifeTime() 580 581 - 12 Aug. 2015 Hisaya Kurashige (particles-V10-01-05) 582 - Add a new method of G4VDecayChannel::IsOKWithParentMass() 583 to check that parent mass (dynamical mass) enough for decay products 584 - Add parentMass as a arugment of G4DecayTable::SelectADecayChannel 585 Channels which gives false with IsOKWithParentMass are ignored 586 - Add a new method of G4PhaseSpaceDecayChannel::SetDaughterMasses 587 to give daughter masses instead of sampling masses 588 according to PDG mass and width. 589 A new method of SampleDaughterMasses switch back to sampling masses 590 -- co work iwth decay-V10-01-02 591 592 - 12 Aug. 2015 Hisaya Kurashige (particles-V10-01-04) 593 - Fix a bug in K-K* decay modes in G4ExitedMesonConstructor 594 (K-K* modes in pi2(1670) decay are missing) 595 596 - 11 Aug. 2015 Hisaya Kurashige (particles-V10-01-03) 597 - Fix coverity defects in G4IonTable 598 599 - 10 Aug. 2015 Hisaya Kurashige (particles-V10-01-02) 600 - Modify loop for better performance. 601 602 - 9 Aug. 2015 Hisaya Kurashige (particles-V10-01-01) 603 - Loop check was done 604 'while' statement remains in following classes 605 - G4IonTable, G4NuclideTable, G4ParticleMessenger, G4ParticleTable, 606 G4PhaseSpaceDecayChannel, G4PrimaryVertex, G4VParticlePropertyReporter, 607 G4IsotopeMagneticMomentTable, G4TextPPRetriever.cc 608 609 - 16 Feb. 2015 Hisaya Kurashige (particles-V10-01-00) 610 - Add gamma-gamma, omega-gamma modes to EtaPrime 611 and update braching ratio 612 613 - 18 Nov. 2014 Makoto Asai (particles-V10-00-27) 614 - Fix G4IonTable to delete thread-local string objects. 615 616 - 17 Nov. 2014 Makoto Asai (particles-V10-00-26) 617 - Fix G4ParticleTable to make sure all dynamically created ions to 618 be deleted at the end of the program. 619 620 - 23 Oct. 2014 Andrea Dotti - John Apostolakis (particles-V10-00-25) 621 - Revised G4ParticlesWorkspace to use new G4TWorkspacePool from global 622 - Requires global-V10-00-39 623 624 - 23 Oct. 2014 Andrea Dotti - John Apostolakis (particles-V10-00-24) 625 - Introduced workspace class for particle definition 626 - Revised G4PDefSplitter class to add utility methods 627 628 - 11 Oct. 2014 Hisaya Kurashige (particles-V10-00-23) 629 - Remove FindIon/GetIon methods from G4ParticleTable 630 631 - 23 Sep. 2014 Hisaya Kurashige (particles-V10-00-22) 632 - Remove unused class of G4IsomerTable (G4NuclideTable is used) 633 634 - 12 Sep. 2014 Hisaya Kurashige (particles-V10-00-21) 635 - Update mass, width and lifetime according to PDG2014 636 637 - 19 Aug. 2014 Makoto Asai (particles-V10-00-20) 638 - Re-tag for testing. 639 640 - 18 Aug. 2014 Makoto Asai (particles-V10-00-19) 641 - Fix G4IonTable and G4NuclideTable so that now G4NuclideTable 642 object can be created without preloading any ion. 643 644 - 18 Jul. 2014 Andrea Dotti (particles-V10-00-18) 645 - Revert code changes in G4IonTable to logic of tag -16 646 New logic is not clear, issues to be solved with time 647 and we prefer to do it later. Keep previous bug-fix 648 code even if now has no effect. 649 650 - 18 Jul. 2014 Andrea Dotti 651 - Bug fixing: ensure size methods check null pointer condition 652 for G4NuclideTable::fIsotopeList and return zero 653 654 - 18 Jul. 2014 Makoto Asai (particles-V10-00-17) 655 - G4IonTable - Introducing PrepareNuclideTable() method to allow 656 creating G4NuclideTable object without preloading any ions. 657 658 - 11 Jul. 2014 Andrea Dotti (particles-V10-00-16) 659 - Solve data-race condition in G4PDefSplitter 660 661 - 07 Jul. 2014 Makoto Asai (particles-V10-00-15) 662 - G4IonTable.cc - Fill decay channels when an ion is created on 663 the fly to avoid race condition issue in multithreaded mode. 664 Addressing to bug report #1651. 665 666 - 14 Jun. 2014 Hisaya Kurashige (particles-V10-00-14) 667 - fix problems in the three-body decay in G4PhaseSpaceDecayChannel 668 669 - 13 Jun. 2014 Hisaya Kurashige (particles-V10-00-13) 670 - Fix the bug of mass width in G4VDecayChannelFIlleDuaghters 671 672 - 12 Jun. 2014 Alberto Ribon (particles-V10-00-12) 673 - G4PhaseSpaceDecayChannel: fix bug of momentum non-conservation 674 in the two-body decay 675 676 - 31 May 2014 Hisaya Kurashige (particles-V10-00-11) 677 - Fix bugs in G4ExcitedMesonConstructor (missing pi + eta mode in DecayTable) 678 - G4PhaseSpaceDecayChannel takes in to account mass width of daughter particles 679 and gives the dynamical mass according to Breit-Wigner distribution 680 681 - 27 May 2014 Hisaya Kurashige (particles-V10-00-10) 682 - Add daughters_width in G4VDecayChannel 683 684 - 25 May 2014 Hisaya Kurashige (particles-V10-00-08) 685 - Fix Coverity Defects in G4PrimaryParticle, G4DecayTableMessenger 686 - Add a new constructor in G4DynamicParticle 687 688 - 06. May. 2014 Gabriele Cosmo (particles-V10-00-07) 689 - Use G4ThreadLocalStatic in G4PDefSplitter. 690 691 - 27. Mar. 2014 Hisaya Kurashige (particles-V10-00-06) 692 - Fix Coverity defects in G4NuclideTable.cc and G4IonTable.cc 693 694 - 26. Mar. 2014 Tatsumi Koi (particles-V10-00-05) 695 -Fix lack of Cl35 ground state in NuclideTable2 696 -Fix lack of "*std::log(2.0)" in some comparison of threshold time 697 698 - 25. Feb. 2014 Hisaya Kurashige (particles-V10-00-04) 699 - Add G4Exception in G4ElectronOcuppancy::AddElectron() 700 - Life time is given from mass width for pi0 and sigma0 701 702 - 24. Feb. 2014 Hisaya Kurashige (particles-V10-00-03) 703 - Fix compiler warnings in G4IonTable::GetLifetime() 704 705 - 22. Feb. 2014 Hisaya Kurashige (particles-V10-00-02) 706 - Update particle properties for PDG2013 and fix bugs 707 - Fix PDG code for f0(1370) 10221-->30221 708 - Update muon life time, mass and width 709 - Update quark mass and width 710 - Update pi0 life and width 711 - Update eta mass and width 712 - Update f0(500) mass, width and name (was f0(600)) 713 - Update rho0 mass 714 - Update f0(980) mass 715 - Update f1(1285) mass and width 716 - Update eta(1405) mass and width 717 - Update K0s life and width 718 - Update K0* mass and width 719 - Update D0,AntiD0, D+/- mass 720 - Update Ds+/- mass 721 - Update B0,AntiB0, B+/- mass 722 - Update Bs0,AntiBs0 mass width and life 723 - Update Bc+/-0 mass width and life 724 - Update Etac mass width and life 725 - Update Neutron width and life 726 - Update Sigma_b+/- mass and width 727 - Update N(1650) width 728 - Update N(1700) width 729 - Update N(1720) width 730 - Update delta(1232)- width 731 - Update delta(1600) width 732 - Update delta(1620) width 733 - Update delta(1905) mass and width 734 - Update delta(1910) mass and width 735 - Update delta(1920) width 736 - Update delta(1930) mass 737 - Update Sigmac0,Sigmac++ mass and width 738 - Update AntiLambda_b mass ,width and life 739 - Update Sigma_b+/- mass ,width and life 740 - Update Xi_b0/- mass ,width and life 741 - Fix baryon number for AntiLambda_b, AntiLambda_c 742 743 - 21. Feb. 2014 Makoto Asai (particles-V10-00-01) 744 - G4ParticleDefinition::DumpTable() displays correct stability 745 information for a general ion as long as it is known to 746 G4NuclideTable. Addressing to bug report #1560. 747 748 - 28. Jan. 2014 Makoto Asai (particles-V10-00-00) 749 - Fix G4ParticleTable::GetParticle(G4int) method. 750 751 - 27. Nov. 2013 Gabriele Cosmo (particles-V09-06-64) 752 - Correction in G4PDefSplitter::FreeSlave() to use free() instead of 753 delete for releasing offset. 754 - Fix in G4ExcitedBaryonConstructor::GetCharge() and in 755 G4ExcitedMesonConstructor::GetCharge() to replace G4ThreadLocal 756 specification with 'static const' for local variable; also fixing 757 compilation error in MT mode on the icc compiler. 758 759 - 21. Nov. 2013 Hisaya Kurashige (particles-V09-06-63) 760 - Fix defects by Coverity 761 G4NuclideTable.cc G4ParticleTable.cc G4VDecayChannel.cc 762 G4IonTable.cc G4IsomerTable.cc 763 764 - 5. Nov. 2013 Hisaya Kurashige (particles-V09-06-62) 765 - Fix G4NeutronBetaDecayChannel (Bug #1532) 766 767 - 30. Oct. 2013 Makoto Asai (particles-V09-06-61) 768 - Fix the static access method to G4NuclideTable that has caused 769 a problem on Windows. 770 771 - 28. Oct. 2013 Makoto Asai (particles-V09-06-60) 772 - Correct the energy tolerance for G4IonTable::FindIon(Z,A,E). 773 774 - 25. Oct. 2013 Makoto Asai (particles-V09-06-59) 775 - Fix search logic in G4NuclideTable. 776 777 - 25. Oct. 2013 Makoto Asai (particles-V09-06-58) 778 - Additional cout for the case G4IsotopeProperty is not found. 779 780 - 25. Oct. 2013 Makoto Asai (particles-V09-06-57) 781 - Temporary tag. 782 783 - 25. Oct. 2013 Makoto Asai (particles-V09-06-56) 784 - Remove unnecessary G4cout. 785 786 - 24. Oct. 2013 Makoto Asai (particles-V09-06-55) 787 - Protect G4IonTable against rare cases when only the excited states are 788 preloaded while the ground state with non-zero epsilon energy is 789 created on the fly. 790 791 - 24. Oct. 2013 Makoto Asai (particles-V09-06-54) 792 - Fix G4IonTable so that it properly uses iosomer levels defined by 793 G4NuclideTable even if other physics processes may set their own 794 isomer tables. 795 796 - 23. Oct. 2013 Michael Kelsey 797 - Add new G4Phonon{Long,TransSlow,TransFast} particles to bosons/ category. 798 These will NOT be built as part of G4BosonConstructor; user physics lists 799 must create them explicitly. 800 801 - 23. Oct. 2013 Makoto Asai (particles-V09-06-53) 802 - Fixed uninitialized pointer. 803 - Extend G4NuclideTable class to allow reading a data file if needed. 804 805 - 22. Oct. 2013 Makoto Asai (particles-V09-06-52) 806 - Introducing G4NuclideTable class. Ground state and isomer are 807 pre-loaded from this table before the first beamOn. 808 809 - 21. Oct. 2013 Makoto Asai (particles-V09-06-51) 810 - Naming convention of isomers and general excited nuclides has been 811 unified. They always appear with excitation energy in unit of keV. 812 813 - 1. Oct. 2013 Makoto Asai (particles-V09-06-50) 814 - Protect a G4PhaseSpaceDecayChannel::current_parent_mass to be 815 thread local. 816 817 - 9. Sep. 2013 Makoto Asai (particles-V09-06-49) 818 - Remove split class mechanism from G4VDecayChannel class. 819 820 - 8. Sep. 2013 Makoto Asai (particles-V09-06-48) 821 - G4ParticleTable: Update thread-local disctionaries when a particle 822 is created during an event loop. 823 824 - 6. Sep. 2013 Makoto Asai (particles-V09-06-47) 825 - Fix the use of Mutex in G4IonTable. 826 827 - 5. Sep. 2013 Makoto Asai (particles-V09-06-46) 828 - Particle table and ion table in the master thread are properly updated 829 even if a particle is instantiated during an event loop. 830 831 - 1. Sep. 2013 Makoto Asai (particles-V09-06-45) 832 - Ditto for Linux and Windows. 833 834 - 1. Sep. 2013 Makoto Asai (particles-V09-06-44) 835 - Further protection. 836 837 - 31. Aug. 2013 Makoto Asai (particles-V09-06-43) 838 - G4ParticleDefinition::SetProcessManager() now checks the readiness of 839 TLS pointer and sets it up if it isn't. This fix is required for unit 840 tests that do not use Run Manager. 841 842 - 28. Aug. 2013 Makoto Asai (particles-V09-06-42) 843 - Retagged. 844 845 - 28. Aug. 2013 Makoto Asai (particles-V09-06-41) 846 - Split class mechanism of G4ParticleDefinition has been changed. Now all 847 general ions share the object ID with GenericIon so that TLS pointers 848 to G4ProcessManager are not created for such ions. 849 850 - 15. Aug. 2013 Makoto Asai (particles-V09-06-40) 851 - G4IonTable.cc: Fix the initialiaztion of IsomerTableList for 852 worker thread. 853 854 - 14. Aug. 2013 Makoto Asai (particles-V09-06-39) 855 - ParticleTableIterator skips general ions unless it is reset with 856 "false" as its parameter. 857 - Add warning message if a process manager is to be registered to 858 a particle during the event loop. 859 - G4ParticleMessenger : /particle/createAllIon and /particle/createAllIsomer 860 won't propagate to worker threads as all ions and isomers are created 861 in the master thread and particle table and ion table of worker threads 862 inherit those of masther thread. 863 864 - 3. Aug. 2013 Hisaya Kurashige (particles-V09-06-38) 865 - Do not copy IsotopeTable of G4Iontable to Worker thread 866 - Clean up methods of G4ParticleTable 867 868 - 31 July 2013 Dennis Wright (particles-V09-06-37) 869 - Add GetIon(Z,A,level) to G4ParticleTable 870 871 - 29. Jul. 2013 Hisaya Kurashige (particles-V09-06-36) 872 - Revert EncodingDictionary in G4ParticleTable 873 874 - 29. Jul. 2013 Hisaya Kurashige (particles-V09-06-35) 875 - Add DNA particles for setting isGeneralIon flag in G4Ions constructor 876 877 - 26. Jul. 2013 Hisaya Kurashige (particles-V09-06-34) 878 - Fix bug in G4ParticlePropertyTable::SetParticleProperty [Problem1506] 879 - Fix G4IonTable::WorkerG4IonTable() (process manager was added for proton) 880 - Fix G4ParticleTable::WorkerG4ParticleTable() (fIterator was not created) 881 - G4IsomerTbale::isomerTable is changed to static const (was static G4ThreadLocal) 882 - G4NucleiPropertiesTableAME03 and G4NucleiPropertiesTheoreticalTable 883 are changed to static const (was static G4ThreadLocal) 884 - Add isomer level to G4IsonTable::GetNucleusMass 885 - Add G4ParticleDefinition::IsGeneralIon method 886 - Add G4Exception for G4IonTable::CreateIon methods with excited energy 887 (This method will be removed in the next releasae) 888 - Remove ShortLivedDictionary and EncodingDictionary in G4ParticleTable 889 890 - 11. Jul. 2013 Gabriele Cosmo (particles-V09-06-33) 891 - Simplified use of allocator for G4DynamicParticle. 892 893 - 01. Jul. 2013 Makoto Asai (particles-V09-06-32) 894 - Generic ions except GenericIon itself no longer use /run/particle/addProcessManager 895 UI command to make the shallow copy of process manager. 896 897 - 20. Jun. 2013 Andrea Dotti (particles-V09-06-31) 898 - Bug fix for MT: set static TLS pointer G4PDefSplitter::offset to 0 after 899 delete in split-class mechanism G4PDefSplitter::FreeSlave 900 901 - 11. Jun. 2013 Makoto Asai (particles-V09-06-30) 902 - Fix for MT: change ions and isomers to be created after BuildPhysics() 903 so that they properly inherit the process manager of GenericIon. 904 905 - 08. Jun. 2013 Hisaya Kurasige (particles-V09-06-29) 906 - Fix the name of Upsilon meson. 907 908 - 29. May 2013 Gabriele Cosmo, Andrea Dotti (particles-V09-06-28) 909 - Revert back changes done by V.I. in G4IonTable::FindIon(), which turned 910 out to be wrong. 911 - Consistently use wrappers and typedefs from G4Threading for pthreads 912 functions and types in G4ParticleTable and G4IonTable, to allow for porting 913 on Windows. 914 - Add back initialization of light (anti-)ions static variables. Now 915 enabled only for MT and introduced initialization method called by 916 MTRunManager. Should also solve performance loss observed in global 917 tag ref-04c. 918 919 - 23. May 2013 Vladimir Ivantchenko 920 - G4IonTable: modified FindIon(), when find an ion use continue instead 921 of break. 922 923 - 05. May 2013 Hisaya Kurashige (particles-V09-06-25i, -27) 924 (-26 tag is removed and reverted back as -27 tag) 925 - Add G4IsomerTable to create isomers (including ground state) 926 - Modify GetIon methods with isomer level 927 - the ion name has isomer level in the bracket (only for excited state) 928 !!NOTE 929 - GetIon methods with excited enregy can be used still (as before) 930 - If no isomers with matched excitation energy is found in IsomerTable, 931 an ion will be created with isomer level = 9 932 and the ion name has excited energy in the bracket 933 - G4IonTable::CreateIon() is now can be used in Pre_init state 934 935 - 02. May 2013 Hisaya Kurashige (particles-V09-06-22) 936 - Add Isomer Level to G4Ions 937 - Assign level = 0 for ground state 938 - Assign level = 1 for excited states except for giving its level explicitly 939 - Add level = 0 in constructors for light ions (proton, deuteron ....etc)) 940 - Add following methods of using isomer level to GetIon 941 !!NOTE Currently these methods are relevant only for isomer level ==0 (ground state) 942 - G4ParticleDefinition* GetIon(G4int Z, G4int A, G4int lvl=0); 943 - G4ParticleDefinition* GetIon(G4int Z, G4int A, G4int L, G4int lvl); 944 - Modify following methods. The last argument is now interpreted to Isomer level 945 - static G4int GetNucleusEncoding 946 - static G4bool GetNucleusByEncoding 947 - Add Isomer Level to G4IsotopeProperty and add following methods to G4VIsotopeTable 948 - void DumpTable(G4int Zmin=1, G4int Zmax=118); 949 - const G4String& GetName() const; 950 - Add /particle/createAllIsomer commnd for future (currently it gives NO effects) 951 - Modify G4IsotopeMagneticMomentTable to deal with isomer level. 952 - Modify G4IsotopeMagneticMoment.table 953 954 - 29. Apr. 2013 Hisaya Kurashige (particles-V09-06-21) 955 - Fix a bug to avoid creatiing ions with same name 956 957 - 27. Apr. 2013 Hisaya Kurashige (particles-V09-06-20) 958 - Modify G4IonTable::GetIonName to use a static TLS for the ostringstream object. 959 960 - 27. Apr. 2013 Hisaya Kurashige (particles-V09-06-19) 961 - Modify G4IonTable::GetIon and CreateIon 962 - remove string comparison in GetIon 963 - compare excited energy with precion of 0.1 keV in GetIon 964 - set excitation energy consistent with mass and AtomicMass in CreateIon 965 - Modify element name for Z>111 966 967 - 23. Apr. 2013 Hisaya Kurashige (particles-V09-06-17) 968 - Fix bug in G4IonTable::FindIon for light ions 969 970 - 10. Apr. 2013 Hisaya Kurashige (particles-V09-06-16) 971 - remove G4Exceptions which added in G4ParticleTable 972 (it is not problem.) 973 974 - 9. Apr. 2013 Hisaya Kurashige (particles-V09-06-15) 975 - Merged developents from 09 to 12 976 - remove G4cerr 977 - Modify G4IonTable::FindIon to remove EnergyTorelance 978 979 - 4. Apr. 2013 A. Ribon (particles-V09-06-14) 980 - Reproducibility fix in G4IonTable: re-use an already created ion 981 only if the excitation energy is the same (no tolerance). 982 983 - 2. Apr. 2013 A. Dotti (particles-V09-06-13) 984 - Merging with particles-V09-06-08 985 (lost modification from 09 to 12) 986 987 - 2. Apr. 2013 Hisay Kurashige (particles-V09-06-12) 988 - Fix bug of using ProcessManager in G4ParticleDefinition 989 - Fix bug in leptons 990 991 - 30 Mar. 2013 Hisay Kurashige (particles-V09-06-11) 992 - Fix bug of using thePDGMass 993 994 - 26 Mar. 2013 Hisay Kurashige (particles-V09-06-10) 995 - Fix bugs in leptons for setting magnetic moment 996 997 - 23 Mar. 2013 Hisay Kurashige (particles-V09-06-09) 998 - Fix bugs in G4MuonPlus for setting magnetic moment 999 - Update magnetic moment for proton and charged leptons. 1000 - Add G4Excepen if G4ParticleDefintion::CalculateAnomaly is invoked 1001 1002 - 21 Mar. 2013 A. Dotti (particles-V09-06-08) 1003 - Adding G4ParticleDefinition::SetMasterProcessManager method needed for MT 1004 1005 - 14 Mar. 2013 G.Cosmo (particles-V09-06-07) 1006 - Simplified implementation for IsIon() and IsAntiIon() in G4IonTable. 1007 Use workaround for local thread-local pointers. 1008 1009 - 12 Mar. 2013 G.Cosmo (particles-V09-06-06) 1010 - Added public accessors for MT data to G4ParticleDefinition and 1011 G4VDecayChannel. 1012 1013 - 11 Mar. 2013 G.Cosmo (particles-V09-06-05) 1014 - Redefined G4DLL_API to G4PART_DLL to avoid cases of macro redefinition. 1015 1016 - 08 Mar. 2013 G. Cosmo (particles-V09-06-04) 1017 - Moved G4MTTransitoryParticle class from "global" to management module 1018 and renamed to G4PDefSplitter. 1019 - Adapted split classes (G4ParticleDefinition and G4VDecayChannel) to the 1020 change and made code cleanup. 1021 - Code cleanup from MT changes on most classes under management. 1022 1023 - 25 Feb. 2013 A. Dotti (particles-V09-06-03) 1024 - Removed "extern" lockCount and particleTable global variables, they are now static 1025 data member of the G4ParticleTable class (needed for G4MT) 1026 1027 - 25 Feb. 2013 H.Kurashige (particles-V09-06-02) 1028 - Update trunk to geant4-09-06-ref-02 for following files 1029 in order to resolve compiler errors 1030 G4DynamicParticle.icc G4DynamicParticle.cc G4IonTable.cc G4ParticleTable.cc 1031 1032 - 24 Feb. 2013 H.Kurashige (particles-V09-06-01) 1033 - Remove unused variable of thePDGiSpin from G4PDGCodeChecker 1034 1035 - 9 Sep. 2012 G.Cosmo (particles-V09-05-07) 1036 - Fix constructor of G4PhaseSpaceDecayChannel 1037 1038 - 13 Jun. 2012 G.Cosmo (particles-V09-05-06) 1039 - Explicitly use inclusion of headers for system of units and physical 1040 constants, in plan to remove implicit inclusion from globals.hh. 1041 1042 - 25 May. 2012 G.Cosmo (particles-V09-05-05) 1043 - Fixed trivial cases of variable shadowing. 1044 1045 - 24 May. 2012 H.Kurashige (particles-V09-05-04) 1046 - Fix the problem in G4PhaseSpaceDecayChannel 1047 (dynamic mass is cached in the object and used following decays)A 1048 1049 - 14 May. 2012 H.Kurashige (particles-V09-05-03) 1050 - Add protection to call G4ParticleRemoveAllParticles in readyToUse state 1051 - Add protection to call clear for G4IonTable and G4ShortlivedTable in readyToUse state 1052 - Add protection to call Remove for G4ParticleTable and related tables in readyToUse state 1053 - Add protection to call destructor of G4ParticleDefinition in readyToUse state 1054 1055 - 29 Apr. 2012 H.Kurashige (particles-V09-05-02) 1056 - Fixed assignemt operator of G4DecayProducts 1057 1058 - 21 Apr. 2012 H.Kurashige (particles-V09-05-01) 1059 - Fixed the bug in decay table for k_star- 1060 1061 - 4 Apr. 2012 H.Kurashige (particles-V09-05-00) 1062 - Modify G4eDecayProduct to use std::vector instead of fixed size array 1063 (remove limitation of number of daughters) 1064 1065 - 23 Nov. 2011 P.Gumplinger (particles-V09-04-22) 1066 - this is a correction of a comment only; credit should go to 1067 D. Mingming in G4MuonRadiativeDecayChannelWithSpin.hh 1068 1069 - 12 Nov. 2011 H.Kurashige (particles-V09-04-21) 1070 - Fix obsolete G4Exception in G4DynamicParticle 1071 1072 - 12 Nov. 2011 H.Kurashige (particles-V09-04-20) 1073 - Fixed bug in G4IsotopeMagneticMoment constructors 1074 1075 - 8 Nov. 2011 H.Kurashige (particles-V09-04-19) 1076 - Fixed bugs reported by Coverity 1077 (Most of them are 'Missing assignement operator') 1078 1079 - 17 Oct. 2011 H.Kurashige (particles-V09-04-18) 1080 - fix minor bugs reported by Coverity 1081 1082 - 22 Aug. 2011 P.Gumplinger (particles-V09-04-17) 1083 - fix the scale of som0 in G4MuonRadiativeDecayChannelWithSpin.cc 1084 1085 - 22 Aug. 2011 P.Gumplinger (particles-V09-04-16) 1086 - fix coding errors in G4MuonRadiativeDecayChannelWithSpin.cc 1087 - should be 12.0*(x*y*(1.0-y)......); 2.0*ns+nv-nt and 1088 - som0 = (som00+som01)/y 1089 - then sample according to: } while (G4UniformRand()*177.0 > som0); 1090 - Thanks to M. Ding, Tsinghua Univ. 1091 1092 - 22 Aug. 2011 H.Kurashige (particles-V09-04-15) 1093 - Adding B-baryons, Bc mesons, Upsiron and Etac 1094 - Update particle life time according to PDG2011 1095 - Fix a bug of making comment lines in G4HtmlPPReporter 1096 1097 - 3 Aug. 2011 H.Kurashige (particles-V09-04-12) 1098 - Update particle mass/width according to PDG2011 1099 -Fix UNINIT_CTOR in G4PrimaryParticle 1100 1101 - 2 July 2011 H.Kurashige (particles-V09-04-11) 1102 - Fixed bugs of uninitialized values in CTOR of G4PrimaryParticle and G4PrimaryVertex 1103 1104 - 27 June 2011 G.Cosmo (particles-V09-04-10) 1105 - Moved GetParticleName() and FindParticle() methods in G4ParticleTable 1106 to be non-inline (defining multiple return statements). 1107 1108 - 18 June 2011 H.Kurashige (particles-V09-04-09) 1109 - Fix bug of setting momentum direction in G4PrimaryParticle 1110 - Add copy constructor of G4PrimaryParticle and G4PrimaryVertex 1111 - Fix Print method of G4PrimaryVertex 1112 - Clean up codes of G4PrimaryParticle and G4PrimaryVertex 1113 1114 - 16 June 2011 H.Kurashige (particles-V09-04-08) 1115 - Fix bug in G4PrimaryParticle by adding pointer check before using 1116 GetPDGMass and GetPDGCode. 1117 - Add BetaDecay for anti_neutron. (Revert to particles-V09-04-06) 1118 1119 - 14 June 2011 M.Asai (particles-V09-04-07) 1120 - Temporaly remove BetaDecay for anti_neutron for the patch release. 1121 1122 - 13 June 2011 H.Kurashige (particles-V09-04-06) 1123 - Modify G4PrimaryParticle to have kinetic energy and momentum direction 1124 instead of momentum only. 1125 1126 - 20 May 2011 Ben Morgan (particles-V09-04-05) 1127 - CMakeLists.txt : Added G4PARTICLE_ALLOC_EXPORT compiler definition via 1128 add_definitions so all submodules pick it up. 1129 1130 - 14 May 2011 Hisaya Kurashige (particles-V09-04-04) 1131 - Fix energy of proton and neutrino in G4NeutronBetaDecayChannel 1132 1133 - 13 May 2011 Hisaya Kurashige (particles-V09-04-03) 1134 - Fix compiler warning in G4TauLeptonicDecayChannel.cc 1135 1136 - 22 Mar. 2011 Hisaya Kurashige (particles-V09-04-02) 1137 - Fix G4ParticleDefinition::SetApplyCutsFlag() to remove warning messages for proton 1138 1139 - 16 Mar. 2011 Hisaya Kurashige (particles-V09-04-01) 1140 - Modify PDGCodeChecker to allow PDG codei for neutron balls 1141 - Fix problems reported by Coverity 1142 1143 - 26 jan. 2011 Hisaya Kurashige (particles-V09-04-00) 1144 - Register BetaDecay for anti_neutron 1145 though anti_neutron keeps as "stable" with finite life time 1146 - Clean up G4Exception (Define error_code) 1147 1148 - October 30 2010 Hisaya Kurashige (particles-V09-03-15) 1149 - Fix bugs of uninitialized variables (reported by Coverity) 1150 1151 - October 27 2010 Gabriele Cosmo (particles-V09-03-14) 1152 - Restored DLL setup as originally. Withdrawn changes in last tag. 1153 1154 - October 19 2010 Gabriele Cosmo (particles-V09-03-13) 1155 - Replaced G4PARTICLES_ALLOC_EXPORT flag with G4ALLOC_EXPORT for DLL exported 1156 symbols. 1157 1158 - October 16 2010 Hisaya Kurashige (particles-V09-03-12) 1159 - Fix bugs in G4IonTable::IsIon 1160 (anti nuclei were identified as normal ions and contained in the IonTable) 1161 1162 - October 11 2010 Hisaya Kurashige (particles-V09-03-11) 1163 - Modify reporttParticleTable 1164 - Fix particle type for anti_alpha 1165 - Modify G4ParticleDefiniton::Dump to print AtomicNumber/Mass 1166 - Fix a bug in G4PDGCodeChecker for anti_nuclei 1167 1168 - October 9 2010 Hisaya Kurashige (particles-V09-03-10) 1169 - Remove anti_nuclei from shortlived 1170 - Add anti_nuclei classes under hadrons/ions 1171 - Fix G4IonTable::IsLightIon method (neutron,genericIon are not light ions) 1172 - Add G4IonTable::IsLightAntiIon, G4IonTable::GetLightAntiIon 1173 1174 - October 1 2010 Hisaya Kurashige (particles-V09-03-09) 1175 - Update mass/width of muons, taus, mesons, and baryons biased on PDG2010 1176 - Fixed signature for std::pair in G4IonTable source code for compliance 1177 to ISO/C++ Standard. (Sep. 3 by G.Cosmo) 1178 1179 - August 12 2010 Hisaya Kurashige (particles-V09-03-08) 1180 - Add G4DynamicParticle::GetParticleDefinition giving 'const' pointer 1181 1182 - August 10 2010 Hisaya Kurashige (particles-V09-03-07) 1183 - Clean up codes 1184 (Use const pointer of G4ParticleDefinition as possible) 1185 1186 - July 20 2010 Hisaya Kurashige (particles-V09-03-06) 1187 - Fix a bug in G4ExcitedMesonConstructor::Add3PiMode 1188 1189 - June 16 2010 Peter Gumplinger (particles-V09-03-05) 1190 - G4MuonRadiativeDecayChannelWithSpin.cc: correct a sign error in 1191 front of the som01 term; Pmu is -1 for mu+ and hence already 1192 takes care of the sign in equ. (70) of TWIST Technote 55" 1193 1194 - June 11 2010 Hisaya Kurashige (particles-V09-03-04) 1195 - Add anti-nuclei as shortlived 1196 1197 - May 20 2010 Hisaya Kurashige (particles-V09-03-03) 1198 - Fix problems that error messages appear in cout not in cerr 1199 1200 - May 13 2010 Hisaya Kurashige (particles-V09-03-02) 1201 - Clean up codes of G4Dynamicparticle ctors (M.Kelsey) 1202 1203 - Apr. 20 2010 Hisaya Kurashige (particles-V09-03-01) 1204 - revert destructor of G4DynamicParticle to non-virtual 1205 (It was changed to virtual by mistake in particles-V09-03-00) 1206 1207 - Apr. 19 2010 Hisaya Kurashige (particles-V09-03-00) 1208 - Allow creation of shortlived particles other than 'PreInit' state 1209 - ElectronOccupancy in G4DynamicParticle is created on demand 1210 (i.e. not created at the construction of G4DynamicParticle but 1211 created when AddElectron/RemoveElectron are invoked) 1212 1213 - Nov 20 2009 Laurent Desorgher (particles-V09-02-17) 1214 - Add Geant4 disclaimer to G4AdjointProton and Adjoint-light ions 1215 1216 - Nov 06 2009 Hisaya Kurashige (particles-V09-02-16) 1217 - Add G4AdjointProton and Adjoint-light ions (Laurent) 1218 1219 - Oct 21 2009 Hisaya Kurashige (particles-V09-02-15) 1220 - Change G4ElectronOccupancies::MaxSizeOfOrbit to 10 1221 1222 - Oct 9 2009 Hisaya Kurashige (particles-V09-02-14) 1223 - Fix small difference of mass of taus, mesons, and baryons between PDG2009 1224 1225 - Oct 8 2009 Hisaya Kurashige (particles-V09-02-13) 1226 - Fix mass of anti baryons (Sigmac, Lambdac) and anti-diquarks A 1227 1228 - Sep 23 2009 Hisaya Kurashige (particles-V09-02-12) 1229 - Fix a bug in G4IonTable::FIndIon 1230 (use multimap instead of map) 1231 - Fix a bug in G4IonTable::CreateIon 1232 (remove deleteion of G4IsotopeProperty* pointer) 1233 1234 - Sep 16 2009 Hisaya Kurashige (particles-V09-02-11) 1235 - Add check on application state in the constructor of G4ParticleDefinition 1236 - Use sstream instead of strstrem in test/checkParticles 1237 1238 - Sep 14 2009 Hisaya Kurashige (particles-V09-02-10) 1239 - Clean up codes for DecayChannels and so on 1240 1241 - Aug 05 2009 Hisaya Kurashige (particles-V09-02-09) 1242 - Fix a bug that A nad Z of neutron are not defined 1243 - Fix handling of PDG encoding for proton in G4IonTable 1244 1245 - Aug 03 2009 Hisaya Kurashige (particles-V09-02-08) 1246 - Remove G4NucleiPropertiesTable 1247 - Modify G4IonTable::IsIon 1248 1249 - July 31 2009 Hisaya Kurashige (particles-V09-02-07) 1250 - Use STL map for G4IonTable 1251 - Add G4IonTable::CreateAllIon() method 1252 - Add /particle/createAllIon command 1253 1254 - May 5 2009 P.Gumplinger (particles-V09-02-06) 1255 - ascertain that the absolute of the argument to boost is <1.0 1256 in G4MuonRadiativeDecayChannelWithSpin.cc 1257 1258 - May. 2 2009 H.Kurashige (particles-V09-02-05) 1259 - Add G4NuclearProperty::GetNuclearMass(const G4int A, const G4int Z) 1260 - Fix bugs in electron mass calculation and move it to G4NucleiPropertiesTableAME03 1261 - Add printMassTable in test 1262 1263 - Apr. 29 2009 H.Kurashige (particles-V09-02-04) 1264 - Clean up comments in G4NucleiPropertiesTableAME03 1265 1266 - Apr. 7 2009 H.Kurashige (particles-V09-02-03) 1267 - Migrate to use G4NucleiPropertiesTableAME03 instead of G4NucleiPropertiesTable 1268 - Introduce G4NucleiPropertiesTableAME03 to use AME 03 mass table (T.Koi) 1269 1270 - Apr. 2 2009 H.Kurashige (particles-V09-02-02) 1271 - Use std::fabs() instead of abs() 1272 1273 - Feb. 27 2009 H.Kurashige (particles-V09-02-01) 1274 - Update masses of light ions 1275 1276 - Jan. 29 2009 H.Kurashige (particles-V09-02-00) 1277 - include fixes in "partman-V09-02-00" and CalculateAnomaly method 1278 1279 - Jan. 28 2009 G.Cosmo 1280 - Optimised G4IonTable::IsIon() implementation for usage of strings 1281 (on kind suggestion of P.Elmer, CMS). 1282 Fix included in tag "partman-V09-02-00", which excludes the last change 1283 introduced to G4ParticleDefinition, just below. 1284 1285 - Nov. 14 2008 H.Kurashige 1286 - Add G4ParticleDefinition::CalculateAnomaly method 1287 1288 - Nov. 13 2008 H.Kurashige (particles-V09-01-13) 1289 - Fix magnetic moment for leptons 1290 1291 - Nov. 10 2008 H.Kurashige (particles-V09-01-12) 1292 - Fix particle name of G4AdjointPositron 1293 1294 - Nov. 06 2008 H.Kurashige (particles-V09-01-11) 1295 - Adding new sub-directory of adjoint and adjoint-particles (Laurent) 1296 1297 - Oct. 28 2008 H.Kurashige (particles-V09-01-10) 1298 - Add methods of taking A nd Z arguments as G4double G4NucleiProperties 1299 1300 - Oct. 23 2008 H.Kurashige (particles-V09-01-09) 1301 - Add G4NucleiProperties::IsInStableTable 1302 (as a replace of G4NucleiPropertiesTable::IsInTable) 1303 - Change G4NucleiProperties::GetBindingEnergy as 'public' 1304 - Change G4NucleiProperties::GetMassExcess as 'public' 1305 1306 - Oct. 22 2008 H.Kurashige (particles-V09-01-08) 1307 - Fix using raw number of elecrtron mass in calculation of magnetic moment for e+/- 1308 1309 - Oct. 22 2008 H.Kurashige (particles-V09-01-07) 1310 - Hide all methods of getting mass of nucleus except for G4NucleiProperties::GetNuclearMass() 1311 - Cash pointers/masses of light nuclei in G4NucleiProperties 1312 - Add a table of sum of masses of orbital electrons and their binding energy in G4NucleiProperties 1313 1314 - Sep. 18 2008 H.Kurashige (particles-V09-01-06) 1315 - update mass/width according PDG2008 1316 1317 - Sep. 17 2008 H.Kurashige (particles-V09-01-05) 1318 - Avoid direct comparison with string in G4IonTable::IsIon() 1319 1320 - August 08 2008 H.Kurashige (particles-V09-01-04) 1321 - Modify G4HtmlPPReporter 1322 1323 - June 08 2008 H.Kurashige (particles-V09-01-03) 1324 - Add /particle/verbose command for setting verbose level for the ParticleTable 1325 - The initial verbose level of the ParticleTable is set to 1 1326 - The verbose level of the ParticleDefinition at the construction 1327 is set same as the ParticleTable 1328 1329 - Mar. 21 2008 H.Kurashige (particles-V09-01-02) 1330 - Modify implementaion of G4ParticleTable::Remove() and 1331 G4ParticleTable::RemoveAllParticles() so that particle 1332 definition objects are deleted in these methods. 1333 Users are responsible to delete particle objetcs. 1334 - Add G4ParticleTable::DeleteAllParticles() to 1335 remove and delete all particles in the list. 1336 1337 - Mar. 20 2008 H.Kurashige (particles-V09-01-01) 1338 - Modify implementaion of G4ParticleTable::Remove() method 1339 (delete the particle as same way as RemoveAllParticles() method) 1340 - Fix bugs in G4Iontable::Remove() and G4ShortLivedTable::Remove() 1341 - Fix bugs in G4ParticleTable::RemoveAllParticles() method 1342 (G4Iontable and G4ShortLivedTable should not be deleted in this method) 1343 1344 - Mar. 06 2008 H.Kurashige (particles-V09-01-00) 1345 - Modify proton mass equal to proton_mass_c2 from CLHEP 1346 (DIFFERFENCE is 10 eV) 1347 1348 - Check if the atmic number should be less than 999 for G4IonTable 1349 - Add class/method name in printouts 1350 1351 - Oct. 29 2007 P.Gumplinger (particle-V09-00-02) 1352 - Add G4PionRadiativeDecayChannel, G4MuonRadiativeDecayChannelWithSpin 1353 1354 - Oct. 06 2007 H.Kurashige (particles-V09-00-01) 1355 - Add units in messages 1356 1357 - Sep. 14 2007 H.Kurashige (particles-V09-00-00) 1358 - Add G44HyperNucleiProperties 1359 - Add GetIon/FindIon methods for hyper-nuclei in ParticleTable 1360 - Modify G4PDGCodeChecker to check PDG code for nuclei 1361 - remove const from return value of G4ParticleTable::GetIonTable 1362 in order to allow users to use G4IonTable::GetIon methods directly. 1363 1364 - May. 30 2007 H.Kurashige (particles-V08-03-01) 1365 - Fix G4PDGCodeChecker::GetQuarkFlavor 1366 1367 - May. 12 2007 H.Kurashige (particles-V08-03-00) 1368 - Add check against sqrt(negative) in G4DecayProducts 1369 - Add deletion of IsotopeTableList in the destructor in G4IonTable 1370 1371 - Mar. 16 2007 H.Kurashige (particles-V08-02-01) 1372 - Update magnetic moment for leptons 1373 - Add magnetic moment in G4IsotopeProperty 1374 - Allow registration of several isotope property table in G4IonTable 1375 - Add G4IsotopeMagneticMomentTable and datda file of G4IsotopeMagneticMoment.table 1376 - Allow any Z,A combination (A>=Z) for G4IonTable::GetIon 1377 1378 - Mar. 11 2007 H.Kurashige (particles-V08-02-00) 1379 - Added magnetic momnet in G4ParticleDefinition and G4DynamicParticle 1380 (co-work with track-V08-02-00) 1381 1382 - Nov. 15, 2006 H.Kurashige (particles-V08-01-05) 1383 - Optimize G4IonTable::IsLightIon 1384 1385 - Oct. 13, 2006 H.Kurashige (particles-V08-01-04) 1386 - Update mass/width/encoding to match with PDG2006 1387 - Introduce PDG encoding for nuclei 1388 1389 - Oct. 1, 2006 H.Kurashige (particles-V08-01-03) 1390 - Add G4Exception of Warning if sum of daughter mass exceeds parent mass in G4PhaseSpaceDecayChannel 1391 - Modify GetMass and GetCharge of G4PrimaryParticle to return PDG mass and charge 1392 if users do not specify them 1393 1394 - Sep. 25, 2006 H.Kurashige (particles-V08-01-02) 1395 - Fix the bug in k2(1770) decay 1396 1397 - Sep. 5, 2006 H.Kurashige (particles-V08-01-01) 1398 - Fix the bug of not filling quark contents without G4VERBOSE 1399 in G4ParticleDefinition constructor 1400 1401 - Jun. 27, 2006 M.Asai (particles-V08-01-00) 1402 - Code polish of G4PrimaryVertex 1403 1404 - Apr. 28 , 2006 H.Kurashige (particles-V08-00-05) 1405 - Fix memory leak in G4MuonDecayChannel.cc 1406 1407 - Apr. 3 , 2006 H.Kurashige (particles-V08-00-04) 1408 - Update mass/width for resonance particle 1409 - G4ParticleTable::RemoveAllParticles() is invoked in the destructor of G4ParticleTable 1410 1411 - Mar. 29, 2006 H.Kurashige (particles-V08-00-03) 1412 - The name N(2090) is named back to N(2080) to avoid inconsistency 1413 with the im_r_matrix model 1414 1415 - Mar. 26, 2006 H.Kurashige (particles-V08-00-02) 1416 - G4Ions is defined as the base class of all nuclei 1417 - G4GenericIon and all light ion classes (including proton and neutron) 1418 are derived from G4Ions 1419 - GetAtomicMass() and GetAtomicNumber() of G4ParticleDefinition 1420 is changed to non-virtual 1421 - AtomicMass and AtomicNumber() are set in G4Ions Constructor 1422 - All particles are deleted in G4ParticleTable::RemoveAllParticles() 1423 - Update particles to match with PDG2005 1424 - Update name and PDG code for some resonaces 1425 - Update mass/width for resonance particle 1426 - Update mass/width/life for heavy flavor particle 1427 - Update mass/life/decay modes for tau+- 1428 1429 - Feb 24, 2006 H.Kurashige (particles-V08-00-01) 1430 - AtomicNumber and AtomicMass are defined for G4GenericIon 1431 (this modification is the bug fix for registration of G4RadioactiveDecay 1432 to G4GenericIon ) 1433 1434 - Jan 1, 2006 M.Asai (particles-V08-00-00) 1435 - Bug fix in G4ParticleDefinition. 1436 1437 - Nov 18, 2005 M.Asai (particles-V07-01-04) 1438 - Migration to <sstream>. 1439 1440 - Nov 15, 2005 M.Asai (particles-V07-01-03) 1441 - Enforce G4ParticleTable::SetReadiness(). 1442 1443 - Nov 10, 2005 M.Asai (particles-V07-01-02) 1444 - Bringing back particles-V07-00-01 tag. 1445 1446 - Aug 27, 2005 H.Kurashige (particles-V07-01-01) 1447 - Prohibit G4IonTable::CreateIon in PreInit status 1448 1449 - May 30, 2005 M.Asai (particles-V07-00-04) 1450 - Drop particles-V07-00-01 tag and collect developments in later tags in 02 and 03. 1451 1452 - May 05, 2005 M.Asai (particles-V07-00-03) 1453 - Add neutrino energy spectrum in MuonDecayChannel (Jurgen) 1454 - G4ParticleDefinition now uses G4cerr instead of cerr. 1455 1456 - Mar 24, 2005 M.Asai (particles-V07-00-02) 1457 - Moved G4PrimaryParticle, G4PrimaryVertex, G4VUserPrimaryParticleInformation and 1458 G4VUserPrimaryVertexInformation from event category to particles/management. 1459 - Default value of mass of G4PrimaryParticle has been changed to -1 instead of 0. 1460 - GetPDGcode() method is added to G4DynamicParticle. 1461 1462 - Mar 17, 2005 M.Asai (particles-V07-00-01) 1463 - Tag to make all non-static particle definitions on stage. 1464 1465 - Jan 27, 2005 M.Asai (particles-V07-00-00) 1466 - Make G4UnknownParticle non-static to avoid unnecessary linking without its 1467 definition in the physics list. 1468 1469 - Dec 2, 2004 H.Kurashige (particles-V06-02-05) 1470 - migration to cmath 1471 1472 - Sep 17, 2004 P.Gumplinger (particles-V06-02-04) 1473 - Introducing G4MuonDecayChannelWithSpin class. 1474 - Does NOT include changes introduced with "particles-V06-02-03". 1475 1476 - Sep 01, 2004 M.Asai (particles-V06-02-03) 1477 - All particles except shortlived become direct instances of G4particleDefinition class. 1478 - Intermediate level abstract classes except G4VShortLivedParticle are eliminated. 1479 - Classes with particle names (e.g. G4Gamma) are no longer derived from G4ParticleDefinition nor 1480 intermediate level abstract classes (e.g. G4VLepton), but they are now utility classes which 1481 return corresponting pointer of G4particleDefinition. These classes instantiate corresponding 1482 G4particleDefinition objects at the first access to these classes, if and only if corresponding 1483 particles have not yet instantiated elsewhere (typically by the user). 1484 1485 - Aug 31, 2004 M.Asai (particles-V06-02-02) 1486 - G4Exception is added to G4ParticleTable to prohibit its use before 1487 G4VUserPhysicsList is instantiated and set to G4RunManager. 1488 1489 - Jul 26, 2004 H.Kurashige (particles-V06-02-01) 1490 - Remove obsolete dependency to G4Material from G4ParticleDefinition and related class 1491 1492 - Jul 07, 2004 M.Asai (particles-V06-02-00) 1493 - Introducing G4UnknownParticle class. 1494 1495 - Jun 11, 2004 G.Cosmo (particles-V06-01-01) 1496 - Use global flag G4PARTICLES_ALLOC_EXPORT to export extern symbols for DLLs. 1497 Modified granular GNUmakefiles and rearranged usage of extern symbols 1498 in classes in "management" module. 1499 1500 - Jun 07, 2004 G.Cosmo (particles-V06-01-00) 1501 - Use G4extern for allowing support of DLLs on Windows. Modified files: 1502 G4DecayProducts.hh, G4DynamicParticle.icc, G4ElectronOccupancy.hh. 1503 - GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows. 1504 - Coworks with "global-V06-01-02a". 1505 1506 - Mar 11, 2004 H.Kurashige (particles-V06-00-02) 1507 - Add G4VParticlePropertyRetriever 1508 - Add G4TextPPReporter and G4TextPPRetriever 1509 1510 1511 - Feb 12, 2004 H.Kurashige (particles-V06-00-01) 1512 - update mass and width to meet with PDG 2002 data 1513 1514 - Dec 12, 2003 H.Kurashige (particles-V06-00-00) 1515 - Fixed initialization problems in G4NuclearPropertiesTable 1516 -- Add initialization of indexArray 1517 -- Remove the static member of theInstance 1518 1519 - Oct 30, 2003 H.Kurashige (particles-V05-02-06) 1520 - Fixed compiler warning in G4HtmlReporter.cc 1521 1522 - Oct 21, 2003 M.Asai (particles-V05-02-05) 1523 - Change null type pointer in G4DynamicParticle to G4PrimaryParticle 1524 1525 - Sep 22, 2003 1526 - Add new category of particles/utils 1527 - Fixed Anti-particle PDG code for Gluon 1528 1529 - Sep 19, 2003 H.Kurashige (particles-V05-02-04) 1530 - Move classes related Cuts into processes/cuts category 1531 - Remove obsolete cut methods 1532 1533 - Sep 12, 2003 M.Asai (particles-V05-02-02) 1534 - Add DecayProperTime to deep copy of G4DecayProduct. 1535 - Add G4ParticlePropertyData and G4ParticlePropertyTable, 1536 which provide functionality to acess properties in G4ParticleDefinition (Hisaya) 1537 - Change number of NumberOfQuarkFlavor to 6 (Hisaya) 1538 1539 - Aug 22, 2003 H.Kurasige (particles-V05-02-01) 1540 - G4DynamicParticle.cc: fixed memory leak for 'theElectronOccupancy' 1541 in assignment operator. 1542 1543 - Aug 11, 2003 M.Asai (particles-V05-02-00) 1544 - Add one void pointer to G4DynamicParticle for the sake of maintaining links between 1545 pre-assigned decay products and corresponding primary particle. This pointer is used 1546 by G4EventManager. 1547 1548 - Jun 19, 2003 V.Ivantchenko 1549 - G4DynamicParticle.cc: use condition m^2<0.001MeV^2 to identify massless 1550 particles (tag partman-V05-01-02). 1551 1552 - Jun 18, 2003 G.Cosmo 1553 - G4ProductionCutsTable.cc: removed usage of G4USE_STD_NAMESPACE after 1554 migration from G4std (tag partman-V05-01-01). 1555 1556 - Jun 12, 2003 V.Ivantchenko 1557 - G4DynamicParticle.cc: fix in constructors for the calculation of masses 1558 to avoid negative values result of precision loss when massless particles 1559 (like photons) are treated. Fixes problem report #489. 1560 1561 - May 22, 2003 (particles-V05-01-02) M.Asai 1562 - Added one utility method to G4ProductionCuts.hh 1563 1564 - May 20, 2003 (particles-V05-01-01) H.Kurashige 1565 - fixed "unused varibles" 1566 1567 - Apr 29, 2003 (particles-V05-00-10) H.Kurashige 1568 - fixed bugs in retreiving cut info in binary mode 1569 1570 - Apr 11, 2003 (particles-V05-00-09) M.Asai 1571 - Embed a string of file version to physics table file 1572 - Recover ApplyCutsFlag 1573 - Some clean up for release 1574 1575 - Apr 02, 2003 (particles-V05-00-08) M.Asai 1576 - Recover obsolete set/get methods of G4ParticleWithCuts to G4ParticleDefinition. 1577 1578 - Mar 11, 2003 (particles-V05-00-07) H.Kurashige 1579 - Modify G4DynamicParticle to fix the pi-0 decay problem 1580 - Change G4ParticleWithCuts to alias of G4ParticleDefinition 1581 1582 - Mar 11, 2003 (particles-V05-00-06) 1583 - Implement Store/Retreive Cut in G4ProductionCutsTable 1584 - Remove Set/Get Cuts methods from G4ParticleDefintion 1585 - Remove inclusion of G4ParticleWithCuts 1586 - G4ProductionCuts contains cuts only for gamma and e+/- 1587 1588 - Feb 18, 2003 (particles-V05-00-05) 1589 - Add Particle SubType for ions (H.Kurashige) 1590 - Add Particle SubType for ions (H.Kurashige) 1591 1592 - Jan 24, 2003 (particles-V05-00-04) 1593 - Fix in G4ProductionCutsTable::DumpCouples(). Added increment to 1594 material iterator when dumping materials (V.Ivantchenko). 1595 1596 - Jan 21, 2003 (particles-V05-00-03) 1597 - Fix for cuts-per-region in management/src/G4IonTable.cc 1598 1599 - Jan 14, 2003 (particles-V05-00-02) 1600 - Fixes for cuts-per-region 1601 1602 - Jan 7, 2003 (particles-V05-00-01) 1603 - Instant fixes for new 'cuts-by-region' 1604 Corrected files : 1605 management/include/G4VRangeToEnergyConverter.hh 1606 management/src/G4ProductionCutsTable.cc 1607 management/src/G4RToEConvForElectron.cc 1608 management/src/G4RToEConvForGamma.cc 1609 management/src/G4RToEConvForPositron.cc 1610 management/src/G4VRangeToEnergyConverter.cc 1611 1612 - Dec 16, 2002 (particles-V05-00-00) 1613 - Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD. 1614 Included development for 'cuts-by-region'; changes should be 1615 transparent to existing design: 1616 o Removed concrete implementation of method 'CalcEnergyCuts( const G4Material* )' 1617 from affected particles. 1618 o Removed ComputeLoss(), BuildRangeVector() from G4Electron and G4Positron. 1619 o Added classes G4MaterialCutsCouple, G4ProductionCuts, G4ProductionCutsTable, 1620 G4RToEConvForAntiNeutron, G4RToEConvForAntiProton, G4RToEConvForElectron, 1621 G4RToEConvForGamma, G4RToEConvForNeutron, G4RToEConvForPositron, 1622 G4RToEConvForProton, G4VRangeToEnergyConverter - in processes/management. 1623 o Modified G4ParticleDefinition and G4ParticleWithCuts to handle new cuts scheme. 1624 o Added dependency on geometry/volumes in management/GNUmakefile. 1625 1626 - Dec 4, 2002 (particles-V04-01-03) 1627 - Migration to new G4ApplicationState 1628 1629 - Nov 21, 2002 (particles-V04-01-02) 1630 - Fixed G4VDecayChannel::GetNoName() for porting WIndows DLL lib. 1631 1632 - Nov 20, 2002 (particles-V04-01-01) 1633 - Fixed Warning in G4VDecayChannel::FillDaughters (partman-V04-01-01) 1634 - Update Mass Width for resonace particles (shortlived-V04-01-01) 1635 1636 - May 30, 2002 (particles-V04-01-00) 1637 - Fixed PDG codes for k0_star(1430), a0(1450) and f0(1370) (shortlived-04-01-00) 1638 - 1639 1640 - May 30, 2002 (particles-V04-00-03) 1641 - Fixed a bug in G4NeutronBetaDecayChannel 1642 - Fixed warnings in G4NucleiProperties 1643 1644 - Mar 28, 2002 (particles-V04-00-02) 1645 - Fixed a bug in G4TauLeptonicDecayChannel (partman-V04-00-01) 1646 1647 - Mar 08, 2002 (particles-V04-00-01) 1648 - Added G4TauLeptonicDecayChannel for tau leptonic decay (partman-V04-00-00) 1649 - Changed tau decay channels to use G4TauLeptonicDecayChannel (leptons-V04-00-00) 1650 1651 - Feb 12, 2002 H.Kurashige (particles-V04-00-00) 1652 - Fixed bugs in the decay table for G4KaonMinus (hadrons-V04-00-00) 1653 1654 - Nov 19, 2001 H.Kurashige (particles-V03-02-10) 1655 - remove extra semi-colon and comments from G4Gamma.hh 1656 1657 - Oct 30, 2001 H.Kurashige (particles-V03-02-09) 1658 - TAG FOR CUT FOR MATERIAL - 1659 -------- partman-V03-02-09 1660 -------- bosons-V03-02-09 1661 -------- leptons-V03-02-09 1662 -------- hadrons-V03-02-09 1663 - Modify CalcEnergyCuts method 1664 1665 - Oct 25, 2001 H.Kurashige (particles-V03-02-08) 1666 - TAG FOR CUT FOR MATERIAL - 1667 - STL migartion in test directory 1668 - Corrected typo in guidance text in G4ParticleMessenger.cc (Gabriele) 1669 1670 - Oct 25, 2001 H.Kurashige (particles-V03-02-07) 1671 - TAG FOR CUT FOR MATERIAL - 1672 ------- bosons-V03-02-07 1673 ------- leptons-V03-02-07 1674 ------- hadrons-V03-02-07 1675 - Remove SetCut and add CalcEnergyCuts 1676 1677 - Oct 20, 2001 H.Kurashige (particles-V03-02-06) 1678 - TAG FOR CUT FOR MATERIAL - 1679 ------- partman-V03-02-06 1680 - Fixed bugs in G4ParticleWithCuts::UseProton 1681 - Fixed bugs in G4ParticleWithCuts::RestoreCuts 1682 ------- bosons-V03-02-06 1683 - Fixed bugs in G4Gamma::BuildAbsorptionLengthVector by Hisaya 1684 1685 - Oct 15, 2001 H.Kurashige (particles-V03-02-04) 1686 - TAG FOR CUT FOR MATERIAL - 1687 ------- partman-V03-02-04 1688 ------- hadrons-V03-02-03 1689 ------- bosons-V03-02-03 1690 ------- leptons-V03-02-03 1691 ------- shortlived-V03-02-02 1692 - Remove "static" Set/GetCuts methods 1693 - Introduce "Different cut in range for different material" 1694 - Remove static inline methods 1695 1696 1697 - Sep 20, 2001 H.Kurashige (particles-V03-02-03) 1698 ------- partman-V03-02-03 1699 - Modify to use G4Material::GetNumberOfMaterials 1700 1701 - Sep 19, 2001 H.Kurashige (particles-V03-02-02) 1702 ------- partman-V03-02-02 1703 ------- hadrons-V03-00-02 1704 ------- bosons-V03-00-02 1705 ------- leptons-V03-00-02 1706 - Modify for STL migration for materials 1707 1708 - Sep 18, 2001 H.Kurashige (particles-V03-02-01) 1709 ------- partman-V03-02-01 1710 - Added G4NeutronBetaDecayChannel 1711 - Allow MassDifference in case of nucleon decay () 1712 ------- hadrons-V03-00-01 1713 - Added G4NeutronBetaDecayChannel to G4Neutron 1714 1715 - July 31, H.Kurashige (particles-V03-02-00) 1716 - Fixed bugs in copy constructor of G4DecayProduct (partman-V03-02-00) 1717 1718 - May 18, 01 G.Cosmo (particles-V03-01-00) 1719 - Cleared pedantic warnings from Linux-g++ ISO/ANSI setup. 1720 1721 - Apr. 03, 01 H.Kurashige (particles-V03-00-04) 1722 ------- partman-V03-00-04 1723 - Fixed bugs in G4ParticleDefinition::GetPDGIsospin() 1724 - Fixed element name in G4IonTable 1725 - Added special treatment for Lamdas in G4PDGCodeChecker 1726 ------- shortlived-V03-00-01 1727 - Added a0(980),f0(400-1200), f0(980) 1728 - Fixed PDG encoding for excited Lambdas 1729 1730 - Mar. 09, 01 H.Kurashige (particles-V03-00-03) 1731 ------- partman-V03-00-03 1732 - Added RestoreCuts methods to G4ParticleWithCuts 1733 and G4ParticleDefinition 1734 ------ hadrons-V03-00-01, leptons-V03-00-01, -bosons-V03-00-01 1735 - Added RestoreCuts methods 1736 1737 - Mar. 05, 01 H.Kurashige (particles-V03-00-02) 1738 ------- partman-V03-00-02 1739 - Fixed a bug in G4DynamicParticle::SetDefinition() 1740 - STL migration for G4ParticleWithCuts::BuildLossTable() 1741 1742 - Feb. 28, 01 H.Kurashige (particles-V03-00-01) 1743 ------- partman-V03-00-01 1744 - Fixed a bug in calculation of electron energy in G4MuonDecayChannel. 1745 1746 - Jan 18, 01 H.Kurashige 1747 ------- partman-V03-00-00 (particles-V03-00-00) 1748 - Add thePreAssignedDecayTime to G4DynamicParticle 1749 1750 - Oct 19 , 00 HKurashige (particles-V02-00-01) 1751 ------- partman-V02-00-02 1752 - Some bug fixes according to CodeWizard's suggestion (HK) 1753 1754 - Oct 17 , 00 H.Kurashige (particles-V02-00-00) 1755 ------- partman-V02-00-01 1756 - Added const to G4DynamicParticle::GetPreAssignedDecayProducts (HK) 1757 ------- partman-V02-00-00 1758 - Added G4IonTable::GetElementNumber (HK) 1759 - Added comment in case of G4Exception in G4IonTable.cc (HPW) 1760 ------- hadrons-V02-00-00 1761 - Added neutron life time (HK) 1762 - Fixed stable flag for G4PionMinus (HK) 1763 1764 - May 29, 00 H.Kurashige (particles-V01-01-01b) 1765 ------ partman-V01-01-00b 1766 - Fixed problem using pow in G4VDecayChannel::GetAngularMomentum() 1767 1768 1769 - May 12, 00 H.Kurashige (particles-V01-01-01) 1770 ------ partman-V01-01-00 1771 - Added GetAngularMomentum (H.Weber) 1772 1773 - Mar 17, 00 H.Kurashige (particles-V01-01-00) 1774 ------ shortlived-V01-00-02 1775 - Fixed PDG code for anti-particle of "rho0" 1776 1777 - Feb 27, 00 H.Kurashige (particles-V01-00-01) 1778 ------ hadrons-V01-00-01 1779 - Set particle sub-type for barions and mesons 1780 ------ bosons-V01-00-00 1781 - Set particle sub-type 1782 ------ leptons-V01-00-00 1783 - Set particle sub-type 1784 ------ shortlived-V01-00-01 1785 - Set particle sub-type 1786 - Added SetMultipletName to G4ExcitedBaryons/G4ExcitedMesons 1787 - Added GetMultipletName to G4ExcitedBaryons/G4ExcitedMesonsConstructor 1788 ------ partman-V01-00-03 1789 - Added sub-type information in G4ParticleDefinition::DumpTable 1790 1791 - Feb 25, 00 H.Kurashige (particles-V01-00-00) 1792 ------ partman-V01-00-02 1793 - Remove implementation for RW from G4ParticleTable and related. 1794 - Remove implementation for RW from G4DecayTable 1795 - Added ParticleSubType in ParticleDefinition 1796 ------ shortlived-V01-00-00 1797 - Added "rho0" in G4ShortLivedConstructor 1798 ------ hadrons-V01-00-00 1799 - Removed G4RhoPlus, G4RhoZero, and G4RhoMinus class 1800 - Removed G4RhoZero from G4MesonConstructor.cc 1801 - Added GetAtomicNumber() and GetAtomicMass() to G4VIon, G4Proton, and G4Neutron. 1802 1803 1804 - Feb 04, 00 H.Kurashige 1805 ------ partman-V01-00-01 1806 - Bug fix in G4NucleiProperties 1807 1808 - Jan 24, 00 H.Kurashige 1809 ------ partman-V01-00-00 1810 - Added G4IsotopeProperty* G4VIsotopeTable::GetIsotope(G4int Z, G4int A, G4double E) 1811 - Fixed some bugs in G4IonTable::CretaeIon() 1812 1813 - Dec 06, 99 H.Kurashige 1814 ------ partman-V00-01-07 1815 - Bug fix in G4IonTable::elementName[] 1816 1817 - Nov 07, 99 H.Kurashige (particles-V00-01-02) 1818 ------ partman-V00-01-06 1819 - Bug fix in G4DynamicTable::RemoveElectron 1820 - Change G4USE_STL_MAP flag into G4USE_STL 1821 1822 - Nov 03, 99 G.Cosmo 1823 - Modified top-level GNUmakefile to fix G4barions to G4baryons for 1824 the "gmake global" target. 1825 1826 - Oct 29, 99 H.Kurashige 1827 ------ hadrons-V00-01-01 1828 - Fixed particle name for G4RhoPlus 1829 ----- partman-V00-01-05 1830 - Implement STL map version of G4ParticleTable (G4USE_STL_MAP flag) 1831 - Adding comments for Software Reference Manual 1832 1833 - Oct 20, 99 H.Kurashige (particles-V00-01-01) 1834 ----- partman-V00-01-04 tag 1835 - Bug fixes in G4PDGCodeChecker and G4IonTable 1836 1837 - Oct 13, 99 H.Kurashige (particles-V00-01-00b) 1838 ----- partman-V00-01-03 tag 1839 - Bug fix in G4NucleiProperties (Hisaya) 1840 1841 - Oct 8, 99 H.Kurashige (particles-V00-01-00a) 1842 ------ hadrons-V00-01-00a tag ( Oct. 7) 1843 - Reanme G4Bayon.cc B4Baryon.cc 1844 1845 - Oct 7, 99 J.Allison 1846 - Changed name of library G4barions to G4baryons. 1847 1848 - Oct 6, 99 H.Kurashige (particles-V00-01-00) 1849 ----- shortlived-V00-01-01 tag 1850 - Change 'static const G4String' array to 'static const char*' array (Hisaya) 1851 ----- partman-V00-01-02 tag 1852 - New naming scheme for ions in G4IonTable::GetIonName() 1853 - Modified G4IonTable::GetIon methods and related 1854 - Added G4VIsotopeTable and G4IsotopeProperty (Hisaya) 1855 - Bug fix in G4NucleiProperties (Vicente) 1856 1857 - Oct 3, 99 H.Kurashige 1858 ------ shortlived-V00-01-00,hadrons-V00-01-00 tag 1859 - Rename 'Barion' into 'Baryon' (Hisaya) 1860 1861 - Aug 20, 99 H.Kurashige 1862 ----- partman-V00-01-01 tag 1863 - Added theDynamicalCharge and theElectronOccupancy in G4DynamicParticle (Hisaya) 1864 - Modified G4IonTable::GetIon methods and related (Hisaya) 1865 - Added G4ElectronOccupancy class (Hisaya) 1866 - Added G4PDGCodeChecker and modified G4ParticleDefinition::FillQuarkContents (Hisaya) 1867 - Added G4NucleiPropertiesTheoreticalTable to describe excess Masses from Meyer-Swiatecky fromula (Vicente) 1868 - Modified G4NucleiProperties and G4NucleiPropertiesTable (Vicente) 1869 1870 - June 16, 99 H.Kurashige 1871 - Fixed a bug in G4VDecayChannel::FillDaughters (partman-01-00-11) 1872 - Fixed a branching ratio for b1(1235) in G4ExcitedMesonConstructor 1873 (shortlived-01-00-06) 1874 1875 - June 16, 99 H.Kurashige (particles-01-00-08a) 1876 - Fixed a bug of initialization for massKdiff and widthKdiff in G4ExcitedMeson Constructor.cc (shortlived-01-00-05) 1877 1878 - June 10, 99 H.Kurashige (particles-01-00-08) 1879 - Fixed a bug in G4ParticleWithCuts::CalcEnergyCuts(G4double aCut) 1880 (partman-01-00-10) 1881 - Fixed mass, width, encoding for some resonaces (shortlived-01-00-04) 1882 - Added mass width for relatively long life particles 1883 (leptons-01-00-02, hadrons,01-00-02) 1884 1885 - June 8, 99 H.Kurashige (particles-01-00-07, shortlived-01-00-03) 1886 - Fixed Sigma(2040) mass in G4ExcitedSigmaConstructor 1887 1888 - May 26, 99 J.Allison (partman-01-00-09) 1889 - In G4NucleiProperties.hh (Vicente Lara): 1890 Added GetNuclearMass, GetBindingEnergy 1891 Corrected GetMassExcess. 1892 - In G4NucleiPropertiesTabel.hh: 1893 Added GetNuclearMass (VL). 1894 Changed G4String to const char* in (JA): 1895 static const char*& GetName(G4int Z, G4int A); 1896 static const char* Name[nEntries]; 1897 static const char* noName; 1898 - Split G4NucleiPropertiesTable.cc into G4NucleiPropertiesTableA.cc 1899 and G4NucleiPropertiesTableA.cc (JA). 1900 - G4DecayTable.cc: Added inclusion of globals.hh to make it 1901 self-consistent (Gabriele, May 25). 1902 1903 - May 19, 99 H.Kurashige (partman-01-00-08) 1904 - In G4ParticleTable destructor, use clear() and remove destruction of keys 1905 1906 - May 18, 99 J.Allison 1907 - In G4ParticleTable destructor, #ifdef G4USE_STL use clearAndDestroy(). 1908 - Bug fixed in GetAtomicMass due to substraction of electron mass for get 1909 the nuclear masses - Vicente Lara. 1910 1911 - May 6, 99 H.Kurashige (partman-01-00-07) 1912 - Fix a bug in G4DynamicParticle 1913 - Fix bugs in G4IonTable::GetNucleusMass 1914 1915 - Apr. 23, 99 H.Kurashige (particles-01-00-06, partman-01-00-06, 1916 shortlived-01-00-02) 1917 - Retrieve modification for the correct mass formulae of ions 1918 (particles-01-00-04,05,05a does not include bug fixes in particles-01-00-03) 1919 - Set G4ParticleTable::RemoveAllParticles as "protected" 1920 - Bug fixes in G4ExcitedMesonConstructor::ConstructMeson 1921 1922 - Apr. 16, 99 H.Kurashige (particles-01-00-05a, partman-01-00-05a) 1923 - Fixed a bug in G4ParticleWithCuts to ensure unit independence (Laszlo) 1924 1925 - Apr. 15, 99 H.Kurashige (particles-01-00-05, partman-01-00-05) 1926 - Added invocation of G4VUserPhysicsList::BuildPhysicsTable for ions created on the fly (G4IonTable::GetIon) 1927 - Removed comment out statements in G4ParticleDefinition constructor 1928 1929 - Apr. 13,99 H.Kurashige (particles-01-00-04, partman-01-00-04, 1930 leptons-01-00-01, bosons-01-00-01, 1931 hadrons-01-00-01, shortlived-01-00-01) 1932 - Clean up codes H.Kurashige 1933 1934 1935 - Apr. 2,99 H.Kurashige (particles-01-00-03, partman-01-00-03) 1936 - Fixed mass fomulae in G4IonTable 1937 1938 - Feb 6, 99 H.Kurashige (particles-01-00-02 ,partman-01-00-02) 1939 - Migrate G4ParticleTypes.hh into process/management 1940 - Remove using G4ParticleMomentum 1941 1942 - Feb 4, 99 H.Kurashige (particles-01-00-01) 1943 - Re-fixed bugs in destrction of ions (Hisaya) 1944 1945 - Dec. 15, 98 H.Kurashige(particles-00-04-08) 1946 - Fixed bugs in destrction of ions (Hisaya) 1947 1948 - Dec 11, 98 H.Kurashige (particles-00-04-07a) 1949 - Fixed bugs in G4IonTable::GetIonMass (Hisaya) 1950 1951 - Dec. 10, 98 H.Kurashige (particles-00-04-06) 1952 - Fixed bugs in G4NuclearProperties::GetAtomicMass (Hisaya) 1953 1954 - Dec 9, 98 H.Kurashige (particles-00-04-05) 1955 - Modified G4NuclearProperties::GetAtomicMass (Vicente) 1956 - Modified G4IonTable::GetIonMass (Hisaya) 1957 (partman-00-04-05) 1958 1959 - Dec 5, 98 H.Kurashige (particles-00-04-04) 1960 - Added G4GenericIon for Process List (partman-00-04-04,hadrons-00-04-01) 1961 1962 - Dec 2, 98 H.Kurashige (particles-00-04-03) 1963 - Added G4ParticleTypes.hh in management/include. Moved from 1964 global/management/include. (G.Cosmo) (partman-00-04-03) 1965 - Added mechanism to prevent multiple instanciation of resonaces (Hisaya) 1966 (shortlived-00-04-03) 1967 1968 - Nov 25, 98 H.Kurashige (particles-00-04-02) 1969 - Fixed bugs in shortlived particle table (shortlived-00-04-02) 1970 - More modification for E ~= p, i.e., photons in G4DynamicParticles 1971 - Added command of /particle/find in G4ParticleMessenger 1972 - Modified cut scheme for G4Ions 1973 (partman-00-04-02) 1974 1975 - Nov 20, 98 J.Allison (particles-00-04-01a) 1976 - Protected G4DynamicParticles::Set4Momentum sqrt for E ~= p, i.e., photons. 1977 1978 - Nov 18, 98 H.Kurashige (particles-00-04-01) 1979 - Changed G4VDecayChannel::DecayIt for treating dynamical mass (Hisaya) 1980 - Migreted G4NucleiPropoerties from /processes/hadronic 1981 to get precise mass for ions (Hisaya) 1982 (partman-00-04-01) 1983 - Fixed minor bugs in G4ShortLivedConstructor (Hisaya) 1984 (shortlived-00-04-01) 1985 1986 - Nov 17, 98 John Allison and Hans-Peter Wellisch 1987 - SetApplyCutsFlag(false) in G4ParticleWithCuts constructor. 1988 - Initialise cuts at construction of G4Ions. 1989 1990 - Nov 14, 98 H.Kurashige (particles-00-03-05) 1991 - Fixed a bug in G4ParticleWithCuts::CalcEnergyCuts 1992 - Suppress messages in construction of static objects (partman-00-03-06) 1993 1994 - Nov 13, 98 H.Kurashige (particles-00-03-04) 1995 - Fixed bugs in G4ParticleTable::Remove() (partman-00-03-04) 1996 - Fixed bugs in resonace constuctors (shortlived-00-03-04) 1997 1998 - Nov 8, 98 H.Kurashige (particles-00-03-03) 1999 - Fixed bugs in deletion of IonTable 2000 - Modified G4PprticleWithCuts not to use EnergyLossTable 2001 (partman-00-03-03) 2002 - Chnage some enum numbers to public member for SUN complier 2003 (shortlived-00-03-03) 2004 2005 -Oct 27, 98 H.Kurashige (particles-00-03-02) 2006 - Added higher excited mesons (f0, a1, a2, K1, K2 etc.) 2007 (shortlived-00-03-02) 2008 - Modified encoding rule for resonances 2009 - Added four bodys decay in G4PhaseSpaceDecayChannel 2010 (partman-00-03-02) 2011 2012 -Oct 16, 98 H.Kurashige (particles-00-03-01) 2013 - Added higher excited baryons (N*, delta*, sigma* lambda* and xi*) 2014 (shortlived-00-03-01) 2015 - Added rho+, rho- (hadrons-00-03-01) 2016 - Modified encoding rule for resonances (partman-00-03-01) 2017 2018 -Sep 25, 98 H.Kurashige (particles-00-02-03) 2019 - reverted static methods for getting the particle pointer as inlined 2020 - modified PDG encoding of Xi_c 2021 (leptons-00-02-02, bosons-00-02-03, hadrons-00-02-02 ) 2022 - modified G4ParticleTable to improve search by encoding ( partman-00-02-03 ) 2023 2024 -Aug 26, 98 H.Kurashige (particles-00-02-02) 2025 - Fixed sum bugs (bosons-00-02-02, partman-00-02-02) 2026 2027 -Aug 10, 98 H.Kurashige (particles-00-02-01) 2028 - modified G4ParticleTable::FindIon (partman-00-02-01) 2029 - changed all static methods for getting the particle pointer as non-inlined 2030 tagged with following sub-directories 2031 leptons: leptons-00-02-01 2032 bosons: bosons-00-02-01 2033 hadrons: hadrons-00-02-01 2034 2035 July 20, 98 H.Kurashige (particles-00-01-07) 2036 - fixed comnands in G4ParticleMessenger 2037 2038 July 19, 98 H.Kurashige (particles-00-01-06) 2039 - tagged 2040 2041 July 12, 98 H.Kurashige (particles-00-01-05) 2042 - modified G4IonTable::GetIon (partman-00-01-04) 2043 2044 July 10, 98 98 H.Kurashige (particles-00-01-04) 2045 - fixed G4ShortLivedConstructor.cc (shortlived-00-01-02) 2046 2047 July 8, 98 H.Kurashige (particles-00-01-03) 2048 - fixed G4ShortLivedConstructor.cc 2049 - removed G4MaterialTable.hh and G4ElementVector.hh 2050 - fixed G4ParticlePropertyMessenger 2051 - tagged with following sub-directories 2052 management: partman-00-01-03 2053 leptons: leptons-00-01-02 2054 bosons: bosons-00-01-02 2055 hadrons: hadrons-00-01-02 2056 shortlived: shortlived-00-01-01 2057 2058 July 6, 98 H.Kurashige (partman-00-01-01) 2059 - modified G4ParticleWithCuts 2060 - modified G4ParticleTable 2061 2062 July 1, 98 H.Kurashige (particles-00-07-01) 2063 - add G4shortlived.a in GNUmakefile 2064 - tagged with following sub-directories 2065 management: partman-00-07-03 2066 leptons: leptons-00-07-01 2067 bosons: bosons-00-07-01 2068 hadrons: hadrons-00-07-01 2069 shorrtlived: shortlived-00-07-03 2070 2071 June 28, 98 H.Kurashige 2072 - add shortlived directory for G4VShortLivedParticle and its derived classes 2073 - add G4Ions for nucleus in management 2074 - add G4TonTable and G4ShortLivedTable and modify G4ParticleTable 2075 - modify G4ParticleDefinition 2076 2077 June 27, 98 L. Felawka 2078 - remove particle "Helium3" (duplicate particle "He3" already exists) 2079 2080 June 26, 98 L. Felawka 2081 - add new particle: "Helium3" (type hadron/ion) 2082 2083 June 23, 98 H.Kurashige (paricles-06-03) 2084 - fix bugs in G4ParticleWithCuts by Laszlo (partman-06-05) 2085 - modification for new SetCuts by Hisaya 2086 (hadrons-06-03,bosons-06-01,leptons-06-01) 2087 2088 June 18 , 98 H.Kurashige (partman-00-06-04) 2089 - fix bugs in initialization of G4PaarticleWithCuts 2090 2091 June 8, 98 H.Kurashige (partman-00-06-03) 2092 - add GetEnergyThreshold method in G4ParticleDefinition 2093 2094 June 7, 98 H.Kurashige (partman-00-06-02) 2095 - remove theKillProcess from G4DynamicParticle 2096 2097 June 7, 98 H.Kurashige (partman-00-06-01) 2098 - modify in order to avoid dependencies to process category 2099 remove invocation of G4VProcess::BuildPhysicsTable in G4ParticleWithCuts::SetCuts 2100 remove aggregation of G4ProcessManagerMessenger in G4PaerticleMessenger 2101 2102 April 25, 98 H.Kurashige (hadrons-06-01) 2103 - Added G4He3 and fixed some parameters in ions 2104 2105 April 21, 98 G.Cosmo (particles-00-05-01) 2106 - Tagged. 2107 2108 April 08, 98 G.Cosmo 2109 - Added fixes for DEC-cxx 6.0 compiler, related to for-loop index 2110 declarations. List of modified files: 2111 management/G4DecayProducts.cc .hh, G4DecayTable.cc, G4KL3DecayChannel.cc 2112 G4ParticleWithCuts.cc, G4PhaseSpaceDecayChannel.cc, 2113 G4VDecayChannel.cc 2114 leptons/G4Electron.cc 2115 2116 March 24, 98 G.Barrand 2117 - GNUmakefile : MAKESHLIB changed in G4MAKESHLIB 2118 2119 January 28, 98 S. Sadilov 2120 - For Win/NT port in GNUmakefile used $OUT_LIB introduced in 2121 GNUmakefile.architecture as positional qualifier for creating 2122 composite-library. 2123 2124 January 28, 98 H.Kurashige - (particles-00-03-01) 2125 January 24, 98 H.Kurashige - (partman-03-01) 2126 January 24, 98 H.Kurashige - (hadrons-03-01) (leptons-03-01) (bosons-03-01) 2127 December 19, 97 G. Cosmo - (alpha03) 2128 2129 - Created.