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

Last change on this file since 1055 was 1055, checked in by garnier, 15 years ago

maj sur la beta de geant 4.9.3

File size: 4.2 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
1631-March-2009 Tatsumi Koi (hadr-qmd-V09-02-01)
17- Fix bug in gamma(mass zero) partiticpants
18        src/G4QMDCollision.cc 
19- Chnage meber object to pointer
20        include/G4QMDReaction.hh 
21        src/G4QMDReaction.cc 
22
2328-February-2009 Tatsumi Koi (hadr-qmd-V09-02-00)
24- Fix bug in Absorption
25        src/G4QMDCollision.cc 
26- Add Be8 -> Alpha Alpha including opening angle by Q value 
27        src/G4QMDReaction.cc 
28
2920-November-2008 Tatsumi Koi (hadr-qmd-V09-01-08)
30- Add Update
31        include/G4QMDMeanField.hh
32        src/G4QMDMeanField.cc
33- Add "hit" flag and related methods
34        include/G4QMDParticipant.hh 
35- Add Erase and Insert Participant methods
36        include/G4QMDSystem.hh 
37        src/G4QMDSystem.cc
38- Add deltaT in signature of CalKinematicsOfBinaryCollisions
39  Add several required updating of Mean Filed
40  Modify handling of absorption case
41        include/G4QMDCollision.hh 
42        src/G4QMDCollision.cc 
43- Add deltaT in signature of CalKinematicsOfBinaryCollisions
44        src/G4QMDReaction.cc 
45
4607-November-2008 Tatsumi Koi (hadr-qmd-V09-01-07)
47- Add UnUseGEM and UseFRAG
48  Fix bug in neucleon projectile
49        include/G4QMDReaction.hh
50        src/G4QMDReaction.cc 
51- Migrate to particles-V09-01-09
52        src/G4QMDNucleus.cc 
53
5427-Oct-2008 Tatsumi Koi (hadr-qmd-V09-01-06)
55- Migrate to particles-V09-01-09 by T. Koi
56  Z,A to A,Z for functions of NucleiProperties
57        src/G4QMDGroundStateNucleus.cc 
58        src/G4QMDNucleus.cc 
59
6024-Oct-2008 Tatsumi Koi (hadr-qmd-V09-01-05)
61- Migrate to particles-V09-01-09 by T. Koi
62        src/G4QMDGroundStateNucleus.cc 
63        src/G4QMDNucleus.cc 
64
6512-Jun-2008 Tatsumi Koi (hadr-qmd-V09-01-04)
66- Delete unnecessary dependency and unused functions
67  Change criterion of reaction by T. Koi
68        include/G4QMDReaction.hh
69        src/G4QMDReaction.cc 
70
7106-Jun-2008 Tatsumi Koi (hadr-qmd-V09-01-03)
72- Fix memory leaks by T. Koi
73        include/G4QMDSystem.hh 
74        src/G4QMDReaction.cc 
75
7603-Jun-2008 Tatsumi Koi (hadr-qmd-V09-01-02)
77- Fix memory leaks by T. Koi
78        src/G4QMDReaction.cc 
79        src/G4QMDCollision.cc 
80
8105-May-2008 Tatsumi Koi (hadr-qmd-V09-01-01)
82- Fixed and changed sampling method of impact parameter
83        src/G4QMDReaction.cc 
84
8526-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-05)
86- Fix of typo which introduced at (hadr-qmd-V09-00-04)
87        src/G4QMDNucleus.cc 
88
8920-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-04)
90- Fixed failed initialization of some parameter
91        src/G4QMDParameters.cc 
92- Reduce standard outputted information
93        src/G4QMDNucleus.cc  ( included fix in hadr-qmd-V09-00-03)
94- Reduce multiple calculation of identical and symmetric parameters
95  (enhance computing speed)
96        src/G4QMDMeanField.cc 
97- Change reaction system CM to NN
98  (usually enhanced stability of ground state nucleus)
99        include/G4QMDReaction.hh
100        src/G4QMDReaction.cc 
101
10222-Nov-2007 Gabriele Cosmo (hadr-qmd-V09-00-03)
103- Fixed compilation problem on WIN32-VC for usage of std::pow() function
104  in file G4QMDNucleus.cc.
105
10620-Nov-2007 Gabriele Cosmo (hadr-qmd-V09-00-02)
107- Fixed compilation problem on SUN-CC for handling of 'multimap'
108  structures in G4QMDMeanField.cc.
109
11015-Nov-2007 Tatsumi Koi    (hadr-qmd-V09-00-01)
111- First implmentation of QMD reaction model
112        based on JQMD (Niita et al., JAERI-Data/Code 99-042)
113        Use Collision library of Geant4
114
115        History (this file)
116        GNUMakefile
117        include/G4QMDGroundStateNucleus.hh 
118        include/G4QMDNucleus.hh     
119        include/G4QMDParticipant.hh 
120        include/G4QMDSystem.hh
121        include/G4QMDCollision.hh 
122        include/G4QMDMeanField.hh           
123        include/G4QMDParameters.hh 
124        include/G4QMDReaction.hh
125        src/G4QMDCollision.cc 
126        src/G4QMDGroundStateNucleus.cc 
127        src/G4QMDMeanField.cc 
128        src/G4QMDNucleus.cc 
129        src/G4QMDParameters.cc 
130        src/G4QMDParticipant.cc 
131        src/G4QMDReaction.cc 
132        src/G4QMDSystem.cc
Note: See TracBrowser for help on using the repository browser.