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

Last change on this file since 962 was 962, checked in by garnier, 17 years ago

update processes

File size: 3.8 KB
Line 
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 ---------------------------------------------------------------
15
1620-November-2008 Tatsumi Koi (hadr-qmd-V09-01-08)
17- Add Update
18 include/G4QMDMeanField.hh
19 src/G4QMDMeanField.cc
20- Add "hit" flag and related methods
21 include/G4QMDParticipant.hh
22- Add Erase and Insert Participant methods
23 include/G4QMDSystem.hh
24 src/G4QMDSystem.cc
25- Add deltaT in signature of CalKinematicsOfBinaryCollisions
26 Add several required updating of Mean Filed
27 Modify handling of absorption case
28 include/G4QMDCollision.hh
29 src/G4QMDCollision.cc
30- Add deltaT in signature of CalKinematicsOfBinaryCollisions
31 src/G4QMDReaction.cc
32
3307-November-2008 Tatsumi Koi (hadr-qmd-V09-01-07)
34- Add UnUseGEM and UseFRAG
35 Fix bug in neucleon projectile
36 include/G4QMDReaction.hh
37 src/G4QMDReaction.cc
38- Migrate to particles-V09-01-09
39 src/G4QMDNucleus.cc
40
4127-Oct-2008 Tatsumi Koi (hadr-qmd-V09-01-06)
42- Migrate to particles-V09-01-09 by T. Koi
43 Z,A to A,Z for functions of NucleiProperties
44 src/G4QMDGroundStateNucleus.cc
45 src/G4QMDNucleus.cc
46
4724-Oct-2008 Tatsumi Koi (hadr-qmd-V09-01-05)
48- Migrate to particles-V09-01-09 by T. Koi
49 src/G4QMDGroundStateNucleus.cc
50 src/G4QMDNucleus.cc
51
5212-Jun-2008 Tatsumi Koi (hadr-qmd-V09-01-04)
53- Delete unnecessary dependency and unused functions
54 Change criterion of reaction by T. Koi
55 include/G4QMDReaction.hh
56 src/G4QMDReaction.cc
57
5806-Jun-2008 Tatsumi Koi (hadr-qmd-V09-01-03)
59- Fix memory leaks by T. Koi
60 include/G4QMDSystem.hh
61 src/G4QMDReaction.cc
62
6303-Jun-2008 Tatsumi Koi (hadr-qmd-V09-01-02)
64- Fix memory leaks by T. Koi
65 src/G4QMDReaction.cc
66 src/G4QMDCollision.cc
67
6805-May-2008 Tatsumi Koi (hadr-qmd-V09-01-01)
69- Fixed and changed sampling method of impact parameter
70 src/G4QMDReaction.cc
71
7226-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-05)
73- Fix of typo which introduced at (hadr-qmd-V09-00-04)
74 src/G4QMDNucleus.cc
75
7620-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-04)
77- Fixed failed initialization of some parameter
78 src/G4QMDParameters.cc
79- Reduce standard outputted information
80 src/G4QMDNucleus.cc ( included fix in hadr-qmd-V09-00-03)
81- Reduce multiple calculation of identical and symmetric parameters
82 (enhance computing speed)
83 src/G4QMDMeanField.cc
84- Change reaction system CM to NN
85 (usually enhanced stability of ground state nucleus)
86 include/G4QMDReaction.hh
87 src/G4QMDReaction.cc
88
8922-Nov-2007 Gabriele Cosmo (hadr-qmd-V09-00-03)
90- Fixed compilation problem on WIN32-VC for usage of std::pow() function
91 in file G4QMDNucleus.cc.
92
9320-Nov-2007 Gabriele Cosmo (hadr-qmd-V09-00-02)
94- Fixed compilation problem on SUN-CC for handling of 'multimap'
95 structures in G4QMDMeanField.cc.
96
9715-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-01)
98- First implmentation of QMD reaction model
99 based on JQMD (Niita et al., JAERI-Data/Code 99-042)
100 Use Collision library of Geant4
101
102 History (this file)
103 GNUMakefile
104 include/G4QMDGroundStateNucleus.hh
105 include/G4QMDNucleus.hh
106 include/G4QMDParticipant.hh
107 include/G4QMDSystem.hh
108 include/G4QMDCollision.hh
109 include/G4QMDMeanField.hh
110 include/G4QMDParameters.hh
111 include/G4QMDReaction.hh
112 src/G4QMDCollision.cc
113 src/G4QMDGroundStateNucleus.cc
114 src/G4QMDMeanField.cc
115 src/G4QMDNucleus.cc
116 src/G4QMDParameters.cc
117 src/G4QMDParticipant.cc
118 src/G4QMDReaction.cc
119 src/G4QMDSystem.cc
Note: See TracBrowser for help on using the repository browser.