| [819] | 1 |
|
|---|
| 2 | ==========================================================
|
|---|
| 3 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 4 | ==========================================================
|
|---|
| 5 |
|
|---|
| 6 | History file for hadronic/models/qmd directory
|
|---|
| 7 | --------------------------------------------------------
|
|---|
| 8 |
|
|---|
| 9 | This file should be used to summarize modifications introduced in the
|
|---|
| 10 | code and to keep track of all tags.
|
|---|
| 11 |
|
|---|
| 12 | ---------------------------------------------------------------
|
|---|
| 13 | * Please list in reverse chronological order (last date on top)
|
|---|
| 14 | ---------------------------------------------------------------
|
|---|
| [962] | 15 |
|
|---|
| [1228] | 16 | 20-November-2009 Tatsumi Koi (hadr-qmd-V09-02-03)
|
|---|
| 17 | - Delete obviously unnecessary dependency in GNUMakefile
|
|---|
| 18 | GNUmakefile
|
|---|
| 19 | - Enable meson incidence (BETA)
|
|---|
| 20 | include/G4QMDReaction.hh
|
|---|
| 21 | src/G4QMDReaction.cc
|
|---|
| 22 |
|
|---|
| [1196] | 23 | 19-November-2009 Tatsumi Koi (hadr-qmd-V09-02-02)
|
|---|
| 24 | - Fix bug for incidence of neutral particles;
|
|---|
| 25 | Should be OK for neucleon-nucleus interaction
|
|---|
| 26 | src/G4QMDReaction.cc
|
|---|
| 27 | src/G4QMDGroundStateNucleus.cc
|
|---|
| 28 |
|
|---|
| [1055] | 29 | 31-March-2009 Tatsumi Koi (hadr-qmd-V09-02-01)
|
|---|
| 30 | - Fix bug in gamma(mass zero) partiticpants
|
|---|
| 31 | src/G4QMDCollision.cc
|
|---|
| [1196] | 32 | - Chnage member object to pointer
|
|---|
| [1055] | 33 | include/G4QMDReaction.hh
|
|---|
| 34 | src/G4QMDReaction.cc
|
|---|
| 35 |
|
|---|
| 36 | 28-February-2009 Tatsumi Koi (hadr-qmd-V09-02-00)
|
|---|
| 37 | - Fix bug in Absorption
|
|---|
| 38 | src/G4QMDCollision.cc
|
|---|
| 39 | - Add Be8 -> Alpha Alpha including opening angle by Q value
|
|---|
| 40 | src/G4QMDReaction.cc
|
|---|
| 41 |
|
|---|
| [962] | 42 | 20-November-2008 Tatsumi Koi (hadr-qmd-V09-01-08)
|
|---|
| 43 | - Add Update
|
|---|
| 44 | include/G4QMDMeanField.hh
|
|---|
| 45 | src/G4QMDMeanField.cc
|
|---|
| 46 | - Add "hit" flag and related methods
|
|---|
| 47 | include/G4QMDParticipant.hh
|
|---|
| 48 | - Add Erase and Insert Participant methods
|
|---|
| 49 | include/G4QMDSystem.hh
|
|---|
| 50 | src/G4QMDSystem.cc
|
|---|
| 51 | - Add deltaT in signature of CalKinematicsOfBinaryCollisions
|
|---|
| 52 | Add several required updating of Mean Filed
|
|---|
| 53 | Modify handling of absorption case
|
|---|
| 54 | include/G4QMDCollision.hh
|
|---|
| 55 | src/G4QMDCollision.cc
|
|---|
| 56 | - Add deltaT in signature of CalKinematicsOfBinaryCollisions
|
|---|
| 57 | src/G4QMDReaction.cc
|
|---|
| 58 |
|
|---|
| 59 | 07-November-2008 Tatsumi Koi (hadr-qmd-V09-01-07)
|
|---|
| 60 | - Add UnUseGEM and UseFRAG
|
|---|
| 61 | Fix bug in neucleon projectile
|
|---|
| 62 | include/G4QMDReaction.hh
|
|---|
| 63 | src/G4QMDReaction.cc
|
|---|
| 64 | - Migrate to particles-V09-01-09
|
|---|
| 65 | src/G4QMDNucleus.cc
|
|---|
| 66 |
|
|---|
| 67 | 27-Oct-2008 Tatsumi Koi (hadr-qmd-V09-01-06)
|
|---|
| 68 | - Migrate to particles-V09-01-09 by T. Koi
|
|---|
| 69 | Z,A to A,Z for functions of NucleiProperties
|
|---|
| 70 | src/G4QMDGroundStateNucleus.cc
|
|---|
| 71 | src/G4QMDNucleus.cc
|
|---|
| 72 |
|
|---|
| 73 | 24-Oct-2008 Tatsumi Koi (hadr-qmd-V09-01-05)
|
|---|
| 74 | - Migrate to particles-V09-01-09 by T. Koi
|
|---|
| 75 | src/G4QMDGroundStateNucleus.cc
|
|---|
| 76 | src/G4QMDNucleus.cc
|
|---|
| 77 |
|
|---|
| 78 | 12-Jun-2008 Tatsumi Koi (hadr-qmd-V09-01-04)
|
|---|
| 79 | - Delete unnecessary dependency and unused functions
|
|---|
| 80 | Change criterion of reaction by T. Koi
|
|---|
| 81 | include/G4QMDReaction.hh
|
|---|
| 82 | src/G4QMDReaction.cc
|
|---|
| 83 |
|
|---|
| 84 | 06-Jun-2008 Tatsumi Koi (hadr-qmd-V09-01-03)
|
|---|
| 85 | - Fix memory leaks by T. Koi
|
|---|
| 86 | include/G4QMDSystem.hh
|
|---|
| 87 | src/G4QMDReaction.cc
|
|---|
| 88 |
|
|---|
| 89 | 03-Jun-2008 Tatsumi Koi (hadr-qmd-V09-01-02)
|
|---|
| 90 | - Fix memory leaks by T. Koi
|
|---|
| 91 | src/G4QMDReaction.cc
|
|---|
| 92 | src/G4QMDCollision.cc
|
|---|
| 93 |
|
|---|
| 94 | 05-May-2008 Tatsumi Koi (hadr-qmd-V09-01-01)
|
|---|
| 95 | - Fixed and changed sampling method of impact parameter
|
|---|
| 96 | src/G4QMDReaction.cc
|
|---|
| 97 |
|
|---|
| [819] | 98 | 26-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-05)
|
|---|
| 99 | - Fix of typo which introduced at (hadr-qmd-V09-00-04)
|
|---|
| 100 | src/G4QMDNucleus.cc
|
|---|
| 101 |
|
|---|
| 102 | 20-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-04)
|
|---|
| 103 | - Fixed failed initialization of some parameter
|
|---|
| 104 | src/G4QMDParameters.cc
|
|---|
| 105 | - Reduce standard outputted information
|
|---|
| 106 | src/G4QMDNucleus.cc ( included fix in hadr-qmd-V09-00-03)
|
|---|
| 107 | - Reduce multiple calculation of identical and symmetric parameters
|
|---|
| 108 | (enhance computing speed)
|
|---|
| 109 | src/G4QMDMeanField.cc
|
|---|
| 110 | - Change reaction system CM to NN
|
|---|
| 111 | (usually enhanced stability of ground state nucleus)
|
|---|
| 112 | include/G4QMDReaction.hh
|
|---|
| 113 | src/G4QMDReaction.cc
|
|---|
| 114 |
|
|---|
| 115 | 22-Nov-2007 Gabriele Cosmo (hadr-qmd-V09-00-03)
|
|---|
| 116 | - Fixed compilation problem on WIN32-VC for usage of std::pow() function
|
|---|
| 117 | in file G4QMDNucleus.cc.
|
|---|
| 118 |
|
|---|
| 119 | 20-Nov-2007 Gabriele Cosmo (hadr-qmd-V09-00-02)
|
|---|
| 120 | - Fixed compilation problem on SUN-CC for handling of 'multimap'
|
|---|
| 121 | structures in G4QMDMeanField.cc.
|
|---|
| 122 |
|
|---|
| 123 | 15-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-01)
|
|---|
| 124 | - First implmentation of QMD reaction model
|
|---|
| 125 | based on JQMD (Niita et al., JAERI-Data/Code 99-042)
|
|---|
| 126 | Use Collision library of Geant4
|
|---|
| 127 |
|
|---|
| 128 | History (this file)
|
|---|
| 129 | GNUMakefile
|
|---|
| 130 | include/G4QMDGroundStateNucleus.hh
|
|---|
| 131 | include/G4QMDNucleus.hh
|
|---|
| 132 | include/G4QMDParticipant.hh
|
|---|
| 133 | include/G4QMDSystem.hh
|
|---|
| 134 | include/G4QMDCollision.hh
|
|---|
| 135 | include/G4QMDMeanField.hh
|
|---|
| 136 | include/G4QMDParameters.hh
|
|---|
| 137 | include/G4QMDReaction.hh
|
|---|
| 138 | src/G4QMDCollision.cc
|
|---|
| 139 | src/G4QMDGroundStateNucleus.cc
|
|---|
| 140 | src/G4QMDMeanField.cc
|
|---|
| 141 | src/G4QMDNucleus.cc
|
|---|
| 142 | src/G4QMDParameters.cc
|
|---|
| 143 | src/G4QMDParticipant.cc
|
|---|
| 144 | src/G4QMDReaction.cc
|
|---|
| 145 | src/G4QMDSystem.cc
|
|---|