Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/track/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /track/History (Version 11.3.0) and /track/History (Version 11.2.1)


  1 # Category track History                            1 # Category track History
  2                                                     2 
  3 See `CONTRIBUTING.rst` for details of **requir      3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological       4 which **must** added in reverse chronological order (newest at the top).
  5 It must **not** be used as a substitute for wr      5 It must **not** be used as a substitute for writing good git commit messages!
  6                                                     6 
  7 ----------------------------------------------      7 -------------------------------------------------------------------------------
  8                                                     8 
  9 ## 2024-06-01 Makoto Asai (track-V11-02-03)    << 
 10 - Add optional copy of touchables when copy co << 
 11   subevent parallelism                         << 
 12   - Co-working with event-V11-02-04, run-V11-0 << 
 13                                                << 
 14 ## 2024-05-03 Ben Morgan (track-V11-02-02)     << 
 15 - Remove use of no longer supported TiMemory.  << 
 16                                                << 
 17 ## 2024-04-21 Gabriele Cosmo (track-V11-02-01) << 
 18 - Fixed compilation error in G4VParticleChange << 
 19   C++20 Standard enabled.                      << 
 20   Based on [GitHub PR#69](https://github.com/G << 
 21                                                << 
 22 ## 2024-04-12 Vladimir Ivanchenko (track-V11-0 << 
 23 - G4Track, G4Step, G4StepPoint - added keyword << 
 24     declaration, improve comments              << 
 25 - G4Step - move methods to compute delta energ << 
 26     G4Exception but improving comments to thes << 
 27     variable from this container               << 
 28 - G4VParticleChange - improve layout of variab << 
 29 - G4ParticleChangeForGamma, G4ParticleChangeFo << 
 30     secondaries                                << 
 31 - This MR provides identical results, the main << 
 32   class headers, expected CPU speed-up likely  << 
 33                                                << 
 34 ## 2023-09-12 Makoto Asai (track-V11-01-01)         9 ## 2023-09-12 Makoto Asai (track-V11-01-01)
 35 - Adding fSuspendAndWait to G4TrackStatus.         10 - Adding fSuspendAndWait to G4TrackStatus.
 36 - G4TrackStatus is mutable in G4Track so that      11 - G4TrackStatus is mutable in G4Track so that it may be modified in stacking.
 37                                                    12 
 38 ## 2022-12-12 Ben Morgan (track-V11-01-00)         13 ## 2022-12-12 Ben Morgan (track-V11-01-00)
 39 - Remove obsolete GNUmakefile scripts              14 - Remove obsolete GNUmakefile scripts
 40                                                    15 
 41 ## 2022-11-16 Gabriele Cosmo (track-V11-00-11)     16 ## 2022-11-16 Gabriele Cosmo (track-V11-00-11)
 42 - Fixed compilation warnings for implicit type     17 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
 43                                                    18 
 44 ## 2022-10-31 Vladimir Ivanchenko (track-V11-0     19 ## 2022-10-31 Vladimir Ivanchenko (track-V11-00-10)
 45 - G4ParticleChangeForMSC - fixed crash in "/tr     20 - G4ParticleChangeForMSC - fixed crash in "/tracking/verbose 6"
 46                                                    21 
 47 ## 2022-09-13 Vladimir Ivanchenko (track-V11-0     22 ## 2022-09-13 Vladimir Ivanchenko (track-V11-00-09)
 48 - 2nd round of particle change classes cleanup     23 - 2nd round of particle change classes cleanup: improved diagnostic for 
 49     problems with primary track parameters or      24     problems with primary track parameters or with secondary tracks; ensure
 50     kinetic energy to be positive after a step     25     kinetic energy to be positive after a step; improved comments
 51                                                    26 
 52 ## 2022-09-08 Makoto Asai (track-V11-00-08)        27 ## 2022-09-08 Makoto Asai (track-V11-00-08)
 53 - G4Step.hh, G4Step.icc - Adding ResetPre/Post     28 - G4Step.hh, G4Step.icc - Adding ResetPre/PostStepPoint methods to replace
 54   StepPoint object without deleting the previo     29   StepPoint object without deleting the previous object.
 55                                                    30 
 56 ## 2022-09-02 Vladimir Ivanchenko (track-V11-0     31 ## 2022-09-02 Vladimir Ivanchenko (track-V11-00-07)
 57 - G4ParticleChangeForMSC - substitute virtual      32 - G4ParticleChangeForMSC - substitute virtual initialisation by inline
 58     method                                         33     method
 59                                                    34 
 60 ## 2022-08-24 Vladimir Ivanchenko (track-V11-0     35 ## 2022-08-24 Vladimir Ivanchenko (track-V11-00-06)
 61 - General clean-up of all ParticleChange class     36 - General clean-up of all ParticleChange classes:
 62    1) delete copy constructors and operators       37    1) delete copy constructors and operators
 63    2) removed unused methods                       38    2) removed unused methods
 64    3) removed tracking cut 1 eV implemented in     39    3) removed tracking cut 1 eV implemented inside G4ParticleChangeForLoss
 65    4) make more effective handling of secondar     40    4) make more effective handling of secondary tracks
 66    5) substitute G4ParticleChangeForRadDecay b     41    5) substitute G4ParticleChangeForRadDecay by G4ParticleChangeForDecay
 67    6) make all derived classes/methods final       42    6) make all derived classes/methods final
 68    7) removed commented code and useless or in     43    7) removed commented code and useless or incorrect comments, added
 69       improved comments                            44       improved comments
 70    8) removed duplicated code                      45    8) removed duplicated code
 71                                                    46 
 72 ## 2022-06-24 Ben Morgan (track-V11-00-05)         47 ## 2022-06-24 Ben Morgan (track-V11-00-05)
 73 - Initial `clang-tidy` fixes and minor simplif     48 - Initial `clang-tidy` fixes and minor simplifications
 74                                                    49 
 75 ## 2022-05-25 Alberto Ribon (track-V11-00-04)      50 ## 2022-05-25 Alberto Ribon (track-V11-00-04)
 76 - `G4Track`: add methods to get/set informatio     51 - `G4Track`: add methods to get/set information on (short-lived) parent resonance
 77                                                    52 
 78 ## 2022-04-19 Jonas Hahnfeld (track-V11-00-03)     53 ## 2022-04-19 Jonas Hahnfeld (track-V11-00-03)
 79 - `G4ParticleChangeForTransport`:                  54 - `G4ParticleChangeForTransport`:
 80   * Apply proposed step length                     55   * Apply proposed step length
 81   * Further simplify `UpdateStepForAlongStep`      56   * Further simplify `UpdateStepForAlongStep` method, assuming that
 82     transportation is always the first process     57     transportation is always the first process
 83                                                    58 
 84 ## 2022-01-28 Ben Morgan (track-V11-00-02)         59 ## 2022-01-28 Ben Morgan (track-V11-00-02)
 85 - Replace `geant4_global_library_target` with      60 - Replace `geant4_global_library_target` with direct file inclusion and
 86   call to `geant4_add_category` to define libr     61   call to `geant4_add_category` to define library build from source modules.
 87 - Make DLL export symbol a CMake module-level      62 - Make DLL export symbol a CMake module-level compile definition to aid
 88   future modularization                            63   future modularization
 89                                                    64 
 90 ## 2021-12-13 Jonas Hahnfeld (track-V11-00-01)     65 ## 2021-12-13 Jonas Hahnfeld (track-V11-00-01)
 91 - Simplify `G4ParticleChangeForTransport::Upda     66 - Simplify `G4ParticleChangeForTransport::UpdateStepForAlongStep`, assuming
 92   that transportation is always the first proc     67   that transportation is always the first process
 93                                                    68 
 94 ## 2021-12-10 Ben Morgan (track-V11-00-00)         69 ## 2021-12-10 Ben Morgan (track-V11-00-00)
 95 - Change to new Markdown History format            70 - Change to new Markdown History format
 96                                                    71 
 97 ---                                                72 ---
 98                                                    73 
 99 # History entries prior to 11.0                    74 # History entries prior to 11.0
100                                                    75 
101 - September 28, 2021 J. Hahnfeld (track-V10-07     76 - September 28, 2021 J. Hahnfeld (track-V10-07-06)
102 - G4ParticleChangeForMSC, G4ParticleChangeForT     77 - G4ParticleChangeForMSC, G4ParticleChangeForTransport: Disable debugFlag
103                                                    78 
104 - September 22, 2021 G. Amadio (track-V10-07-0     79 - September 22, 2021 G. Amadio (track-V10-07-05)
105 - G4Step: avoid accessing G4Track data via lon     80 - G4Step: avoid accessing G4Track data via long pointer chains.
106                                                    81      
107 - September 8, 2021 D. Sawkey (track-V10-07-04     82 - September 8, 2021 D. Sawkey (track-V10-07-04)
108 - G4Track: get material property using int (en     83 - G4Track: get material property using int (enum) rather than string
109                                                    84 
110 - August 4, 2021 A. Ribon (track-V10-07-03)        85 - August 4, 2021 A. Ribon (track-V10-07-03)
111   G4Track : migrated to the new version of G4P     86   G4Track : migrated to the new version of G4PhysicsModelCatalog.
112                                                    87 
113 - April 28, 2021 M. Maire (track-V10-07-02)        88 - April 28, 2021 M. Maire (track-V10-07-02)
114   G4VParticleChange::DumpInfo(), G4ParticleCha     89   G4VParticleChange::DumpInfo(), G4ParticleChange::DumpInfo():
115     adjust printout format                         90     adjust printout format
116                                                    91 
117 - April 1, 2021 B. Morgan (track-V10-07-01)        92 - April 1, 2021 B. Morgan (track-V10-07-01)
118 - Migrate build to modular CMake API               93 - Migrate build to modular CMake API
119                                                    94 
120 - February 8, 2021 G.Cosmo (track-V10-07-00)       95 - February 8, 2021 G.Cosmo (track-V10-07-00)
121 - Correction to G4Track::operator=() to copy a     96 - Correction to G4Track::operator=() to copy also touchable-handles.
122   This fixes a crash originate when running im     97   This fixes a crash originate when running importance sampling in the
123   G4EventManager when the track got assigned t     98   G4EventManager when the track got assigned the origin touchable handler
124   from its own touchable handle; the touchable     99   from its own touchable handle; the touchable handler was sometimes not set.
125   Based on report by M.Dressel.                   100   Based on report by M.Dressel.
126                                                   101 
127 - November 12, 2020 J.Madsen (track-V10-06-06)    102 - November 12, 2020 J.Madsen (track-V10-06-06)
128 - Added G4Profiler support.                       103 - Added G4Profiler support.
129                                                   104 
130 - July 24, 2020 G.Cosmo (track-V10-06-05)         105 - July 24, 2020 G.Cosmo (track-V10-06-05)
131 - Fixed case of non-initialised values in G4St    106 - Fixed case of non-initialised values in G4Step.
132                                                   107 
133 - July 16, 2020 G.Cosmo (track-V10-06-04)         108 - July 16, 2020 G.Cosmo (track-V10-06-04)
134 - Minor c++11 review; code formatting and clea    109 - Minor c++11 review; code formatting and cleanup.
135                                                   110 
136 - March 11, 2020 V.Ivanchenko (track-V10-06-03    111 - March 11, 2020 V.Ivanchenko (track-V10-06-03)
137 - G4Track - do not use Velocity table, instead    112 - G4Track - do not use Velocity table, instead use GetBeta() method
138     from G4DynamicParticle; expected minor spe    113     from G4DynamicParticle; expected minor speed-up
139                                                   114 
140 - February 10, 2020 V.Ivanchenko (track-V10-06    115 - February 10, 2020 V.Ivanchenko (track-V10-06-02)
141 - G4Track - use G4OpticalPhoton pdg code; remo    116 - G4Track - use G4OpticalPhoton pdg code; removed static thread local
142     variables; slightly simplified velocity co    117     variables; slightly simplified velocity computation; removed
143     commented code left from previous tag         118     commented code left from previous tag
144                                                   119 
145 - January 29, 2020 V.Ivanchenko (track-V10-06-    120 - January 29, 2020 V.Ivanchenko (track-V10-06-01)
146 - G4Track - fixed Coverity reports connected w    121 - G4Track - fixed Coverity reports connected with unnecessary checks
147   for valid pointers to G4Step and G4DynamicPa    122   for valid pointers to G4Step and G4DynamicParticle
148                                                   123 
149 - December 9, 2019 B. Morgan (track-V10-06-00)    124 - December 9, 2019 B. Morgan (track-V10-06-00)
150 - Cleanup CMake build, removing obsolete granu    125 - Cleanup CMake build, removing obsolete granular library option and
151   explicit include_directories.                   126   explicit include_directories.
152                                                   127 
153 - November 15, 2019 G.Cosmo (track-V10-05-01)     128 - November 15, 2019 G.Cosmo (track-V10-05-01)
154 - Fixed implicit type conversions from size_t     129 - Fixed implicit type conversions from size_t to G4int in G4Step.
155                                                   130 
156 - May 24, 2019 V.Ivanchenko (track-V10-05-00)     131 - May 24, 2019 V.Ivanchenko (track-V10-05-00)
157   G4Track.hh added forward declaration for G4V    132   G4Track.hh added forward declaration for G4VProcess
158                                                   133 
159 - Nov. 5, 2018 H.Kurashige(track-V10-04-02)       134 - Nov. 5, 2018 H.Kurashige(track-V10-04-02)
160 - Add protection for nullptr access in G4Track    135 - Add protection for nullptr access in G4Track.icc
161   Addressing problem report #2097.                136   Addressing problem report #2097.
162                                                   137 
163 - Aug. 15, 2018 H.Kurashige(track-V10-04-01)      138 - Aug. 15, 2018 H.Kurashige(track-V10-04-01)
164 - fix possible memory leaks                       139 - fix possible memory leaks
165    in assignment operator and copy ctr of G4St    140    in assignment operator and copy ctr of G4Step and G4Track
166 - clean up codes                                  141 - clean up codes
167                                                   142 
168 - May 17, 2018 J.Madsen (track-V10-04-00)         143 - May 17, 2018 J.Madsen (track-V10-04-00)
169 - updated "thread-local-static-var" model to      144 - updated "thread-local-static-var" model to
170   "function-returning-thread-local-static-refe    145   "function-returning-thread-local-static-reference" model
171   which fixes Windows DLL + MT                    146   which fixes Windows DLL + MT
172                                                   147 
173 - November 25, 2017 V.Ivanchenko (track-V10-03    148 - November 25, 2017 V.Ivanchenko (track-V10-03-00)
174 - G4VelocityTable - use G4ThreadLocalSingleton    149 - G4VelocityTable - use G4ThreadLocalSingletone patern in order
175     to provide correct deletion of these objec    150     to provide correct deletion of these objects end of run;
176     use only G4Log and G4Exp instead of std::l    151     use only G4Log and G4Exp instead of std::log10 which is not
177     needed                                        152     needed
178                                                   153 
179 - May 4, 2016 H.Kurashige(track-V10-02-01)        154 - May 4, 2016 H.Kurashige(track-V10-02-01)
180 - Use G4Log in G4VelocityTable::Value()           155 - Use G4Log in G4VelocityTable::Value()
181                                                   156 
182 - January 12, 2016 M.Asai (track-V10-02-00)       157 - January 12, 2016 M.Asai (track-V10-02-00)
183 - Chnage G4VUserTrackInformation pointer in G4    158 - Chnage G4VUserTrackInformation pointer in G4Track to mutable
184   and set-method to be const-method. This allo    159   and set-method to be const-method. This allows the user to
185   set his/her G4VUserTrackInformation pointer     160   set his/her G4VUserTrackInformation pointer without casting
186   G4Track const pointer.                          161   G4Track const pointer.
187                                                   162 
188 - September 29, 2015 H.Kurashige (track-V10-01    163 - September 29, 2015 H.Kurashige (track-V10-01-10)
189 - Add GetNumberOfSecondariesInCurrrentStep met    164 - Add GetNumberOfSecondariesInCurrrentStep method to G4Step
190                                                   165 
191 - September 25, 2015 H.Kurashige (track-V10-01    166 - September 25, 2015 H.Kurashige (track-V10-01-09)
192 - Fix G4ParticleChange::UpdateStepForPostStep.    167 - Fix G4ParticleChange::UpdateStepForPostStep.
193                                                   168 
194 - September 15, 2015 M.Asai (track-V10-01-08)     169 - September 15, 2015 M.Asai (track-V10-01-08)
195 - Roll back to track-V10-01-06 due to performa    170 - Roll back to track-V10-01-06 due to performance overhead.
196                                                   171 
197 - August 01, 2015 M.Asai (track-V10-01-07)        172 - August 01, 2015 M.Asai (track-V10-01-07)
198 - Add verbosity to G4VParticleChange and G4Par    173 - Add verbosity to G4VParticleChange and G4ParticleChange for the case
199   of event abortion.                              174   of event abortion.
200                                                   175 
201 - June 22, 2015 M.Asai (track-V10-01-05 and -0    176 - June 22, 2015 M.Asai (track-V10-01-05 and -06)
202 - Remove data members of G4VAuxiliaryTrackInfo    177 - Remove data members of G4VAuxiliaryTrackInformation abstract base class
203   for memory reduction.                           178   for memory reduction.
204                                                   179 
205 - June 3, 2015 M.Asai (track-V10-01-04)           180 - June 3, 2015 M.Asai (track-V10-01-04)
206 - Fix incorrect copy constructor of G4Track in    181 - Fix incorrect copy constructor of G4Track in the previous tag.
207                                                   182 
208 - June 3, 2015 M.Asai (track-V10-01-02 and -03    183 - June 3, 2015 M.Asai (track-V10-01-02 and -03)
209 - Introducing G4VAuxiliaryTrackInformation cla    184 - Introducing G4VAuxiliaryTrackInformation class to be associated to G4Track.
210                                                   185 
211 - January 15, 2015 J.Apostolakis (track-V10-01    186 - January 15, 2015 J.Apostolakis (track-V10-01-01)
212 - Fixed FieldTrackUpdator to pass magnetic mom    187 - Fixed FieldTrackUpdator to pass magnetic moment and PDG spin
213   Is part of corrections needed for Bugzilla i    188   Is part of corrections needed for Bugzilla issue 1696.
214                                                   189 
215 - December 16, 2014 J.Apostolakis (track-V10-0    190 - December 16, 2014 J.Apostolakis (track-V10-01-00)
216 - Improve G4ParticleChangeForTransport, by add    191 - Improve G4ParticleChangeForTransport, by adding update for FirstStep in volume.
217                                                   192 
218 - August 19, 2014 K. Genser (track-V10-00-04)     193 - August 19, 2014 K. Genser (track-V10-00-04)
219 - Removed non cost requirement when using G4Ph    194 - Removed non cost requirement when using G4PhysicsModelCatalog getters and moved
220    implementations to icc file (requires globa    195    implementations to icc file (requires global-V10-00-31)
221                                                   196 
222 - May  21,  2014 J.Apostolakis (track-V10-00-0    197 - May  21,  2014 J.Apostolakis (track-V10-00-03)
223 - Fix G4FieldTrackUpdator to energy/momentum p    198 - Fix G4FieldTrackUpdator to energy/momentum passed to field integration:
224    first set rest mass, then update kinetic en    199    first set rest mass, then update kinetic energy. Problem affects
225    propagation in multiple geometries.            200    propagation in multiple geometries.
226                                                   201 
227 - Mar. 07,  2014 H.Kurashige (track-V10-00-02)    202 - Mar. 07,  2014 H.Kurashige (track-V10-00-02)
228 - Fix memory leak in G4Step::SetPre/PostStepPo    203 - Fix memory leak in G4Step::SetPre/PostStepPoint
229  (Bug # 1583)                                     204  (Bug # 1583)
230                                                   205 
231 - Jan. 04, 2014 H.Kurashige (track-V10-00-00)     206 - Jan. 04, 2014 H.Kurashige (track-V10-00-00)
232 - modify message from CheckIt for G4VParticleC    207 - modify message from CheckIt for G4VParticleChange and G4ParticleChangeForDecay
233                                                   208 
234 - Nov. 21, 2013 H.Kurashige (track-V09-06-04)     209 - Nov. 21, 2013 H.Kurashige (track-V09-06-04)
235 - Fix Coverity deficts in G4Track constructors    210 - Fix Coverity deficts in G4Track constructors
236                                                   211 
237 - September 26, 2013 M.Asai (track-V09-06-03)     212 - September 26, 2013 M.Asai (track-V09-06-03)
238 - Fix compilation warning caused by the previo    213 - Fix compilation warning caused by the previous tag.
239                                                   214 
240 - September 26, 2013 M.Asai (track-V09-06-02)     215 - September 26, 2013 M.Asai (track-V09-06-02)
241 - Introduce CreatorModelIndex to G4Track and i    216 - Introduce CreatorModelIndex to G4Track and its access methods.
242                                                   217 
243 - April 10, 2013 G.Cosmo (track-V09-06-01)        218 - April 10, 2013 G.Cosmo (track-V09-06-01)
244 - Cleanup of automatic changes for MT in class    219 - Cleanup of automatic changes for MT in classes in G4Track.
245 - Moved constructor and destructor of G4Veloci    220 - Moved constructor and destructor of G4VelocityTable singleton to private.
246                                                   221 
247 - April 4, 2013 V.Ivanchenko (track-V09-06-00)    222 - April 4, 2013 V.Ivanchenko (track-V09-06-00)
248 - G4ParticleChange - fixed bug #1451 - neutron    223 - G4ParticleChange - fixed bug #1451 - neutron do not change velocity
249     after elastic scattering; little clean up     224     after elastic scattering; little clean up useful for MT
250 - G4ParticleChangeForEloss, G4ParticleChangeFo    225 - G4ParticleChangeForEloss, G4ParticleChangeForGamma - clean up
251     computation of velocity (a little performa    226     computation of velocity (a little performance improvement expected)
252                                                   227 
253 - November 8, 2012 I.Hrivnacova (track-V09-05-    228 - November 8, 2012 I.Hrivnacova (track-V09-05-20)
254 - Fixed G4Track: added initialisation of useGi    229 - Fixed G4Track: added initialisation of useGivenVelocity where missing
255                                                   230 
256 - Sep. 23, 2012 H.Kurashige (track-V09-05-19)     231 - Sep. 23, 2012 H.Kurashige (track-V09-05-19)
257 - Add UseGivenVelocity methods to skip Calcula    232 - Add UseGivenVelocity methods to skip CalculateVelocity
258                                                   233 
259 - August 27, 2012 H.Kurashige (track-V09-05-18    234 - August 27, 2012 H.Kurashige (track-V09-05-18)
260 - Fix a bug in copy constructor of G4VUUserTra    235 - Fix a bug in copy constructor of G4VUUserTrackInformation (Problem #1346)
261                                                   236 
262 - August 11, 2012 H.Kurashige (track-V09-05-17    237 - August 11, 2012 H.Kurashige (track-V09-05-17)
263 - Fix a bug in G4VParticleChange::CheckSeconda    238 - Fix a bug in G4VParticleChange::CheckSecondary
264   theParentGlobalTime is set to time at the pr    239   theParentGlobalTime is set to time at the pre-step point
265                                                   240 
266 - August 9, 2012 V.Ivanchenko (track-V09-05-16    241 - August 9, 2012 V.Ivanchenko (track-V09-05-16)
267   (should be accompned by a new EM tag of emut    242   (should be accompned by a new EM tag of emutils-V09-05-31)
268 - G4ParticleChangeForMSC - allowed modificatio    243 - G4ParticleChangeForMSC - allowed modification of position and
269     direction AlongStep                           244     direction AlongStep
270                                                   245 
271 - June 26, 2012 G.Cosmo (track-V09-05-13)         246 - June 26, 2012 G.Cosmo (track-V09-05-13)
272 - Additional protection for parameter not used    247 - Additional protection for parameter not used in G4VParticleChange when
273   G4_NO_VERBOSE is set.                           248   G4_NO_VERBOSE is set.
274                                                   249 
275 - June 20, 2012 G.Cosmo (track-V09-05-12)         250 - June 20, 2012 G.Cosmo (track-V09-05-12)
276 - Protect variable used for verbosity within G    251 - Protect variable used for verbosity within G4VERBOSE in G4ParticleChange
277   and G4VParticleChange. Fixes compilation war    252   and G4VParticleChange. Fixes compilation warnings when G4_NO_VERBOSE is
278   set.                                            253   set.
279                                                   254 
280 - June 13, 2012 G.Cosmo (track-V09-05-11)         255 - June 13, 2012 G.Cosmo (track-V09-05-11)
281 - Explicitly use inclusion of headers for syst    256 - Explicitly use inclusion of headers for system of units and physical
282   constants, in plan to remove implicit inclus    257   constants, in plan to remove implicit inclusion from globals.hh.
283                                                   258 
284 - June 09, 2012 H.Kurashige (track-V09-05-10)     259 - June 09, 2012 H.Kurashige (track-V09-05-10)
285 - Fixed G4VelocityTable::Interpolation()          260 - Fixed G4VelocityTable::Interpolation()
286                                                   261 
287 - May 23, 2012 G.Cosmo (track-V09-05-09)          262 - May 23, 2012 G.Cosmo (track-V09-05-09)
288 - Fixed trivial cases of variable shadowing.      263 - Fixed trivial cases of variable shadowing.
289                                                   264 
290 - May 15, 2012 H.Kurashige (track-V09-05-08)      265 - May 15, 2012 H.Kurashige (track-V09-05-08)
291 - Modify way of handling parent weight in Alon    266 - Modify way of handling parent weight in AlongStep
292   in accumulated way (same manner for other pr    267   in accumulated way (same manner for other prperties)
293                                                   268 
294 - May 1st, 2012 H.Kurashige (track-V09-05-07)     269 - May 1st, 2012 H.Kurashige (track-V09-05-07)
295 - Add global time check for secondaries in G4V    270 - Add global time check for secondaries in G4VParticleChange
296 - Modify output messages for CheckIt and Check    271 - Modify output messages for CheckIt and CheckSecondary
297 - Add G4Exception in G4ParticleChangeForRadDec    272 - Add G4Exception in G4ParticleChangeForRadDecay:: AddSecondary
298                                                   273 
299 - April 30, 2012 H.Kurashige (track-V09-05-06)    274 - April 30, 2012 H.Kurashige (track-V09-05-06)
300 - Fixed the bug in G4ParticleChange::AddSecond    275 - Fixed the bug in G4ParticleChange::AddSecondary.
301   (Problem#1305 The local time of the parent w    276   (Problem#1305 The local time of the parent was set before)
302                                                   277 
303 - April 29, 2012 H.Kurashige (track-V09-05-05)    278 - April 29, 2012 H.Kurashige (track-V09-05-05)
304 - Fix treatment of weights in ParticleChange      279 - Fix treatment of weights in ParticleChange
305   (Problem#1283)                                  280   (Problem#1283)
306                                                   281 
307 - February 3rd, 2012 J.Apostolakis  (track-V09    282 - February 3rd, 2012 J.Apostolakis  (track-V09-05-04)
308 - G4FieldTrackUpdator::Update method must rese    283 - G4FieldTrackUpdator::Update method must reset the RestMass,
309    because it is used to Initialise each track    284    because it is used to Initialise each track by ParallelWorldScoringProcess,
310    (as well as update during stepping a track.    285    (as well as update during stepping a track.)
311     Requires tag  'field-V09-05-03' of geometr    286     Requires tag  'field-V09-05-03' of geometry/magneticfield
312                                                   287 
313 - January 21st, 2012 H.Kurashige    (track-V09    288 - January 21st, 2012 H.Kurashige    (track-V09-05-03)
314 - G4Track::CalculateVelocityForOpticalPhoton()    289 - G4Track::CalculateVelocityForOpticalPhoton() has been reverted
315   Modification of Optical process solves Probl    290   Modification of Optical process solves Problem #1275
316                                                   291 
317 - January 9th, 2012 H.Kurashige  (track-V09-05    292 - January 9th, 2012 H.Kurashige  (track-V09-05-02)
318 - Use GetNextMaterial instead of GetMaterial      293 - Use GetNextMaterial instead of GetMaterial
319   in G4Track::CalculateVelocityForOpticalPhoto    294   in G4Track::CalculateVelocityForOpticalPhoton()
320    (Problem #1275)                                295    (Problem #1275)
321                                                   296 
322 - December 22nd, 2011 H.Kurashige  (track-V09-    297 - December 22nd, 2011 H.Kurashige  (track-V09-05-01)
323 - Set 'false' to SecondaryWeightByProcess in d    298 - Set 'false' to SecondaryWeightByProcess in default
324   (Problem #1273)                                 299   (Problem #1273)
325                                                   300 
326 - December 9th, 2011 H.Kurashige  (track-V09-0    301 - December 9th, 2011 H.Kurashige  (track-V09-05-00)
327 - Fix Coverity defects                            302 - Fix Coverity defects
328   (Modify copy constructor/assignment operator    303   (Modify copy constructor/assignment operator for G4VParticleChange and derived classes)
329   (Add copy constructor/assignment operator fo    304   (Add copy constructor/assignment operator for G4VUserTrackInformation)
330                                                   305 
331 - November 9th, 2011 H.Kurashige  (track-V09-0    306 - November 9th, 2011 H.Kurashige  (track-V09-04-13)
332 - Fix Coverity defects                            307 - Fix Coverity defects
333   (copy constructor/assignment operator for G4    308   (copy constructor/assignment operator for G4Step/G4StepPoint)
334                                                   309 
335 - October 21th, 2011 G.Folger     (track-V09-0    310 - October 21th, 2011 G.Folger     (track-V09-04-12)
336 -  retag all of track, track-V09-04-11 was in     311 -  retag all of track, track-V09-04-11 was in src only.
337                                                   312 
338 - October 14th, 2011 P.Gumplinger (track-V09-0    313 - October 14th, 2011 P.Gumplinger (track-V09-04-11)
339 - modify G4Track.cc to work with materials-V09    314 - modify G4Track.cc to work with materials-V09-04-15 (and 14)
340                                                   315 
341 - September 21st,  2011  H.Kurashige (track-V0    316 - September 21st,  2011  H.Kurashige (track-V09-04-10)
342 - Re-Activate SetParentWeightByTracK() method     317 - Re-Activate SetParentWeightByTracK() method because Adjoint Process relays on it
343 - ProposeParenetWeight method affects seconday    318 - ProposeParenetWeight method affects seconday trackes if SecondaryTrackWeightByProcess flag
344   is set true even wheen SetParentWeightByTrac    319   is set true even wheen SetParentWeightByTracK is set to false
345                                                   320 
346 -September 17, 2011, H.Kurashige (track-V09-04    321 -September 17, 2011, H.Kurashige (track-V09-04-09)
347 - Fix problems related to treatments of weight    322 - Fix problems related to treatments of weight in ParticleChange (see problem #1243)
348 -- always set the parent track's weight to the    323 -- always set the parent track's weight to the value set by ProposeParentWeight() and  ProposeWeight()
349    methods for all particle change classes.       324    methods for all particle change classes.
350 -- remove fSetParentWeightByProcess and all re    325 -- remove fSetParentWeightByProcess and all related code.
351 -- SetSecondaryWeightByProcess() flag is set t    326 -- SetSecondaryWeightByProcess() flag is set to true in default.
352                                                   327 
353 -September 11, 2011, H.Kurashige (track-V09-04    328 -September 11, 2011, H.Kurashige (track-V09-04-08)
354 - Modify ParticleChangeForTransport to fix a b    329 - Modify ParticleChangeForTransport to fix a bug of wrong velocity
355   in PostStepPoint after Along/PostStepDoIt       330   in PostStepPoint after Along/PostStepDoIt
356                                                   331 
357 -August 22, 2011, H.Kurashige (track-V09-04-07    332 -August 22, 2011, H.Kurashige (track-V09-04-07)
358 - G4VelocityTable is modified and it is not de    333 - G4VelocityTable is modified and it is not derived from G4PhysicsVector
359   (in order to avoid from creation of PhysicsV    334   (in order to avoid from creation of PhysicsVector as static objects)
360                                                   335 
361 August 17, 2011, H.Kurashige (track-V09-04-05)    336 August 17, 2011, H.Kurashige (track-V09-04-05)
362 - Add G4VelocityTable as singleton to avoid cr    337 - Add G4VelocityTable as singleton to avoid creation of G4PhysicsVector in event loop
363 - Modify G4Step::InitializeStep to set correct    338 - Modify G4Step::InitializeStep to set correct velocity for the optical photon
364                                                   339 
365 July 6, 2011, H.Kurashige (track-V09-04-04)       340 July 6, 2011, H.Kurashige (track-V09-04-04)
366 - Modify ParticleChanges (forDecay, for Transp    341 - Modify ParticleChanges (forDecay, for Transportation and G4ParticleChange)
367   to handle local time change rather than glob    342   to handle local time change rather than global time
368   (see problem #1224)                             343   (see problem #1224)
369 - Modify CalculateVelocityForOpticalPhoton() f    344 - Modify CalculateVelocityForOpticalPhoton() for Coverity report.
370                                                   345 
371 May. 20, 2011, B.Morgan (track-V09-04-03)         346 May. 20, 2011, B.Morgan (track-V09-04-03)
372 - CMakeLists.txt : Added G4TRACK_ALLOC_EXPORT     347 - CMakeLists.txt : Added G4TRACK_ALLOC_EXPORT compiler definition via
373   add_definitions so it's applied to all sourc    348   add_definitions so it's applied to all sources in this module.
374                                                   349 
375 Apr. 29, 2011, H.Kurashige (track-V09-04-02)      350 Apr. 29, 2011, H.Kurashige (track-V09-04-02)
376 - Fix memory leak in G4Step                       351 - Fix memory leak in G4Step
377 - Rename GetVelocity to CalculateVelocity         352 - Rename GetVelocity to CalculateVelocity
378 - Add fVelocity (and Set/Get methods for it) i    353 - Add fVelocity (and Set/Get methods for it) in G4Track
379 - Set velocity of trak in UpdateStep in Partic    354 - Set velocity of trak in UpdateStep in ParticleChange
380                                                   355 
381 Apr. 2, 2011, H.Kurashige (track-V09-04-01)       356 Apr. 2, 2011, H.Kurashige (track-V09-04-01)
382 - Set maxT for Velocity Table to 1000             357 - Set maxT for Velocity Table to 1000
383 - Add SetVelocityTableProperties                  358 - Add SetVelocityTableProperties
384                                                   359 
385 Mar. 16, 2011, H.Kurashige (track-V09-04-00)      360 Mar. 16, 2011, H.Kurashige (track-V09-04-00)
386 - Fix problems reported by Coverity               361 - Fix problems reported by Coverity
387 - Add  GetSecondaryInCurrentStep method in G4S    362 - Add  GetSecondaryInCurrentStep method in G4Step.
388                                                   363 
389 Nov. 10, 2010, H.Kurashige (track-V09-03-11)      364 Nov. 10, 2010, H.Kurashige (track-V09-03-11)
390 - Remove  GetSecondaryInCurrentStep method in     365 - Remove  GetSecondaryInCurrentStep method in G4Step.
391   (revert chages in track-V09-03-07)              366   (revert chages in track-V09-03-07)
392                                                   367 
393 Nov. 08, 2010, M.Asai (track-V09-03-10)           368 Nov. 08, 2010, M.Asai (track-V09-03-10)
394 - Adding touchable history of the origin to G4    369 - Adding touchable history of the origin to G4Track.
395                                                   370 
396 Oct. 30, 2010, H.Kurashige (track-V09-03-09)      371 Oct. 30, 2010, H.Kurashige (track-V09-03-09)
397 - Fix minor bugs reported by Coverity             372 - Fix minor bugs reported by Coverity
398                                                   373 
399 Oct. 27, 2010, G.Cosmo (track-V09-03-08)          374 Oct. 27, 2010, G.Cosmo (track-V09-03-08)
400 - Restored DLL setup as originally. Withdrawn     375 - Restored DLL setup as originally. Withdrawn changes in last tag.
401                                                   376 
402 Oct. 19, 2010  G.Cosmo (track-V09-03-07)          377 Oct. 19, 2010  G.Cosmo (track-V09-03-07)
403 - Replaced G4TRACK_ALLOC_EXPORT flag with G4AL    378 - Replaced G4TRACK_ALLOC_EXPORT flag with G4ALLOC_EXPORT for DLL exported
404   symbols.                                        379   symbols.
405                                                   380 
406 Oct. 18, 2010  Hisaya Kurashige (track-V09-03-    381 Oct. 18, 2010  Hisaya Kurashige (track-V09-03-06)
407 - Add  GetSecondaryInCurrentStep method in G4S    382 - Add  GetSecondaryInCurrentStep method in G4Step.
408   It gives secondaries in the current step.       383   It gives secondaries in the current step.
409                                                   384 
410 Oct. 6, 2010  Hisaya Kurashige (track-V09-03-0    385 Oct. 6, 2010  Hisaya Kurashige (track-V09-03-05)
411 - G4Step::GetSecondary() gives back const G4Tr    386 - G4Step::GetSecondary() gives back const G4TrackVector*
412   and G4Step::GetfSecondary() gives back non-c    387   and G4Step::GetfSecondary() gives back non-const pointer
413                                                   388 
414 Sep 21, 2010  Hisaya Kurashige (track-V09-03-0    389 Sep 21, 2010  Hisaya Kurashige (track-V09-03-04)
415 - Fill the last bin contents in G4Track::Prepa    390 - Fill the last bin contents in G4Track::PrepareVelocityTable()
416    to fix the bug in calculation of GetVelocit    391    to fix the bug in calculation of GetVelocity
417                                                   392 
418 Aug 12, 2010 Hisaya Kurashige (track-V09-03-03    393 Aug 12, 2010 Hisaya Kurashige (track-V09-03-03)
419 - Add G4Track::GetParticleDefinition giving 'c    394 - Add G4Track::GetParticleDefinition giving 'const' pointer
420                                                   395 
421 July 21, 2010 Gabriele Cosmo (track-V09-03-02)    396 July 21, 2010 Gabriele Cosmo (track-V09-03-02)
422 - Added protection against possible null point    397 - Added protection against possible null pointer in G4Track::GetVelocity().
423 - Removed extra inclusion of G4Step.hh in G4Tr    398 - Removed extra inclusion of G4Step.hh in G4Track header.
424 - Fixed cases of restoring cout/cerr precision    399 - Fixed cases of restoring cout/cerr precision formatting in classes:
425   G4ParticleChange, G4ParticleChangeForDecay,     400   G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForGamma,
426   G4ParticleChangeForLoss, G4ParticleChangeFor    401   G4ParticleChangeForLoss, G4ParticleChangeForMSC, G4ParticleChangeForTransport,
427   G4VParticleChange.                              402   G4VParticleChange.
428 - Added dummy initialisation to data members i    403 - Added dummy initialisation to data members in constructors in classes:
429   G4ParticleChange, G4ParticleChangeForDecay,     404   G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForGamma,
430   G4ParticleChangeForLoss, G4ParticleChangeFor    405   G4ParticleChangeForLoss, G4ParticleChangeForTransport, G4Step, G4StepPoint,
431   G4Track, G4VParticleChange.                     406   G4Track, G4VParticleChange.
432                                                   407 
433 July 2, 2010 Hisaya Kurashige (track-V09-03-01    408 July 2, 2010 Hisaya Kurashige (track-V09-03-01)
434 - Use PhysicsVector for calculation of GetVelo    409 - Use PhysicsVector for calculation of GetVelocity
435 - Add Exception(Warning) if GetDeltaEnergy/Mom    410 - Add Exception(Warning) if GetDeltaEnergy/Momentum methods are invoked. These methds are planed to be removed
436                                                   411 
437 Mar. 9, 2010 Hisaya Kurashige (track-V09-03-00    412 Mar. 9, 2010 Hisaya Kurashige (track-V09-03-00)
438 - Change G4String to a pointer of G4String        413 - Change G4String to a pointer of G4String
439   for prooperty to indicate type of UserTrackI    414   for prooperty to indicate type of UserTrackInformation
440 - Change G4VUserTrackInformation::Print() to a    415 - Change G4VUserTrackInformation::Print() to a simple virtual method
441   form pure-virtual                               416   form pure-virtual
442                                                   417 
443 Oct. 19, 2009 Hisaya Kurashige (track-V09-02-0    418 Oct. 19, 2009 Hisaya Kurashige (track-V09-02-04)
444 -added a string prooperty to indicate type of     419 -added a string prooperty to indicate type of UserTrackInformation
445                                                   420 
446                                                   421 
447 Jun. 18, 2009 Hisaya Kurashige (track-V09-02-0    422 Jun. 18, 2009 Hisaya Kurashige (track-V09-02-03)
448 -added SetLowEnergyLimit method (Vladimir)        423 -added SetLowEnergyLimit method (Vladimir)
449                                                   424 
450                                                   425 
451 May.  27, 2009 Hisaya Kurashige (track-V09-02-    426 May.  27, 2009 Hisaya Kurashige (track-V09-02-02)
452 - Add lowEnergyLimit = 1 eV in lowEnergyLimit     427 - Add lowEnergyLimit = 1 eV in lowEnergyLimit = 1 eV (Vladimir)
453                                                   428 
454 Apr.  2, 2009 Hisaya Kurashige (track-V09-02-0    429 Apr.  2, 2009 Hisaya Kurashige (track-V09-02-01)
455 - Add protection for the case mass==0 and T==0    430 - Add protection for the case mass==0 and T==0 in GetVelocity
456                                                   431 
457 Apr.  2, 2009 Hisaya Kurashige (track-V09-02-0    432 Apr.  2, 2009 Hisaya Kurashige (track-V09-02-00)
458 - Modify GetVelocity to improve performance       433 - Modify GetVelocity to improve performance
459                                                   434 
460 Oct. 24, 2008 Hisaya Kurashige (track-V09-01-0    435 Oct. 24, 2008 Hisaya Kurashige (track-V09-01-02)
461 - change fpCreatorProcess and fpLCAtVertex in     436 - change fpCreatorProcess and fpLCAtVertex in G4Track to  'const' pointer
462 - change fpProcessDefinedStep in G4StepPoint t    437 - change fpProcessDefinedStep in G4StepPoint to  'const' pointer
463                                                   438 
464                                                   439 
465 Feb. 5, 2008 Hisaya Kurashige (track-V09-01-01    440 Feb. 5, 2008 Hisaya Kurashige (track-V09-01-01)
466 - reset non-ionizing energy loss in G4Step::Re    441 - reset non-ionizing energy loss in G4Step::ResetTotalEnergyDeposit
467   in order to initialize NIEL in each step        442   in order to initialize NIEL in each step
468                                                   443 
469 Jan. 12, 2008 Hisaya Kurashige (track-V09-01-0    444 Jan. 12, 2008 Hisaya Kurashige (track-V09-01-00)
470 - add non-ionizing energy loss to EM physics (    445 - add non-ionizing energy loss to EM physics (V.Ivanchenko)
471                                                   446 
472 Oct. 02, 2007 Hisaya Kurashige (track-V09-00-0    447 Oct. 02, 2007 Hisaya Kurashige (track-V09-00-02)
473 - Add protection in G4Track::GetVolume to avoi    448 - Add protection in G4Track::GetVolume to avoid core dump
474                                                   449 
475 Aug. 07, 2007 Hisaya Kurashige (track-V09-00-0    450 Aug. 07, 2007 Hisaya Kurashige (track-V09-00-01)
476 - Add  get method for non-ionizing energy depo    451 - Add  get method for non-ionizing energy deposit in G4Step
477                                                   452 
478                                                   453 
479 Mar. 30, 07 Hisaya Kurashige (track-V08-02-02)    454 Mar. 30, 07 Hisaya Kurashige (track-V08-02-02)
480 - Fix weight treatment in G4ParticleChange        455 - Fix weight treatment in G4ParticleChange
481                                                   456 
482 Mar. 26, 07 Hisaya Kurashige (track-V08-02-01)    457 Mar. 26, 07 Hisaya Kurashige (track-V08-02-01)
483 - Added Non-Ionizing Energy Deposit in G4Step     458 - Added Non-Ionizing Energy Deposit in G4Step and G4VParticleChange
484                                                   459 
485 Mar. 11, 07 Hisaya Kurashige (track-V08-02-00)    460 Mar. 11, 07 Hisaya Kurashige (track-V08-02-00)
486 - Added magnetic moment in G4DynamicParticle (    461 - Added magnetic moment in G4DynamicParticle (co-work with particles-V08-02-00)
487 - Fixed treatment of parent's weight in G4Part    462 - Fixed treatment of parent's weight in G4ParticleChange
488                                                   463 
489 Nov.  3, 06 J.Apostolakis (track-V08-01-04)       464 Nov.  3, 06 J.Apostolakis (track-V08-01-04)
490 - New methods first/lastStepInVolume flag in G    465 - New methods first/lastStepInVolume flag in G4Step, G4VParticleChange  by Hisaya
491 - Revised UpdateStepForPostStep by John Aposto    466 - Revised UpdateStepForPostStep by John Apostolakis
492                                                   467 
493 Oct. 31, 06 G.Cosmo (track-V08-01-03)             468 Oct. 31, 06 G.Cosmo (track-V08-01-03)
494 - Made operator=() inline.                        469 - Made operator=() inline.
495                                                   470 
496 Aug. 29, 06 H.Kurashige (track-V08-01-02)         471 Aug. 29, 06 H.Kurashige (track-V08-01-02)
497 - Add methods for setting polarization and mod    472 - Add methods for setting polarization and modifying weight
498     for G4ParticleChangeFoeGamma and  G4Partic    473     for G4ParticleChangeFoeGamma and  G4ParticleChangeForLoss
499           (V.Ivanchenko)                          474           (V.Ivanchenko)
500                                                   475 
501 Jul. 17, 06 M.Asai (track-V08-01-01)              476 Jul. 17, 06 M.Asai (track-V08-01-01)
502 - Re-tagged for G4Step and G4TrackVector only.    477 - Re-tagged for G4Step and G4TrackVector only.
503                                                   478 
504 Jun. 09, 06 M.Asai (track-V08-01-00)              479 Jun. 09, 06 M.Asai (track-V08-01-00)
505 - tagged for G4FieldTrackUpdator, G4Step and G    480 - tagged for G4FieldTrackUpdator, G4Step and G4TrackVector.
506                                                   481 
507 Jun. 09, 06 T.Sasaki                              482 Jun. 09, 06 T.Sasaki
508 - G4Step now has secondary vector                 483 - G4Step now has secondary vector
509 - G4TrackVector was moved from tracking catego    484 - G4TrackVector was moved from tracking category
510                                                   485 
511 Jun. 09, 06 M.Asai                                486 Jun. 09, 06 M.Asai
512 - Introducing G4FieldTrackUpdator class.          487 - Introducing G4FieldTrackUpdator class.
513 - GNUmakefile now includes geometry/magneticfi    488 - GNUmakefile now includes geometry/magneticfield
514                                                   489 
515 Jun. 07, 06 V.Ivanchenko (track-V08-00-03)        490 Jun. 07, 06 V.Ivanchenko (track-V08-00-03)
516 -  G4ParticleChangeForLoss - remove momentum c    491 -  G4ParticleChangeForLoss - remove momentum change AlongStep
517                                                   492 
518 Mar. 29, 06 H.Kurashige (track-V08-00-02)         493 Mar. 29, 06 H.Kurashige (track-V08-00-02)
519 -  Improve G4Track::GetVelocity for optical ph    494 -  Improve G4Track::GetVelocity for optical photon
520                                                   495 
521 Feb. 08, 06 H.Kurashige (track-V08-00-01)         496 Feb. 08, 06 H.Kurashige (track-V08-00-01)
522 -  add ProposeMomentumDirection AlongStep and     497 -  add ProposeMomentumDirection AlongStep and ProposeWeight PostStep in
523     G4ParticleChangeForLoss (V.Ivantchenko)       498     G4ParticleChangeForLoss (V.Ivantchenko)
524                                                   499 
525 Dec. 20, 05 .Kurashige (track-V08-00-00)          500 Dec. 20, 05 .Kurashige (track-V08-00-00)
526 -  G4ParticleChangeForRadDecay is now derived     501 -  G4ParticleChangeForRadDecay is now derived from G4ParticleChangeForDecay
527                                                   502 
528 Dec. 05, 05 mma (track-V07-01-02)                 503 Dec. 05, 05 mma (track-V07-01-02)
529 - G4ParticleChangeForGamma : apply UpdateStepF    504 - G4ParticleChangeForGamma : apply UpdateStepForPostStep in any case
530                                                   505 
531 Nov. 26, 05 H.Kurashige (track-V07-01-01)         506 Nov. 26, 05 H.Kurashige (track-V07-01-01)
532 - Fix GetVelocity : use the material pointer i    507 - Fix GetVelocity : use the material pointer in PreStepPoint
533                                                   508 
534 May 30, 05 V.Ivantchenko (track-V07-00-02)        509 May 30, 05 V.Ivantchenko (track-V07-00-02)
535 - Fix in G4ParticleChangeForGamma : add Update    510 - Fix in G4ParticleChangeForGamma : add UpdateStepForAtRest method
536                                                   511 
537 May 12, 05 P.Gumplinger (track-V07-00-01)         512 May 12, 05 P.Gumplinger (track-V07-00-01)
538 - Fix GetVelocity (bug report #741) courtesy o    513 - Fix GetVelocity (bug report #741) courtesy of  Horton-Smith
539                                                   514 
540 Apr. 15, 05 V.Ivantchenko (track-V07-00-00)       515 Apr. 15, 05 V.Ivantchenko (track-V07-00-00)
541 - Add a new class of G4ParticleChangeForGamma     516 - Add a new class of G4ParticleChangeForGamma
542 - Modify 4ParticleChangeForLoss                   517 - Modify 4ParticleChangeForLoss
543                                                   518 
544 Dec. 02, 04 H.Kurashige (track-V06-02-04)         519 Dec. 02, 04 H.Kurashige (track-V06-02-04)
545 - migration to cmath                              520 - migration to cmath
546                                                   521 
547 Nov. 25, 04 M.Asai (track-V06-02-03)              522 Nov. 25, 04 M.Asai (track-V06-02-03)
548 - Fix destructor of G4VUserTrackInformation.      523 - Fix destructor of G4VUserTrackInformation.
549                                                   524 
550 Oct. 19, 04 H.Kurashige (track-V06-02-02)         525 Oct. 19, 04 H.Kurashige (track-V06-02-02)
551 - Remove obsolete methods from G4ParticleChang    526 - Remove obsolete methods from G4ParticleChange
552                                                   527 
553 Sep. 17, 04 P.Gumplinger (track-V06-02-01)        528 Sep. 17, 04 P.Gumplinger (track-V06-02-01)
554 - Modified G4ParticleChangeForDecay (add thePo    529 - Modified G4ParticleChangeForDecay (add thePolarizationChange and methods)
555                                                   530 
556 Aug. 27, 04 M.Asai (track-V06-02-00)              531 Aug. 27, 04 M.Asai (track-V06-02-00)
557 - A pointer to sensitive detector is added in     532 - A pointer to sensitive detector is added in G4StepPoint and
558   G4ParticleChangeForTransport.                   533   G4ParticleChangeForTransport.
559 - G4Step is taking care of setting the above p    534 - G4Step is taking care of setting the above pointer.
560                                                   535 
561 Jun. 15, 04 V.Ivanchenko (track-V06-01-05)        536 Jun. 15, 04 V.Ivanchenko (track-V06-01-05)
562 - G4ParticleChangeForLoss: fix initialization     537 - G4ParticleChangeForLoss: fix initialization of ParentWeight
563                                                   538 
564 Jun. 11, 04 G.Cosmo (track-V06-01-04)             539 Jun. 11, 04 G.Cosmo (track-V06-01-04)
565 - Use global flag G4TRACK_ALLOC_EXPORT to expo    540 - Use global flag G4TRACK_ALLOC_EXPORT to export extern symbols for DLLs.
566   Modified GNUmakefile and rearranged usage of    541   Modified GNUmakefile and rearranged usage of extern symbols in G4Track.
567                                                   542 
568 Jun. 09, 04 G.Cosmo (track-V06-01-03)             543 Jun. 09, 04 G.Cosmo (track-V06-01-03)
569 - Adopt G4DLLIMPORT/G4DLLEXPORT technique to h    544 - Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
570   allowing support of DLLs on Windows.            545   allowing support of DLLs on Windows.
571 - Coworks with "global-V06-01-02b".               546 - Coworks with "global-V06-01-02b".
572                                                   547 
573 Jun. 07, 04 G.Cosmo (track-V06-01-02)             548 Jun. 07, 04 G.Cosmo (track-V06-01-02)
574 - Export extern symbols for allowing support o    549 - Export extern symbols for allowing support of DLLs on Windows.
575   Modified G4Track.icc.                           550   Modified G4Track.icc.
576 - GNUmakefile: added definition of GLOBLIBS fo    551 - GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
577 - Coworks with "global-V06-01-02a".               552 - Coworks with "global-V06-01-02a".
578                                                   553 
579 May. 11, 04 V.Ivanchenko (track-V06-01-01)        554 May. 11, 04 V.Ivanchenko (track-V06-01-01)
580 - G4ParticleChangeForLoss: rename variables ac    555 - G4ParticleChangeForLoss: rename variables according to 00 tag;
581   fix of minor energy non-conservation in case    556   fix of minor energy non-conservation in case of more than 1
582   processes changing the energy                   557   processes changing the energy
583                                                   558 
584 May. 08, 04 H.Kurashige (track-V06-01-00)         559 May. 08, 04 H.Kurashige (track-V06-01-00)
585 - Add new methods of ProposeXXX (and correspon    560 - Add new methods of ProposeXXX (and corresponding GetXXX methods)
586   as replacements of old methods of SetXXXChan    561   as replacements of old methods of SetXXXChange and GetXXXChange
587                                                   562 
588 Jan. 20, 04 V.Ivanchenko (track-V06-00-01)        563 Jan. 20, 04 V.Ivanchenko (track-V06-00-01)
589 - Update G4ParticleChangeForLoss for utilisati    564 - Update G4ParticleChangeForLoss for utilisation in G4VEnergyLossProcess
590 - Minor update G4ParticleChangeForMSC for util    565 - Minor update G4ParticleChangeForMSC for utilisation in model design of msc
591 - Change of volume in G4ParticleChangeForTrans    566 - Change of volume in G4ParticleChangeForTransportation only if kinEnergy>0
592                                                   567 
593 Dec. 12, 03 G.Cosmo (track-V06-00-00)             568 Dec. 12, 03 G.Cosmo (track-V06-00-00)
594 - G4VParticleChange[.hh.cc]: removed unnecessa    569 - G4VParticleChange[.hh.cc]: removed unnecessary 'const' qualifier to
595   return value in GetAccuracyForWarning() and     570   return value in GetAccuracyForWarning() and GetAccuracyForException()
596   causing noisy warnings on Intel-icc compiler    571   causing noisy warnings on Intel-icc compiler.
597                                                   572 
598 Nov. 26, 03 H.Kurashige (track-V05-02-03)         573 Nov. 26, 03 H.Kurashige (track-V05-02-03)
599 - Fixed problem of setting  momentum direction    574 - Fixed problem of setting  momentum direction for stoppped particle in G4ParticleChange (Vladimir)
600                                                   575 
601 Oct. 4, 03 G.Cosmo (track-V05-02-02)              576 Oct. 4, 03 G.Cosmo (track-V05-02-02)
602 - Modified GNUmakefile:                           577 - Modified GNUmakefile:
603   o added dependency to new module "geometry/n    578   o added dependency to new module "geometry/navigation".
604 - Coworks with "geometry-V05-02-00" and "digit    579 - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
605                                                   580 
606 Jun. 11, 03 H.Kurashige (track-V05-02-01)         581 Jun. 11, 03 H.Kurashige (track-V05-02-01)
607 - Add ExceptionSeverity                           582 - Add ExceptionSeverity
608 - Add G4VParticleChange::CheckSecondary           583 - Add G4VParticleChange::CheckSecondary
609 - Remove inclusion of G4MaterialCutsCouple        584 - Remove inclusion of G4MaterialCutsCouple
610                                                   585 
611 Jun. 03, 03  G.Cosmo (track-V05-01-03)            586 Jun. 03, 03  G.Cosmo (track-V05-01-03)
612 - Fixed warning in G4ParticleChangeForRadDecay    587 - Fixed warning in G4ParticleChangeForRadDecay.hh.
613                                                   588 
614 Mar. 20, 03  M.Asai (track-V05-01-02)             589 Mar. 20, 03  M.Asai (track-V05-01-02)
615 - Fix copy operator of G4Track not to copy the    590 - Fix copy operator of G4Track not to copy the pointer to user information
616                                                   591 
617 Mar. 20, 03  H.Kurashige  (track-V05-01-01)       592 Mar. 20, 03  H.Kurashige  (track-V05-01-01)
618 - Correct comments                                593 - Correct comments
619 - Fixed unused parameter in G4VParticleChange.    594 - Fixed unused parameter in G4VParticleChange.cc
620                                                   595 
621 Mar. 5, 02  H.Kurashige  (track-V05-00-02)        596 Mar. 5, 02  H.Kurashige  (track-V05-00-02)
622 - Fix in G4Step::InitializeStep().                597 - Fix in G4Step::InitializeStep().
623   Added initialization of fCharge in StepPoint    598   Added initialization of fCharge in StepPoint.
624                                                   599 
625 Jan. 24, 02  G.Cosmo  (track-V05-00-01)           600 Jan. 24, 02  G.Cosmo  (track-V05-00-01)
626 - Fix in G4ParticleChangeForTransport::UpdateS    601 - Fix in G4ParticleChangeForTransport::UpdateStepForPostStep().
627   Added call for setting the material-cuts-cou    602   Added call for setting the material-cuts-couple for pPostStepPoint
628   (V.Ivantchenko).                                603   (V.Ivantchenko).
629                                                   604 
630 Dec. 16, 02  G.Cosmo  (track-V05-00-00)           605 Dec. 16, 02  G.Cosmo  (track-V05-00-00)
631 - Merged branch "geant4-04-01-ref-02-cuts-bran    606 - Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD.
632   Included development for 'cuts-by-region':      607   Included development for 'cuts-by-region':
633   o Updated G4Track, G4Step, G4StepPoint and G    608   o Updated G4Track, G4Step, G4StepPoint and G4ParticleChangeForTransport
634     to properly handle new G4MaterialCutsCoupl    609     to properly handle new G4MaterialCutsCouple.
635                                                   610 
636 Dec. 04, 02  T.Sasaki (track-V04-01-03)           611 Dec. 04, 02  T.Sasaki (track-V04-01-03)
637 - Initial value for fCharge is given in the co    612 - Initial value for fCharge is given in the constuctor
638   of G4StepPoint.                                 613   of G4StepPoint.
639                                                   614 
640 Nov. 20, 02   G.Cosmo (track-V04-01-02)           615 Nov. 20, 02   G.Cosmo (track-V04-01-02)
641 - Patched access to public static data in G4VP    616 - Patched access to public static data in G4VParticleChange.
642   Added accessors to be used in the kernel to     617   Added accessors to be used in the kernel to allow porting on
643   Windows DLLs.                                   618   Windows DLLs.
644                                                   619 
645 Nov. 1, 02    J.Generowicz (track-V04-01-01)      620 Nov. 1, 02    J.Generowicz (track-V04-01-01)
646 - Added accessors to auxiliary point vector, i    621 - Added accessors to auxiliary point vector, in both
647   G4Step and G4ParticleChangeForTransport         622   G4Step and G4ParticleChangeForTransport
648                                                   623 
649 Oct. 31, 02    T.Sasaki (track-V04-01-00)         624 Oct. 31, 02    T.Sasaki (track-V04-01-00)
650 - Added StronglyForced flag to G4ForceConditio    625 - Added StronglyForced flag to G4ForceCondition
651 - set fUndefined for the StepStatus in PostSte    626 - set fUndefined for the StepStatus in PostStepPoint after CopyPostToPre
652                                                   627 
653 Feb. 09 ,02    H.Kurashige (track-V04-00-02)      628 Feb. 09 ,02    H.Kurashige (track-V04-00-02)
654 - Modify G4Track::GetVelocity to get better pe    629 - Modify G4Track::GetVelocity to get better performance for massless particles
655                                                   630 
656 Dec. 24 ,01   H.Kurashige (track-V04-00-01)       631 Dec. 24 ,01   H.Kurashige (track-V04-00-01)
657 - Remove event biasing mechanism from track ca    632 - Remove event biasing mechanism from track category
658   ( it is moved to hadronic/models )              633   ( it is moved to hadronic/models )
659 - Add G4Track::CopyTrackInfo                      634 - Add G4Track::CopyTrackInfo
660 - Modified G4ParticleChange::AddSecondary to u    635 - Modified G4ParticleChange::AddSecondary to use touchable handle
661 - Fixed a bug of changing parent weight in G4P    636 - Fixed a bug of changing parent weight in G4ParticleChange::UpdateStepForAlongStep
662                                                   637 
663 Dec. 12, 01  H.Kurashige (track-V04-00-00)        638 Dec. 12, 01  H.Kurashige (track-V04-00-00)
664 - Added initialization of fStepLength in const    639 - Added initialization of fStepLength in constructors.
665 - Fixed a bug that fStepLength is not copied i    640 - Fixed a bug that fStepLength is not copied in assginment operator
666                                                   641 
667 Dec. 10, 01  H.Kurashige (track-V03-02-08)        642 Dec. 10, 01  H.Kurashige (track-V03-02-08)
668 - Modified assignment operator so that fCurren    643 - Modified assignment operator so that fCurrentStepNumber is set to 0
669                                                   644 
670 Nov.27, 01  J. Apostolakis (track-V03-02-07)      645 Nov.27, 01  J. Apostolakis (track-V03-02-07)  for H. Kurashige
671 - Modified G4ParticleChange::AddSecondary to u    646 - Modified G4ParticleChange::AddSecondary to use touchable handle - by Hisaya
672    (only one of the AddSecondary methods has b    647    (only one of the AddSecondary methods has been modified - to date)
673                                                   648 
674 Nov.10, 01 (track-V03-02-06)                      649 Nov.10, 01 (track-V03-02-06)
675 - Fixed bugs in assignment operators in G4Trac    650 - Fixed bugs in assignment operators in G4Track
676 - Added SetParentWeightByProcess                  651 - Added SetParentWeightByProcess
677 - Added SetSecondaryWeightByProcess               652 - Added SetSecondaryWeightByProcess
678                                                   653 
679 Nov. 08, 01  G.Cosmo (track-V03-02-05)            654 Nov. 08, 01  G.Cosmo (track-V03-02-05)
680 - Merge changes included in "track-V03-02-02a"    655 - Merge changes included in "track-V03-02-02a".
681                                                   656 
682 Oct. 22, 01  H.Kurashige (track-V03-02-04)        657 Oct. 22, 01  H.Kurashige (track-V03-02-04)
683 - Modify to intorduce TouchableHandle (Radovan    658 - Modify to intorduce TouchableHandle (Radovan)
684                                                   659 
685 Oct. 20, 01  H.Kurashige (track-V03-02-03)        660 Oct. 20, 01  H.Kurashige (track-V03-02-03)
686 - Remove "static inline methods"                  661 - Remove "static inline methods"
687 - Disable EventBiasingMechanism                   662 - Disable EventBiasingMechanism
688                                                   663 
689 Oct. 26, 01  G.Cosmo (track-V03-02-02a)           664 Oct. 26, 01  G.Cosmo (track-V03-02-02a)
690 - Added implementation to assignment operator     665 - Added implementation to assignment operator in G4ParticleChangeForRadDecay.hh
691   (H.Kurasige)                                    666   (H.Kurasige)
692                                                   667 
693 Sep. 20, 01  H.Kurashige (track-V03-02-02)        668 Sep. 20, 01  H.Kurashige (track-V03-02-02)
694 - Update to  G4Mars5GeVMechanism for STL migra    669 - Update to  G4Mars5GeVMechanism for STL migration of materials
695                                                   670 
696 Sep. 20, 01  H.Kurashige (track-V03-02-01)        671 Sep. 20, 01  H.Kurashige (track-V03-02-01)
697 - Modify  G4Mars5GeVMechanism for STL migratio    672 - Modify  G4Mars5GeVMechanism for STL migration of materials
698                                                   673 
699 Aug. 16, 01  H.Kurashige (track-V03-02-00)        674 Aug. 16, 01  H.Kurashige (track-V03-02-00)
700 - Clean up codes                                  675 - Clean up codes
701                                                   676 
702 Mar. 7, 01  H.Kurashige (track-V03-00-04)         677 Mar. 7, 01  H.Kurashige (track-V03-00-04)
703 - Add protection for the zero-momentum case       678 - Add protection for the zero-momentum case
704   for UpdateStepForAlongStep in ParticleChange    679   for UpdateStepForAlongStep in ParticleChange  (J.A)
705                                                   680 
706 Feb. 17, 01  H.Kurashige (track-V03-00-03)        681 Feb. 17, 01  H.Kurashige (track-V03-00-03)
707 - Add Velocity and Setmethod in G4StepPoint       682 - Add Velocity and Setmethod in G4StepPoint
708 - Add SetVelocity in G4Step.::InitializeStep      683 - Add SetVelocity in G4Step.::InitializeStep
709 - Modify G4StepPoint::GetVelocity to return co    684 - Modify G4StepPoint::GetVelocity to return correct velocity for optical photon
710                                                   685 
711 Feb. 17, 01  H.Kurashige (track-V03-00-02)        686 Feb. 17, 01  H.Kurashige (track-V03-00-02)
712 - Fix G4Track::GetVelocity for Gamma              687 - Fix G4Track::GetVelocity for Gamma
713                                                   688 
714 Feb. 12, 01 H.Kurashige (track-V03-00-01)         689 Feb. 12, 01 H.Kurashige (track-V03-00-01)
715 - Remove thePolarizationChange from G4Particle    690 - Remove thePolarizationChange from G4ParticleChangeForTransport.hh
716                                                   691 
717                                                   692 
718 Feb. 07, 01 H.Kurashige (track-V03-00-00)         693 Feb. 07, 01 H.Kurashige (track-V03-00-00)
719 - Add copy constructor to G4Track                 694 - Add copy constructor to G4Track
720                                                   695 
721 Oct. 19, 00 H.kurashige (track-V02-00-01)         696 Oct. 19, 00 H.kurashige (track-V02-00-01)
722 - Bug fixes in copy constructor of G4ParticleC    697 - Bug fixes in copy constructor of G4ParticleChange
723                                                   698 
724 Oct. 18, 00 H.Kurashige (track-V02-00-00)         699 Oct. 18, 00 H.Kurashige (track-V02-00-00)
725 - Add "const" to G4DynamicParticle pointer  of    700 - Add "const" to G4DynamicParticle pointer  of returned value of G4Track::GetDynamicParticle
726                                                   701 
727 Jun. 2, 2000 M.Asai  (track-V01-01-02)            702 Jun. 2, 2000 M.Asai  (track-V01-01-02)
728 - Add G4VUserTrackInformation class and its po    703 - Add G4VUserTrackInformation class and its pointer data member in G4Track
729 - Add "const" to pointer to G4Step in G4Track     704 - Add "const" to pointer to G4Step in G4Track (Hisaya)
730                                                   705 
731 Jun. 1 2000 H.Kurashige (track-V01-01-01a)        706 Jun. 1 2000 H.Kurashige (track-V01-01-01a)
732 -  Removed "const" from the return value type     707 -  Removed "const" from the return value type of G4StepPoint::GetPhysicalVolume()
733                                                   708 
734 May 16 2000 H.Kurashige (track-V01-01-01)         709 May 16 2000 H.Kurashige (track-V01-01-01)
735 -  Added thePolarizationChange in G4ParticleCh    710 -  Added thePolarizationChange in G4ParticleChangeForTransportation
736                                                   711 
737 May 12 2000 H.Kurashige (track-V01-01-00)         712 May 12 2000 H.Kurashige (track-V01-01-00)
738 -  SetTouchable methods has been changed to ge    713 -  SetTouchable methods has been changed to get "const" pointer
739                                                   714 
740 Feb. 16, 2000 H.Kurashige                         715 Feb. 16, 2000 H.Kurashige
741 -  Added cashing mechanism of pointer to mater    716 -  Added cashing mechanism of pointer to material in G4StepPoint
742 -  Added theMaterialChange in G4ParticleChange    717 -  Added theMaterialChange in G4ParticleChangeForTransportation
743 -  GetTouchable methods has been changed to gi    718 -  GetTouchable methods has been changed to give "const" pointer
744                                                   719 
745 Feb. 13, 2000 H.Kurashige (track-V01-00-01)       720 Feb. 13, 2000 H.Kurashige (track-V01-00-01)
746 -  Added G4ParticleChangeForRadDecay              721 -  Added G4ParticleChangeForRadDecay
747 -  Changed G4VParticleChange::AddSecondary to     722 -  Changed G4VParticleChange::AddSecondary to set secondary track weight equal to the primary's one
748 -  Removed printing pointers of ParticleChange    723 -  Removed printing pointers of ParticleChange object in CheckIt methods
749                                                   724 
750 Jan. 18, 2000 H.Kurashige (track-V01-00-00)       725 Jan. 18, 2000 H.Kurashige (track-V01-00-00)
751 -  Fixed bugs in treatment of secondary track     726 -  Fixed bugs in treatment of secondary track weight
752                                                   727 
753 Nov. 7, 1999 H.Kurashige (track-V00-01-01)        728 Nov. 7, 1999 H.Kurashige (track-V00-01-01)
754 -  Added comments for "Software Reference Manu    729 -  Added comments for "Software Reference Manual"
755                                                   730 
756 Oct. 5, 1999 H,Kurashige (track-V00-01-00)        731 Oct. 5, 1999 H,Kurashige (track-V00-01-00)
757 -  Added mass/charge change in G4ParticleChang    732 -  Added mass/charge change in G4ParticleChange
758 -  Modified G4ParticleChange::CheckIt             733 -  Modified G4ParticleChange::CheckIt
759 -  Separate implementation of inline functions    734 -  Separate implementation of inline functions to G4Track.icc and G4Step.icc
760                                                   735 
761 Jul. 14 1999 H.Kurashige (track-01-00-07)         736 Jul. 14 1999 H.Kurashige (track-01-00-07)
762 -  Fixed bugs in G4Mars5GeVMechanism::CreatePi    737 -  Fixed bugs in G4Mars5GeVMechanism::CreatePion()
763                                                   738 
764 May 6, 1999 H.Kurashige (track-01-00-06)          739 May 6, 1999 H.Kurashige (track-01-00-06)
765 -  Modified CheckIt methods of G4VParticleChan    740 -  Modified CheckIt methods of G4VParticleChange and derived classes
766                                                   741 
767 Apr. 28, 1999 H.Kurashige (track-01-00-05b)       742 Apr. 28, 1999 H.Kurashige (track-01-00-05b)
768 -  Protect proton mass against glanular libral    743 -  Protect proton mass against glanular libraly for G4Mars5Gev...(Makoto)
769 -  Fixed error messages in G4ParticleChange::C    744 -  Fixed error messages in G4ParticleChange::CheckIt (Hisaya)
770 -  Remove "include/G4VProcess.hh" from G4Step.    745 -  Remove "include/G4VProcess.hh" from G4Step.cc (Hisaya)
771                                                   746 
772 Apr. 13, 1999 H.Kurashige (track-01-00-04)        747 Apr. 13, 1999 H.Kurashige (track-01-00-04)
773 - Code polishing according to the messages by     748 - Code polishing according to the messages by CodeWizard
774 - Added new virtual method of G4bool CheckIt(c    749 - Added new virtual method of G4bool CheckIt(const G4Track&) in G4VParticleChange
775                                                   750 
776 Feb. 17, 1999 H.Kurashige (track-01-00-03)        751 Feb. 17, 1999 H.Kurashige (track-01-00-03)
777 -  Removed G4Step::ShowStep() (Takashi)           752 -  Removed G4Step::ShowStep() (Takashi)
778 -  Fixed bugs in G4ParticleChange.icc (Hisaya)    753 -  Fixed bugs in G4ParticleChange.icc (Hisaya)
779                                                   754 
780 Feb. 9, 1999 H.Kurashige (track-01-00-02)         755 Feb. 9, 1999 H.Kurashige (track-01-00-02)
781 -  Modified G4TrackFastVector (Hisaya)            756 -  Modified G4TrackFastVector (Hisaya)
782 -  Modified G4ParticleChange::CheckIt (Hisaya)    757 -  Modified G4ParticleChange::CheckIt (Hisaya)
783                                                   758 
784 Feb. 6, 1999 H.Kurashige (track-01-00-01)         759 Feb. 6, 1999 H.Kurashige (track-01-00-01)
785 -  Added Get/SetMomentumDirectionChange in G4P    760 -  Added Get/SetMomentumDirectionChange in G4ParticleChange (Hisaya)
786 -  Removed using G4ParticleMomentum (Hisaya)      761 -  Removed using G4ParticleMomentum (Hisaya)
787                                                   762 
788 Dec. 15,  1998 H.Kurashige (track-00-04-05)       763 Dec. 15,  1998 H.Kurashige (track-00-04-05)
789 - G4ParticleChange::CheckIt is activated in VE    764 - G4ParticleChange::CheckIt is activated in VERBOSE mode (Hisaya)
790                                                   765 
791 Dec. 12, 1998 H.Kurashige (track-00-04-04)        766 Dec. 12, 1998 H.Kurashige (track-00-04-04)
792 - Fixed bugs in G4Mars5GeVMechanism (Hisaya)      767 - Fixed bugs in G4Mars5GeVMechanism (Hisaya)
793 - Added SwOnAllEB/SwOffAllEB in G4ParticleChan    768 - Added SwOnAllEB/SwOffAllEB in G4ParticleChange (Hisaya)
794 - Added GetEBMechanis and IsEBActive in G4VPar    769 - Added GetEBMechanis and IsEBActive in G4VParticleChange (Hisaya)
795                                                   770 
796 Dec. 11, 1998 H.Kurashige (track-00-04-03)        771 Dec. 11, 1998 H.Kurashige (track-00-04-03)
797 - Fixed bugs in G4Mars5GeVMechanism (Hisaya)      772 - Fixed bugs in G4Mars5GeVMechanism (Hisaya)
798                                                   773 
799 Dec. 9, 1998 L.Urban (track-00-04-02)             774 Dec. 9, 1998 L.Urban (track-00-04-02)
800 - Added G4ParticleChangeForLoss and G4Particle    775 - Added G4ParticleChangeForLoss and G4ParticleChangeForMSC.
801                                                   776 
802 Nov. 18, 98 H.Kurashige (track-00-04-01)A         777 Nov. 18, 98 H.Kurashige (track-00-04-01)A
803 - Added new member of weight in G4Track and re    778 - Added new member of weight in G4Track and removed G4BiasingTag
804 - Added Event Biasing based on MARS               779 - Added Event Biasing based on MARS
805 - Modified argument type in G4Track               780 - Modified argument type in G4Track
806   ( this tag requires particles-00-04-01 tag)     781   ( this tag requires particles-00-04-01 tag)
807                                                   782 
808 Nov. 9, 98  H.Kurashige (track-00-03-05)          783 Nov. 9, 98  H.Kurashige (track-00-03-05)
809 - Added Event Biasing Mechanism in G4VParticle    784 - Added Event Biasing Mechanism in G4VParticleChange
810                                                   785 
811 Nov. 8, 98 H.Kurashige (track-00-03-04)           786 Nov. 8, 98 H.Kurashige (track-00-03-04)
812 - Added G4BiasingTag as a member of G4Track       787 - Added G4BiasingTag as a member of G4Track
813 - Modified G4Step, and G4StepPoint for managin    788 - Modified G4Step, and G4StepPoint for managing  G4BiasingTag
814                                                   789 
815 Oct. 17, 98 H.Kurashige (track-00-03-03)          790 Oct. 17, 98 H.Kurashige (track-00-03-03)
816 - Fixed bugs in G4VParticleChange and G4Partic    791 - Fixed bugs in G4VParticleChange and G4ParticleChange
817                                                   792 
818 Oct. 14 19 H.Kurashige (track-00-03-01)           793 Oct. 14 19 H.Kurashige (track-00-03-01)
819 - Modified G4ParticleChangeForTransportation f    794 - Modified G4ParticleChangeForTransportation for new relocation algorism.
820   (J.Apost.)                                      795   (J.Apost.)
821                                                   796 
822 Aug. 31, 98 G.Cosmo (track-00-02-01)              797 Aug. 31, 98 G.Cosmo (track-00-02-01)
823 - Added "global" phony target to GNUmakefile.     798 - Added "global" phony target to GNUmakefile.
824 - Added comment to G4StepPoint.hh (J.Apostolak    799 - Added comment to G4StepPoint.hh (J.Apostolakis).
825                                                   800 
826 Jul. 20,98 H.Kurashige (track-00-01-05)           801 Jul. 20,98 H.Kurashige (track-00-01-05)
827 - Modified G4ParticleChangeForDecay               802 - Modified G4ParticleChangeForDecay
828                                                   803 
829 Jul. 10, 98 P.Urban (track-00-01-02)              804 Jul. 10, 98 P.Urban (track-00-01-02)
830 - Optimised G4ParticleChangeForTransport. Much    805 - Optimised G4ParticleChangeForTransport. Much less data
831   is copied -> increased performance.             806   is copied -> increased performance.
832                                                   807 
833 Jul. 1, 98 H.Kurashige (track-00-07-02)           808 Jul. 1, 98 H.Kurashige (track-00-07-02)
834 - Moved UpdateStepForAlongStep into G4Particle    809 - Moved UpdateStepForAlongStep into G4ParticleChangeForTransport.cc file
835                                                   810 
836 Jun. 30, 98 P. Urban (track-00-07-01)             811 Jun. 30, 98 P. Urban (track-00-07-01)
837 - Some more tracking optimisation results.        812 - Some more tracking optimisation results.
838                                                   813 
839 Jun. 22, 98 P. Urban (track-00-06-04)             814 Jun. 22, 98 P. Urban (track-00-06-04)
840 - Preliminary results of tracking optimisation    815 - Preliminary results of tracking optimisation merged into HEAD.
841                                                   816 
842 Jun. 11, 98 G.Cosmo (track-00-06-03)              817 Jun. 11, 98 G.Cosmo (track-00-06-03)
843 - Tagged track-00-06-03.                          818 - Tagged track-00-06-03.
844                                                   819 
845 Jun. 11, 98  J.Allison                            820 Jun. 11, 98  J.Allison
846 - Added a missing inline keyword to G4Track.hh    821 - Added a missing inline keyword to G4Track.hh:341.
847                                                   822 
848 Jun. 8, 98  H.Kurashige                           823 Jun. 8, 98  H.Kurashige
849 - Add GoodForTracking and BelowThreshold flags    824 - Add GoodForTracking and BelowThreshold flags in G4Track
850   for new COHERENT scheme for the Cuts            825   for new COHERENT scheme for the Cuts
851                                                   826 
852 May 12, 98 H.Kurashige                            827 May 12, 98 H.Kurashige
853 - Fix bugs in G4Step, G4ParticleChange            828 - Fix bugs in G4Step, G4ParticleChange
854   Add new class of G4ParticleChangeForTranspor    829   Add new class of G4ParticleChangeForTransport
855                                                   830 
856 Apr. 12, 98 H.Kurashige                           831 Apr. 12, 98 H.Kurashige
857 - Implement new scheme of 'Particle Change'. P    832 - Implement new scheme of 'Particle Change'. Please see
858   particle_change.asc in geant4alpha/documents    833   particle_change.asc in geant4alpha/documents/particles+matter/.
859 - Following files are modified (or added)         834 - Following files are modified (or added)
860     G4ParticleChange.hh, .icc, .cc                835     G4ParticleChange.hh, .icc, .cc
861     G4VParticleChange.hh, .icc, .cc               836     G4VParticleChange.hh, .icc, .cc
862     G4ParticleChangeForDecay.hh, .cc              837     G4ParticleChangeForDecay.hh, .cc
863     G4Step.hh,  G4TrackFastVector.hh              838     G4Step.hh,  G4TrackFastVector.hh
864                                                   839 
865 Apr. 9, 98 G.Cosmo                                840 Apr. 9, 98 G.Cosmo
866 - Porting on DEC-cxx 6.0.                         841 - Porting on DEC-cxx 6.0.
867   Removed meaningless usage of "const" qualifi    842   Removed meaningless usage of "const" qualifier from functions
868   return type for basic types by value. Modifi    843   return type for basic types by value. Modified files:
869   G4ParticleChange.hh, .icc,                      844   G4ParticleChange.hh, .icc,
870   G4Step.hh, G4StepPoint.hh, G4Track.hh           845   G4Step.hh, G4StepPoint.hh, G4Track.hh
871                                                   846 
872 Mar. 18, 1998 K.Amako                             847 Mar. 18, 1998 K.Amako
873 - Add following information to G4Track:           848 - Add following information to G4Track:
874      1.Momentum direction at the start point (    849      1.Momentum direction at the start point (vertex position) of the track
875      2.Kinetic energy at the start point (vert    850      2.Kinetic energy at the start point (vertex position) of the track
876      3.Pointer to the process which created th    851      3.Pointer to the process which created the current track
877 - Due to this, the following files have modifi    852 - Due to this, the following files have modififed and committed.
878      1.NewDesignDoc.txt                           853      1.NewDesignDoc.txt
879      2.G4Track.hh, G4Track.cc                     854      2.G4Track.hh, G4Track.cc
880      3.G4SteppingManager.cc                       855      3.G4SteppingManager.cc
881                                                   856 
882 Jan.  29, 97 K. Amako                             857 Jan.  29, 97 K. Amako
883 - Following changes have been done and committ    858 - Following changes have been done and committed/tagged to cvs.
884   Tag# is track-00-03-01.                         859   Tag# is track-00-03-01.
885     - G4Step.cc: Output format has been change    860     - G4Step.cc: Output format has been changed in showStep().
886                                                   861 
887 Dec. 19, 97 G. Cosmo - (alpha03)                  862 Dec. 19, 97 G. Cosmo - (alpha03)
888                                                   863 
889 - Created.                                        864 - Created.