source: trunk/source/processes/hadronic/models/qmd/History@ 1196

Last change on this file since 1196 was 1196, checked in by garnier, 16 years ago

update CVS release candidate geant4.9.3.01

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