source: trunk/source/processes/management/History @ 836

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

import all except CVS

File size: 6.4 KB
Line 
1$Id: History,v 1.51.2.1.2.1 2008/04/25 11:47:06 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- Apr. 25, 2008   H.Kurashige (procman-V09-00-06)
20- fixed a bug of invoking ResetNumberOfInteractionLengthLeft
21  at the zero length step 
22- allow zero mean free path for PostStepDoIt
23
24
25- Dec. 12, 2007   G.Cosmo (procman-V09-00-05a)
26- Moved inline definitions of virtual methods in G4WrapperProcess to
27  .cc file.
28
29- Nov. 28, 2007   H.Kurashige (procman-V09-00-05)
30- Fix a bug SetProcessOrderingToSecond method of G4ProcessManager.
31
32- Oct. 6, 2007   H.Kurashige (procman-V09-00-03)
33- clean up messages in G4ProcessManager and G4ProcessTable
34
35- Oct. 3, 2007   H.Kurashige (procman-V09-00-02)
36- change ExceptionSeverity of CheckOrderingParameters to FatalException
37 
38- Oct. 2, 2007   H.Kurashige (procman-V09-00-01)
39- add G4ProcessManager::CheckOrderingParameters
40- add isXXXXDoItIsEnabled methods in G4VProcess and derived classes.
41 
42- July 30,  2007 Jane Tinslay
43- Remove double definition of PreparePhysicsTable in G4WrapperProcess
44
45- July 13,2007   H.Kurashige (procman-V09-00-00)
46-  add  SetProcessOrderingToSecond method for G4ProcessManager.
47     
48- June 02, 2006  M.Maire ((procman-V08-00-01)
49-  add physicsModified in activate/inactivate UI commands
50
51- Feb. 23, 2006  M.Asai (procman-V08-00-00)
52-  Fix G4WrapperProcess::StartTracking() implementation
53
54- Nov. 21, 2005  M.Asai (procman-V07-01-01)
55- Migration to <sstream>.
56- G4VProcess::StartTracking now takes G4Track* as an argument.
57- G4ProcessManager::StartTracking now invokes this new method.
58
59- July 11, 2005  H.Kurashige (procman-V07-01-00)
60- Add forward declaration of G4UImessenger in G4ProcessTable.hh
61
62-Feb. 15, 2005  H.Kurashige (procman-V07-00-00)
63-  Modify G4ProcessVectorOrdering to fix FindInsedrtPosition
64
65-Dec. 02, 2004 H.Kurashige (procman-V06-02-03)
66- migration to cmath
67
68- Dev. 02, 2004 H.Kurasige (procman-V06-02-03)
69- Implemented migration to <cmath> for G4VProcess.hh.
70
71- Nov. 10, 2004 V.Ivanchenko (procman-V06-02-02)
72- Add const cast for argument of one method used in Store/Retrieve PhysicsTable
73
74- Nov. 7, 2004 H.Kurashige (procman-V06-02-01)
75- Add const cast for arguments in Store/Retrieve PhysicsTable
76
77-Oct 25, 2004 H.Kurashige (procman-V06-02-00)
78- Add PreparePhysicsTable in G4VProcess
79
80- May 10 2004  H.Kurashige (procman-V06-01-00)
81- Fixed a bug in G4ProcessManager::RemoveProcess for the case
82   the removed process is inactive
83
84- Nov.03, 2003   H.Kurashige (procman-V05-02-00)
85- Use G4ExceptionSeverity for all G4Exception
86
87- Apr.01, 2003   G.Cosmo (procman-V05-00-01)
88- Cleared few trivial strict pedantic warnings
89
90- Mar.25, 2003   H.Kurashige (procman-V05-00-00)
91- Fix PostStepGetPhysicalInteractionLength to avoid unrealistic step of length 0
92 
93- Nov.28, 2002   H.Kurashige (procman-V04-01-01)
94- Fixed memory leak in G4ProcessTable
95
96- Sep.17, 2002   H.Kurashige (procman-V04-01-00)
97- Add new commands of "/process/setVerbose " for G4ProcessTableMessenger
98
99- Apr.15, 2002   H.Kurashige (procman-V04-00-00)
100- Add G4VProcess::GetCurrentInteractionLength()
101- Fixed bugs in PostStepDoIt when MeanFreePath is equal to DBL_MAX
102 
103- Oct. 11, 2001  G.Cosmo (procman-V03-02-04)
104- Replaced inclusion of ctoken.h with G4Tokenizer.hh in
105  G4ProcessTableMessenger.cc.
106- Co-works with tag "globals-V03-02-03" where the STLInterface
107  module has been removed.
108
109- Sep. 20, 2001  H.Kurashige (procman-V03-02-03)
110- Modify for STL migration for materials
111
112- Sep. 19, 2001  H.Kurashige (procman-V03-02-02)
113- Add Set/GetProcessManager to G4VProcess and modify
114  G4ProcessManager::AddProcess to invoke SetProcessManager
115
116- Aug 16,  H.Kurashige (procman-V03-02-01)
117- Fixed bugs in the copy constructor of G4ProcessManager.
118
119- July, 31 H.Kurashige (procman-V03-02-00)
120- Modify arguments for Retreive/StorePhysicsTable
121
122- May 22, 01  G.Cosmo (procman-V03-01-00)
123- Cleared pedantic warnings from Linux-g++ ISO/ANSI setup.
124
125- Mar 12, 01  H.Kurashige (procman-V03-00-00)
126- Modify Store/RetrievePhysicsTable methods
127  (add a bool argument to specify ascii/binary mode) 
128
129- Nov 08, 00    H.Kurashige (procman-V02-00-01)
130- Added  Store/RetrievePhysicsTable (virtual) methods
131
132- Nov 03 ,00 H.Kurashige (procman-V02-00-00)
133- Fixed bugs in G4ProcTblElement::operator=
134- Remove destruction of processes in G4ProcessTable::~G4ProcessTable()
135- STL migration in G4ProcessVector
136- Add thePILfactor and GPIL methods in G4VProcess
137
138- May 12 ,00 H.Kurashige (procman-V01-01-00)
139-  small bug fix in G4ProcessManager.cc
140
141- Mar. 02, 00 H.Kurashige (procman-V01-00-01)
142-  Use STL vector instead of  RW vectors (except for G4PhysicsVector)
143-  Add registration of process into ProcessTable in copy constructor 
144
145- Feb. 25, 00 H.Kurashige (procman-V01-00-00)
146-  Remove G4RhoZero from G4ParticleTypes.hh
147
148
149- Nov. 7, 99 H.Kurashige (procman-V00-01-01)
150-  Added comments in header files for "Software Reference Manual"
151
152- Oct 5, 99 H.Kurashige (procman-V00-01-00)
153- No process will be added if not IsApplicable
154
155- June 17, 99 H.Kurashige (procman-01-00-04)
156- Disable Activate/InactivateProcess methods in G4ProcessManager
157  (and related UI commands) in "Init" state
158
159- May 3,  99 H.Kurashige (procman-01-00-03a)
160- Add G4ProcessManager::GetProcessActivation
161
162- Apr 30, 99 H.Kurashige (procman-01-00-03)
163- Remove G4EnergyLossTable from G4IVRestDiscreteProcess and
164  G4IVContinousDiscreteProcess (Laszlo)
165
166- Apr 17, 99 H.Kurashige (procman-01-00-02a)
167- correct G4IVContinousDiscreteProcess.cc
168
169- Apr 13, 99 H.Kurashige (procman-01-00-02)
170- clean up codes (Hisaya)
171
172- Feb 6, 99   H.Kurashige (procman-01-00-01)
173-  Add G4ParticleTypes.hh (migrated from particles/management) (Hisaya)
174-  Allow registration of processes to shortlived particles (Hisaya)
175
176
177Feb 6, 99   H.Kurashige -
178- Created.
179
180
181
182
183
184
Note: See TracBrowser for help on using the repository browser.