source: trunk/source/processes/decay/History @ 1348

Last change on this file since 1348 was 1347, checked in by garnier, 14 years ago

geant4 tag 9.4

File size: 4.3 KB
Line 
1$Id: History,v 1.36 2010/10/30 07:45:38 kurasige Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19-Oct. 30 2010   H.Kurashige (decay-V09-03-01)
20- Fix minor bugs reported by Coverity
21
22-Aug. 10 2010   H.Kurashige (decay-V09-03-00)
23- Use const pointer to G4ParticleDefinition because it should not be modified. 
24
25-Sep. 19 2008   H.Kurashige (decay-V09-01-04)
26- modify process sub type enumeration
27
28- Aug. 22,  08 P.Gumplinger (decay-V09-01-03)
29- fix a bug in G4DecayWithSpin.cc: there is a memory overwrite when the
30  GetFieldValue being called initializes a fieldValue array of size 6
31  when the array is only defined of size 3 in the calling program.
32  Thanks to Kamil Sedlak (PSI) for pointing this out and suggesting this
33  fix.
34 
35- Apr. 16,  08 H.Kurashige  (decay-V09-01-02)
36- fix a bug when shortlived particles has finite  pre-assigned proper time
37 
38- Apr. 11,  08 P.Gumplinger (decay-V09-01-01)
39- modify G4DecayWithSpin::DecayIt to allow spin precession also for EM Fields;
40  e.g. fields that do "DoesFieldChangeEnergy()" but only if the B-field
41  component is > 0. (thanks to Kamil Sedlak, Toni Shiroka from PSI)
42
43- Dec. 15,  07 H.Kurashige (decay-V09-01-00)
44- add G4DecayProcessType
45- define process sub type
46
47- Oct. 29,  07 P.Gumplinger (decay-V09-00-02)
48- add G4PionDecayMakeSpin class
49  set the daughter muon spin for 2 body decays of
50  pi, K and K0_long
51
52- Oct. 12,  07 H.Kurashige (decay-V09-00-01)
53- add forward declaration for G4VExtDecayer in G4DecayWithSpin
54
55- Oct. 06,  07 H.Kurashige (decay-V09-00-00)
56- Add a method of DaughterPolarization in G4Decay
57
58- May 07, 07 H.Kurashige (decay-V08-02-00)
59- Add protection for "TotalEnergy < Mass"
60
61- Apr. 29, 05 H.Kurashige (decay-V07-00-00)
62- Fixed bug in GPILAtRest.
63
64- Dec. 10, 04 G.Cosmo (decay-V06-02-05)
65- replaced M_PI with CLHEP's pi.
66
67- Dec. 2, 04 H.Kurashige (decay-V06-02-04)
68- migration to cmath
69
70- Oct 19, 04 H.Kurashige (decay-V06-02-03)
71- Modify G4UnknownDecay for migration of ParticleChange
72
73- Sep 17, 04 P. Gumplinger (decay-V06-02-02)
74- Add G4DecayWithSpin class and allow for dependency to
75  /geometry/navigation in GNUmakefile
76- Fixed the problem of determination of particle's decay time
77  for the case the particle stops due to energy loss. 
78
79- Aug. 10, 04 H.Kurashige(decay-V06-02-01)
80- Add G4Decay::GetRemainderLifeTime method
81
82- Jul. 07, 04 M.Asai (decay-V06-02-00)
83- Introducing G4UnknownDecay
84
85-  May. 08, 04 H.Kurashige(decay-V06-01-00)
86-   Change method name for ParticleChange
87
88-  Mar. 12, 04 H.Kurashige(decay-V06-00-00)
89-   Fixed bug in PostStepGPIL in case of stopping during AlongStep actions
90
91-  Apr 26, 03 V.Ivanchenko(decay-V05-00-00)
92-  add initialisation of TouchableHandle for decay products
93
94-  Feb 12, 02 H.Kurashige(decay-V04-00-01)
95-  Remove physics table
96
97-  Feb 9, 02 H.Kurashige(decay-V04-00-00)
98-   Modify Lowest/HighestBinEnergy for physics table
99     to calculate beta for slow particle
100
101-  Aug 22, 01 H.Kurashige(decay-V03-02-01)
102- Clean up codes
103
104- Feb 29, 01 H.Kurashige(decay-V03-00-03)
105- Fix minor bug in G4VExtDecayer
106
107- Feb 22, 01 H.Kurashige(decay-V03-00-02)
108- Add G4VExtDecayer and modify G4Decay
109
110- Jan 18, 01 H.Kurashige(decay-V03-00-01)
111-  Use PreAssignedDecayTime in G4DynamicParticle if necessary
112
113- Oct 24, 00 H.Kurashige(decay-V02-00-01)
114-  Bug fix in G4Decay::DecayIt (no decay if the particle is stable)
115
116- Oct 19, 00 H.Kurashige(decay-V02-00-00)
117-  Bug fix in G4Decay to avoid direct modification of G4Track
118   by the Decay Process
119
120- Mar. 1, 00 H.Kurashige (decay-V01-00-00)
121-  Bug fix in G4Decay::IsApplicable()
122      G4Decay should be applicable to "shortlived" particles 
Note: See TracBrowser for help on using the repository browser.