Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/transportation/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 /processes/transportation/History (Version 11.3.0) and /processes/transportation/History (Version 9.2.p3)


  1 # Category transport History                   <<   1 $Id: History,v 1.151 2008/11/26 13:03:28 japost Exp $
  2                                                <<   2 -------------------------------------------------------------------
  3 See `CONTRIBUTING.rst` for details of **requir << 
  4 which **must** added in reverse chronological  << 
  5 It must **not** be used as a substitute for wr << 
  6                                                << 
  7 ---------------------------------------------- << 
  8                                                << 
  9 ## 2024-10-08 Jonas Hahnfeld (transport-V11-02 << 
 10 - Introduce `TRANSPORTATION_WITH_MSC` process  << 
 11                                                << 
 12 ## 2023-01-26 John Apostolakis (transport-V11- << 
 13 - Added a method to set both warning & importa << 
 14   Added method to report lock errors.          << 
 15   Improve reporting of inconsistent changes of << 
 16     (not only enforce warning_E < important_E  << 
 17                                                << 
 18 ## 2023-01-25 John Apostolakis (transport-V11- << 
 19 - Fix unwanted change of default looper parame << 
 20   ( Reversed inadvertent creation of G4Transpo << 
 21     calls to G4Transportation constructor.)    << 
 22                                                << 
 23 ## 2023-01-09 Jonas Hahnfeld (transport-V11-01 << 
 24 - Fix compilation warning about unused variabl << 
 25                                                << 
 26 ## 2022-11-25 Gabriele Cosmo (transport-V11-00 << 
 27 - Removed debug printouts in G4Transportation. << 
 28                                                << 
 29 ## 2022-11-23 Gabriele Cosmo (transport-V11-00 << 
 30 - Fixed compilation warnings for implicit type << 
 31                                                << 
 32 ## 2022-11-10 John Apostolakis (transport-V11- << 
 33 - New class G4TransporationParameters to hold  << 
 34   This is a class to be created in master and  << 
 35   parameters for G4Transportation and derived  << 
 36   * G4Transporation's  constructor checks for  << 
 37     instance. If found, its values will be ass << 
 38     data members of G4Transporation.           << 
 39     This behaviour is inherited by subclasses  << 
 40   * The (default) 'instance' of G4Transportati << 
 41     shared by all threads, and used for all pa << 
 42     These values could be subsequently changed << 
 43   * The G4TransporationParameters object (inst << 
 44     ( Future extensions are envisioned that al << 
 45       to be associated with a separate instanc << 
 46       to one or more particle types, e.g. elec << 
 47                                                << 
 48 ## 2022-10-05 Gabriele Cosmo (transport-V11-00 << 
 49 - Fixed compilation warnings on Intel/icx comp << 
 50   but not used.                                << 
 51                                                << 
 52 ## 2022-05-18 Gabriele Cosmo (transport-V11-00 << 
 53 - `G4Transportation`, `G4CoupledTransportation << 
 54   operator instead of logical.                 << 
 55                                                << 
 56 ## 2022-05-11 Jonas Hahnfeld (transport-V11-00 << 
 57 - `G4Transportation`: Remove non-working check << 
 58 - Remove `PUBLIC` dependency on `G4magneticfie << 
 59                                                << 
 60 ## 2022-04-24 Vladimir Ivanchenko (transport-V << 
 61 - moved G4UserSpecialCuts to physics_lists/con << 
 62 - GNUmakefile, source.cmake - removed dependen << 
 63                                                << 
 64 ## 2022-04-20 Jonas Hahnfeld (transport-V11-00 << 
 65 - `G4CoupledTransportation`: Set flags from `G << 
 66   * Replace `fFirstStepInAnyVolume` with `fFir << 
 67   * Replace `fAnyGeometryLimitedStep` with `fG << 
 68   * Remove wrong check in case of zero steps   << 
 69 - `G4Transportation`:                          << 
 70   * Remove wrong check in case of zero steps   << 
 71   * Set step status on volume boundary         << 
 72                                                << 
 73 ## 2022-01-17 Jonas Hahnfeld (transport-V11-00 << 
 74 - Remove useless `const_cast` of `G4VSensitive << 
 75                                                << 
 76 ## 2022-01-05 Jonas Hahnfeld (transport-V11-00 << 
 77 - `G4CoupledTransportation`:                   << 
 78   * Use new constant `G4TransportationManager: << 
 79   * Inherit from `G4Transportation`, remove du << 
 80                                                << 
 81 ## 2021-12-10 Ben Morgan (transport-V11-00-00) << 
 82 - Change to new Markdown History format        << 
 83                                                << 
 84 ---                                            << 
 85                                                << 
 86 # History entries prior to 11.0                << 
 87                                                << 
 88 Sep 23rd 2021, Alberto Ribon transport-V10-07- << 
 89 ----------------------------                   << 
 90 - Added PARALLEL_WORLD_PROCESS to G4Transporta << 
 91   (to avoid hardwired value "491" in the const << 
 92    G4ParallelWorldProcess).                    << 
 93                                                << 
 94 Apr 16th 2021, Ben Morgan transport-V10-07-02  << 
 95 -------------------------                      << 
 96 - Migrate build to modular CMake API           << 
 97                                                << 
 98 Feb 24th 2021, G. Cosmo transport-V10-07-01    << 
 99 -----------------------                        << 
100 - Enable setting of smooth curved trajectories << 
101   G4CoupledTransportation::AlongStepDoIt(), wh << 
102   mistake. Based on discussion in Geant4 Forum << 
103                                                << 
104 Dec 16th 2020, G. Amadio transport-V10-07-00   << 
105 ------------------------                       << 
106 - Limit reporting of number of calls to G4Tran << 
107   to when either G4VERBOSE or G4DEBUG_TRANSPOR << 
108   avoid using a thread local variable for a sl << 
109                                                << 
110 Oct 26th 2020, G. Amadio & J.Apostolakis trans << 
111 ----------------------------------------       << 
112 - A substantial reorganisation of G4Transporta << 
113   to use values already in cache, reduce the n << 
114   use extra local variables for track properti << 
115   The method is one of the heaviest in many ty << 
116   Profiling identified a persistent reduction  << 
117   loads after these changes.                   << 
118                                                << 
119 Nov  1st 2019, J.Apostolakis transport-V10-05- << 
120 ----------------------------                   << 
121 - Optimisation in G4Transportation and G4Coupl << 
122   Avoid calling user field manager's Configure << 
123   except if particle is charged, or forces fro << 
124   or gravity are enabled.                      << 
125                                                << 
126   * Introduces new common 'flag' in G4(Coupled << 
127       to enable gravity fields.                << 
128     The following static method must be called << 
129     gravity fields:                            << 
130        G4Transportation::EnableGravity(G4bool  << 
131                                                << 
132 - Added flag in G4Transportation/G4CoupledTran << 
133    silence warning about looping tracks.       << 
134                                                << 
135 Aug 15th 2019, D.Sorokin transport-V10-05-01   << 
136 ------------------------                       << 
137 - Enable relaxing of delta chord condition (to << 
138     issue) for tracks below 'important' energy << 
139                                                << 
140 Aug 15th 2019, J.Apostolakis transport-V10-05- << 
141 ----------------------------                   << 
142 - G4Transportation and G4CoupledTransportation << 
143     resetting of looper flag and other state f << 
144     * Replaced check for 'Global' field with c << 
145       This is needed to ensure that propagator << 
146       reset when the setup inludes only local  << 
147     * Ensure that looping flag is reset (false << 
148       in G4CoupledTransportation::AlongStepGet << 
149       ( Before it was overwritten afterwards.  << 
150                                                << 
151    Addresses bugzilla Problem report 2144.     << 
152    Thanks to Richard T. Jones (U. Conn) and La << 
153      GlueX experiment team.                    << 
154                                                << 
155 Nov 9th  2018, J.Apostolakis transport-V10-04- << 
156 ----------------------------                   << 
157 - G4Transportation and G4CoupledTransportation << 
158     Added method SetLowLooperThresholds for lo << 
159     Added method ReportLooperThresholds method << 
160 - G4CoupledTransportation: Additional statisti << 
161      (to be same as G4Transportation).         << 
162 - G4TransportationLogger: New ReportLooperThre << 
163                                                << 
164 Nov 9th  2018, G.Cosmo transport-V10-04-12     << 
165 ----------------------                         << 
166 - Use G4cout to print statistics from G4[Coupl << 
167                                                << 
168 Nov 8th  2018, J.Apostolakis transport-V10-04- << 
169 ----------------------------                   << 
170 - G4[Coupled]Transportation: Added extra simpl << 
171   at destruction:                              << 
172    * New stats: non-electrons loopers killed ( << 
173    * Record statistics for non-electron looper << 
174      - total energy                            << 
175      - maximum energy and the PDG of the type  << 
176    * Statistics now printed by a new method,   << 
177       and are printed also if verbose = 0  ( w << 
178    * Description method, to print key paramete << 
179                                                << 
180 Nov 8th  2018, J.Apostolakis transport-V10-04- << 
181 ----------------------------                   << 
182 - G4Transportation & G4CoupledTransportation:  << 
183   Summary:                                     << 
184      Restored old default energy thresholds fo << 
185   Full information:                            << 
186   * Added method SetHighLooperThresholds() to  << 
187     parameters for killing looping particles:  << 
188      - warning energy to 100 MeV ( particles b << 
189      - important energy to 250 MeV ( above, tr << 
190   * Default constructors now use these high va << 
191   * Added checks in SetMethods of looper param << 
192      to report error if logger is missing.     << 
193   * New auxiliary methods PushThresholdsToLogg << 
194                                                << 
195 Nov 7th  2018, J.Apostolakis transport-V10-04- << 
196 ----------------------------                   << 
197 - G4Transportation & G4CoupledTransportation:  << 
198   * Adjusted killing of looping particles, to  << 
199   * Unstable particles will be propagated inde << 
200   * Added Printing the maximum energy and sum  << 
201     in G4(Coupled)Transportation destructor.   << 
202                                                << 
203 July 9th  2018, G.Cosmo transport-V10-04-06    << 
204 -----------------------                        << 
205 - Minor code cleanup in G4[Coupled]Transportat << 
206   Use G4Exception for warnings, instead of str << 
207                                                << 
208 June 15th  2018, G.Cosmo transport-V10-04-05   << 
209 ------------------------                       << 
210 - Fixed Coverity warnings...                   << 
211                                                << 
212 June 15th  2018, G.Cosmo transport-V10-04-04   << 
213 ------------------------                       << 
214 - Fixed compilation errors on Windows.         << 
215                                                << 
216 June 14th  2018, J.Apostolakis transport-V10-0 << 
217 ------------------------------                 << 
218 - New class G4TransportationLogger to consolid << 
219   Transportation processes. First step: it now << 
220   for looping tracks. Added information on mat << 
221 - G4Transportation and G4CoupledTransportation << 
222   0 to 1 keV for warning when abandoning loopi << 
223   Tracks with less energy do not get reported. << 
224   Use G4TransportationLogger to report looping << 
225                                                << 
226 June  8th  2018, J.Apostolakis transport-V10-0 << 
227 ------------------------------                 << 
228 - Fixed and improved reporting of looping trac << 
229   Now issues warning and provides information  << 
230   in addition to energy and its value at pre-s << 
231                                                << 
232 June  8th  2018, G.Cosmo transport-V10-04-01   << 
233 ------------------------                       << 
234 - Some code cleanup in G4Transportation and G4 << 
235   Removed few global static symbols introduced << 
236                                                << 
237 June  7th 2018, J.Apostolakis transport-V10-04 << 
238 -----------------------------                  << 
239 - G4Transportation & G4CoupledTransportation:  << 
240   thresholds related to the killing of looping << 
241      'Important' Energy: particles with MORE e << 
242                          multiple steps (fThre << 
243      'Warning'   Energy: particles with LESS e << 
244      Intermediate value: particles between the << 
245                          one 'looping step' (w << 
246   New values:  Warning_Energy= 0. Important_En << 
247   NOTES:                                       << 
248    1) This can happen if a track's propagation << 
249       number of integration steps.  ( Default  << 
250       accessed by G4PropagatorInField's  Get/S << 
251    2) Usually the material is vacuum or very l << 
252       And particles have either low momentum o << 
253       component along the direction of the mag << 
254                                                << 
255   Improved reporting of the issue of dropped p << 
256   threshold'):                                 << 
257     * Provide the type of particle and the pos << 
258       the energy (already).                    << 
259     * added recommendations for users if they  << 
260       (these are printed only for the first 5  << 
261   Addressing problem report #2063.             << 
262                                                << 
263 November 22st 2017, V.Ivanchenko transport-V10 << 
264 --------------------------------               << 
265 - G4NeutronKiller: moved virtual methods from  << 
266   do not use generic <int> type, should not af << 
267                                                << 
268 November 1st 2017, J.Apostolakis transport-V10 << 
269 --------------------------------               << 
270 - Small changes in G4Transportation - early se << 
271                                                << 
272 August 28th 2017, G.Cosmo        transport-V10 << 
273 --------------------------                     << 
274 - Make appropriate setting/use of verbosity fr << 
275   instead of re-defining/using local verbosity << 
276   and G4CoupledTransportation.                 << 
277   Addressing problem report #1999.             << 
278                                                << 
279 August 28th 2017, G.Cosmo        transport-V10 << 
280 --------------------------------               << 
281 - Fixed use of G4DEBUG_TRANSPORT flag in G4Cou << 
282                                                << 
283 August 25th 2017, J.Apostolakis transport-V10- << 
284 --------------------------------               << 
285 - G4CoupledTransportation & G4Transportation:  << 
286     using dedicated method of ProgatorInField. << 
287     Smaller code, and future proof.            << 
288                                                << 
289 February 12th 2015, J.Apostolakis transport-V1 << 
290 --------------------------------               << 
291 - G4CoupledTransportation:: Made SignifyStepIn << 
292     Stoped using IsLastStepInVolume for step l << 
293                                                << 
294 January 20th 2015, J.Apostolakis transport-V10 << 
295 --------------------------------               << 
296 - G4CoupledTransportation: Added ability to id << 
297     the mass geometry or in any geometry.  Als << 
298     in the mass geometry.                      << 
299     Extends fix of tag transport-V10-01-00.    << 
300                                                << 
301   Since it is not clear whether user wants/nee << 
302     any geometry or just in the mass geometry, << 
303   Configurable: whether the flag represents a  << 
304   or any geometry (currently the default - wha << 
305   Also depends in geomnav-V10-01-02 and track- << 
306   Addresses Bugzilla issue #1032.              << 
307                                                << 
308 January 10th 2014, M.Kelsey transport-V10-01-0 << 
309 ---------------------------                    << 
310 - G4Transportation.cc, G4CoupledTransportation << 
311   AlongStepGetPhysicalInteractionLength(), ini << 
312   using G4DynamicParticle (as is used in DoIt) << 
313   Resolves inconsistent kinematics when dynami << 
314   from "PDG" mass.                             << 
315                                                << 
316 December 17th 2014, J.Apostolakis transport-V1 << 
317 ---------------------------------              << 
318 - G4Transportation: Added ability to identify  << 
319    propagation in field.                       << 
320    Requires use of tags in navigation (geomnav << 
321    Addresses Bugzilla issue #1032.             << 
322                                                << 
323 November 21st 2014, J.Apostolakis transport-V1 << 
324 --------------------------------- (corrected v << 
325 - Added initialization of G4CoupledTransportat << 
326   Renamed data member, to make its name canoni << 
327                                                << 
328 October 15th 2014, M.Asai transport-V10-00-05  << 
329 -------------------------                      << 
330 - G4CoupledTransportation is reverted to trans << 
331 - G4Transportation and G4CoupledTransportation << 
332   fUseMagneticMoment and its set method Enable << 
333   static.                                      << 
334                                                << 
335 May   27st 2014, V.Ivanchenko transport-V10-00 << 
336 ------------------------------                 << 
337 - G4UserSpecialCuts - fixed trivial Coverity r << 
338                                                << 
339 May   21st 2014, J.Apostolakis transport-V10-0 << 
340 ------------------------------                 << 
341 - Revised  AlongStepDoIt methods of G4Transpor << 
342    G4CoupledTransportation:                    << 
343    * Adapted to revised signature for G4FieldT << 
344      which now take PDG spin.                  << 
345    * Changed to use different constructor for  << 
346    * Adapted to revised signature of G4ChargeS << 
347      now 3rd argument and mandatory. )         << 
348                                                << 
349 NOTE: Requires tag field-V10-00-03 of geometry << 
350                                                << 
351                                                << 
352 March 14th 2014, J.Apostolakis transport-V10-0 << 
353 ------------------------------                 << 
354 - Fix time in case of zero step, in G4CoupledT << 
355   This caused a 'going back in time' error, wh << 
356   in particular at the boundary of a parallel  << 
357                                                << 
358   > Corrects Issue 1017 in the Geant4 Problem  << 
359     http://bugzilla-geant4.kek.jp/show_bug.cgi << 
360                                                << 
361   NOTE: Requires tag geomnav-V10-00-01         << 
362                                                << 
363 October 18th 2013, J.Apostolakis transport-V09 << 
364 --------------------------------               << 
365 - Initialize missing data members in G4Coupled << 
366   Addresses issue identified by Coverity.      << 
367                                                << 
368 May 13th, 2013, G.Cosmo          transport-V09 << 
369 -----------------------                        << 
370 - Removed left-over assert() calls in G4Couple << 
371                                                << 
372 May 9th, 2013, J.Apostolakis     transport-V09 << 
373 ----------------------------                   << 
374 - Added protection to revised G4CoupledTranspo << 
375   finder (or field manager) is not defined.    << 
376                                                << 
377 May 8th, 2013, P.Gumplinger, J.Apostolakis tra << 
378 ------------------------------------------     << 
379 - Adapted G4Transportation and G4CoupledTransp << 
380   for charge/spin/magnetic moment, and to mess << 
381   directly with it.                            << 
382   The tag(s) above co-work with and requires t << 
383   had-binary-V09-06-05, geomnav-V09-06-06 and  << 
384                                                << 
385 Mar. 22nd, 2013, G. Cosmo transport-V09-06-03  << 
386 -------------------------                      << 
387 - Removed unnecessary static local variables i << 
388   G4CoupledTransportation.                     << 
389                                                << 
390 Mar. 21st, 2013, A. Dotti transport-V09-06-02  << 
391 -------------------------                      << 
392 - Correcting initialisation of thread-local po << 
393   and G4CoupledTransportation for MT.          << 
394                                                << 
395 Feb. 26th, 2013, G.Cosmo transport-V09-06-01   << 
396 ------------------------                       << 
397 - Removed unused data members in G4Transportat << 
398   Some code cleanup.                           << 
399                                                << 
400 Feb. 6th, 2013, G.Cosmo transport-V09-06-00    << 
401 -----------------------                        << 
402 - G4Transportation.cc, G4CoupledTransportation << 
403     Corrected condition for warning message in << 
404     Code cleanup on MT changes.                << 
405                                                << 
406 Jan. 15th, 2013, A.Dotti                       << 
407 ------------------------                       << 
408 - Merged changes for multi-threading through a << 
409   Modified files: G4Transportation.cc and G4Co << 
410                                                << 
411 Jul. 12th, 2011, J.Apostolakis transport-V09-0 << 
412 ------------------------------                 << 
413 - G4Transportation.cc:                         << 
414     Corrected issues with initialisation of da << 
415     Renamed data member endpointdistance to fE << 
416                                                << 
417 Jul. 5th, 2012 Gabriele Cosmo transport-V09-05 << 
418 -----------------------------                  << 
419 - Explicitly use inclusion of headers for syst << 
420   constants, in plan to remove implicit inclus << 
421                                                << 
422 Jun. 7th, 2012 Gabriele Cosmo transport-V09-05 << 
423 -----------------------------                  << 
424 - Fixed spurious cases of hidden variable visi << 
425   '-Wshadow' compilation option on gcc compile << 
426                                                << 
427 Nov. 4th, 2011, J.Apostolakis transport-V09-04 << 
428 -----------------------------                  << 
429 - Turned off tracking for magnetic moment - by << 
430   It can be enabled in                         << 
431     G4Transportation, G4CoupledTransportation  << 
432   by using the new method EnableUseMagneticMom << 
433   Should ensure particles with a moment are no << 
434   unless user needs this.                      << 
435                                                << 
436 Nov. 4th, 2011, J.Apostolakis transport-V09-04 << 
437 -----------------------------                  << 
438 * Reduce overhead of the addition of Gravity   << 
439 - G4Transportation: Revised condition for grav << 
440   G4CoupledTransportation: Revised the field-d << 
441    with improved logic to cope with ConfigureF << 
442   Deleted dependence on G4UniformGravityField  << 
443   Tag coworks with field-V09-04-05             << 
444                                                << 
445 Nov. 1st, 2011, P.Gumplinger transport-V09-04- << 
446 -----------------------------                  << 
447 - add condition to the condition, gravity != N << 
448   also restMass != 0.0. Modify G4CoupledTransp << 
449   G4Transportation.cc                          << 
450                                                << 
451 Oct. 28th, 2011, P.Gumplinger transport-V09-04 << 
452 -----------------------------                  << 
453 - allow for spin tracking of neutral particles << 
454   allow for uniform gravity field tracking of  << 
455   tag coworks with field-V09-04-03.            << 
456                                                << 
457 Oct. 28th, 2011, P.Gumplinger transport-V09-04 << 
458 -----------------------------                  << 
459 - remove all special reverence and logic regar << 
460   in G4Transportation.cc and G4CoupledTranspor << 
461                                                << 
462 Aug. 8th, 2011, H.Kurashige  transport-V09-04- << 
463 ---------------------------                    << 
464 - Modify calculation of deltaTime for optical  << 
465   Use the updated velocity obtained from G4Tra << 
466   instead of the initial velocity of the step. << 
467   (see problem #1239)                          << 
468   [ This is because the velocity at the initia << 
469   a previous volume.  If the PreStepPoint was  << 
470   the previous step was in another volume, whi << 
471   PreStepPoint --> and its velocity would be w << 
472                                                << 
473 July 6th, 2011, H.Kurashige  transport-V09-04- << 
474 ---------------------------                    << 
475 - Modify G4Transportation (and CoupledTtanspor << 
476   to propose the final local time rather than  << 
477   so that local time can be updated properly.  << 
478   (see problem #1224)                          << 
479   [ This adapts to the recent change in Tracki << 
480   the change of LocalTime trigger the change o << 
481   (instead of vice-versa). ]                   << 
482                                                << 
483 June 10th, 2011, J.Apostolakis  transport-V09- << 
484 ------------------------------                 << 
485 - Fix for invalid safety passed to SafetyHelpe << 
486                                                << 
487 June 10th, 2011, J.Apostolakis  transport-V09- << 
488 ------------------------------                 << 
489 - Fix G4Transportation::AlongStepDoIt          << 
490   Use only initial velocity to update time. An << 
491   at endpoint is not yet available. (finalVelo << 
492     ==> It will be updated later in the tracki << 
493         energy loss is applied, and it will be << 
494   Transportation only in the PostStepDoIt()    << 
495                                                << 
496 May 26th, 2011, H.Kurashige  transport-V09-04- << 
497 ---------------------------                    << 
498 - Define ProcessSubType for processes under tr << 
499 - Change process type of G4NeutronBuilder to f << 
500                                                << 
501 January 26th, 2011, G.Cosmo  transport-V09-04- << 
502 ---------------------------                    << 
503 - Simplified implementation of G4CoupledTransp << 
504   avoid unnecessary static pointer definition. << 
505                                                << 
506 January 21th, 2011, V.Ivanchenko  transport-V0 << 
507 --------------------------------               << 
508 - G4UserSpecialCuts - fixed compilation proble << 
509                                                << 
510 January 21th, 2011, V.Ivanchenko  transport-V0 << 
511 --------------------------------               << 
512 - G4UserSpecialCuts: fixed bug in energy track << 
513   of checks: 1st energy tracking cut, 2nd trac << 
514   4th range for charged particles with non-zer << 
515   string comparisons.                          << 
516                                                << 
517 January 4th, 2011, M.Asai  transport-V09-04-00 << 
518 -------------------------                      << 
519 - G4CoupledTransportation: added EndTracking() << 
520   activated navigator list.                    << 
521                                                << 
522 September 13th, 2010, J.Apostolakis  transport << 
523 -----------------------------------            << 
524 - Improvement to G4Transportation: copy curren << 
525   time it is computed (it used to be copied on << 
526   end of step).                                << 
527                                                << 
528 September 13th, 2010, J.Apostolakis  transport << 
529 ----------------------------------             << 
530 - Retagged - to propose for testing.           << 
531                                                << 
532 November 17th, 2009, J.Apostolakis  transport- << 
533 ----------------------------------             << 
534 - G4Transportation:                            << 
535   o Fix: Update the Step flag which identifies << 
536      It is now done for the linear steps (no c << 
537                                                     3 
                                                   >>   4      =========================================================
                                                   >>   5      Geant4 - an Object-Oriented Toolkit for Simulation in HEP
                                                   >>   6      =========================================================
                                                   >>   7 
                                                   >>   8                       Category History file
                                                   >>   9                       ---------------------
                                                   >>  10 This file should be used by G4 developers and category coordinators
                                                   >>  11 to briefly summarize all major modifications introduced in the code
                                                   >>  12 and keep track of all category-tags.
                                                   >>  13 It DOES NOT substitute the  CVS log-message one should put at every
                                                   >>  14 committal in the CVS repository !
                                                   >>  15 `
                                                   >>  16      ----------------------------------------------------------
                                                   >>  17      * Reverse chronological order (last date on top), please *
                                                   >>  18      ----------------------------------------------------------
538 November 26th, 2008, J.Apostolakis  transport-     19 November 26th, 2008, J.Apostolakis  transport-V09-01-03
539 ----------------------------------                 20 ----------------------------------
540 - G4CoupledTransportation:                         21 - G4CoupledTransportation:
541   o Fix: initialise new data member (in constr     22   o Fix: initialise new data member (in constructor) - found by STT
542                                                    23 
543 November 21st, 2008, J.Apostolakis  transport-     24 November 21st, 2008, J.Apostolakis  transport-V09-01-02
544 ----------------------------------                 25 ----------------------------------
545 - G4Transportation & G4CoupledTransportation:      26 - G4Transportation & G4CoupledTransportation:
546   o Performance improvement/correction             27   o Performance improvement/correction
547      Avoid to compute safety at end of step fo     28      Avoid to compute safety at end of step for neutral particles
548                                                    29 
549 November 21st, 2008, J.Apostolakis  transport-     30 November 21st, 2008, J.Apostolakis  transport-V09-01-01
550 ----------------------------------                 31 ----------------------------------
551                                                    32 
552 - G4Transportation & G4CoupledTransportation:      33 - G4Transportation & G4CoupledTransportation:
553   o Push value & origin of safety to SafetyHel     34   o Push value & origin of safety to SafetyHelper
554      only when its value comes from ComputeSaf     35      only when its value comes from ComputeSafety
555                                                    36 
556 January 17th, 2008, J.Apostolakis  transport-V     37 January 17th, 2008, J.Apostolakis  transport-V09-01-00
557 ---------------------------------                  38 ---------------------------------
558 - G4Transportation & G4CoupledTransportation:      39 - G4Transportation & G4CoupledTransportation:
559   o Clear state of all Chord Finders using G4F     40   o Clear state of all Chord Finders using G4FieldManagerStore.
560 - Syncronised with files on the HEAD.              41 - Syncronised with files on the HEAD.
561 - Requires co-working tag "field-V09-01-00" (o     42 - Requires co-working tag "field-V09-01-00" (or "field-V09-00-03").
562   Functionality corresponding to tag "transpor     43   Functionality corresponding to tag "transport-V09-00-52".
563                                                    44 
564 November 27th, 2007, J.Apostolakis  transport-     45 November 27th, 2007, J.Apostolakis  transport-V09-00-08
565 ----------------------------------                 46 ----------------------------------
566 - G4CoupledTransportation                          47 - G4CoupledTransportation
567   o Added updating of particle-looping flag (w     48   o Added updating of particle-looping flag (was commented out.).
568                                                    49 
569 November 10th, 2007, J.Apostolakis  transport-     50 November 10th, 2007, J.Apostolakis  transport-V09-00-07
570 ----------------------------------                 51 ----------------------------------
571 - G4Transportation:                                52 - G4Transportation:
572   o Put back the default for short step optimi     53   o Put back the default for short step optimisation to 'on'.
573                                                    54 
574 November 9th, 2007, J.Apostolakis  transport-V     55 November 9th, 2007, J.Apostolakis  transport-V09-00-06
575 ---------------------------------                  56 ---------------------------------
576 - G4Transportation:                                57 - G4Transportation:
577   o Update the SafetyHelper using the safety c     58   o Update the SafetyHelper using the safety calculated by Navigator.
578                                                    59 
579 November 27th, 2007, J.Apostolakis  transport- <<  60 November 27th, 2007, J.Apostolakis  transport-V09-00-05a 
580 ----------------------------------                 61 ----------------------------------
581 - G4CoupledTransportation                          62 - G4CoupledTransportation
582   o Added updating of particle-looping flag (w     63   o Added updating of particle-looping flag (was commented out.)
583 - Also called "transport-V09-00-51" to make it     64 - Also called "transport-V09-00-51" to make it canonical.
584                                                    65 
585 November 8th, 2007, J.Apostolakis  transport-V     66 November 8th, 2007, J.Apostolakis  transport-V09-00-05
586 ---------------------------------                  67 ---------------------------------
587 - G4Transportation:                                68 - G4Transportation:
588   o Created new method (and class member) for      69   o Created new method (and class member) for flag on Short StepOptimisation.
589     * When it is true, the optimisation is 'on     70     * When it is true, the optimisation is 'on' steps shorter than the
590       safety will not call G4Navigator - so lo     71       safety will not call G4Navigator - so long as the particle goes straight
591       ie it is not charged or there is no fiel     72       ie it is not charged or there is no field.
592     * Retained the default value as 'off' - as <<  73     * Retained the default value as 'off' - as since changed in 
593       transport-V09-00-02 following Alex's sug     74       transport-V09-00-02 following Alex's suggestion.
594                                                    75 
595 November 8th, 2007, J.Apostolakis  transport-V     76 November 8th, 2007, J.Apostolakis  transport-V09-00-04
596 ---------------------------------                  77 ---------------------------------
597 - G4Transportation (AlongStepGPIL):                78 - G4Transportation (AlongStepGPIL):
598   o Moved the call to ConfigureForTrack before <<  79   o Moved the call to ConfigureForTrack before the check whether 
599     fieldMgr has 0 field ptr, in order to enab <<  80     fieldMgr has 0 field ptr, in order to enable it to be called 
600     even if the field manager points to a zero     81     even if the field manager points to a zero field.
601     Needed to enable a user to switch a global     82     Needed to enable a user to switch a global field on (off was possible),
602     as a track goes between volume (or regions <<  83     as a track goes between volume (or regions) of a setup.   
603     [ Response to request of Atlas/ZM. ]       <<  84     [ Response to request of Atlas/ZM. ] 
604     Note: this ordering already existed in G4C     85     Note: this ordering already existed in G4CoupledTransportation.
605                                                    86 
606 October 12th, 2007, J.Apostolakis  transport-V     87 October 12th, 2007, J.Apostolakis  transport-V09-00-03
607 ---------------------------------                  88 ---------------------------------
608 - G4CoupledTransportation:                         89 - G4CoupledTransportation:
609   o Improves condition for flag that regulates <<  90   o Improves condition for flag that regulates Relocating when only 
610     any geometry (including a parallel geometr <<  91     any geometry (including a parallel geometry) limits the step.  
611     New PathFinder method required.                92     New PathFinder method required.
612 - Requires and co-works with tag geomnav-V09-0     93 - Requires and co-works with tag geomnav-V09-00-03
613                                                    94 
614 October 4th, 2007, J.Apostolakis  transport-V0     95 October 4th, 2007, J.Apostolakis  transport-V09-00-02
615 --------------------------------                   96 --------------------------------
616 - G4CoupledTransportation:                         97 - G4CoupledTransportation:
617   o First fix for problem in condition for Rel <<  98   o First fix for problem in condition for Relocating when only a parallel 
618     geometry limited the step.                 <<  99     geometry limited the step.  
619   o Change of condition for recalculation safe    100   o Change of condition for recalculation safety (from Alex Howard) used,
620     as currently it improves stability.           101     as currently it improves stability.
621                                                   102 
622 September 25th, 2007, J.Apostolakis  transport    103 September 25th, 2007, J.Apostolakis  transport-V09-00-01
623 -----------------------------------               104 -----------------------------------
624 - G4Transportation:                               105 - G4Transportation:
625   Modification to disable 'optimisation' in G4    106   Modification to disable 'optimisation' in G4Navigator for small linear
626   step  (ie when a track does less than the sa    107   step  (ie when a track does less than the safety).
627     * Relevant only if there is no field, or t    108     * Relevant only if there is no field, or the particle is neutral
628     * Temporary measure (in current form) to i    109     * Temporary measure (in current form) to improve comparison
629         old / new Transportation  (single/old  << 110         old / new Transportation  (single/old vs coupled with pathfinder). 
630                                                   111 
631 July 12th, 2007, J.Apostolakis  transport-V09-    112 July 12th, 2007, J.Apostolakis  transport-V09-00-00
632 ------------------------------                    113 ------------------------------
633 - Retagged to enable testing of new developmen << 114 - Retagged to enable testing of new developments 
634   (which were not included in release 9.0)        115   (which were not included in release 9.0)
635                                                   116 
636 June  6th, 2007, G.Cosmo        transport-V08-    117 June  6th, 2007, G.Cosmo        transport-V08-03-14
637 -----------------------                           118 -----------------------
638 - Includes G4Transportation and G4CoupledTrans    119 - Includes G4Transportation and G4CoupledTransportation implementations
639   as in tag "transport-V08-03-11":                120   as in tag "transport-V08-03-11":
640   o Corrected bug in ComputeSafety() introduce    121   o Corrected bug in ComputeSafety() introduced in "transport-V08-03-10".
641   o Reinitialise SafetyHelper state from G4Pat    122   o Reinitialise SafetyHelper state from G4PathFinder::PrepareNewTrack().
642   o Should fix the problem seen in test33 and     123   o Should fix the problem seen in test33 and reported by system testing.
643 - All the rest is kept as in tag "transport-V0    124 - All the rest is kept as in tag "transport-V08-03-12".
644                                                   125 
645 June  1st, 2007, A.Howard       transport-V08-    126 June  1st, 2007, A.Howard       transport-V08-03-13
646 ------------------------                          127 ------------------------
647 - Renamed classes associated with old biasing     128 - Renamed classes associated with old biasing scheme with suffix 8:
648   G4ProcessPlacer8, G4VProcessPlacer8, G4VSamp    129   G4ProcessPlacer8, G4VProcessPlacer8, G4VSamplerConfigurator8,
649   G4WeightCutOffProcess8, G4SamplingPostStepAc    130   G4WeightCutOffProcess8, G4SamplingPostStepAction8, G4VSampler8,
650   G4WeightCutOffConfigurator8                     131   G4WeightCutOffConfigurator8
651 - Includes same G4CoupledTransportation as tra    132 - Includes same G4CoupledTransportation as transport-V08-03-12
652                                                   133 
653 ********** transport-V08-03-12 was used for Ge    134 ********** transport-V08-03-12 was used for Geant4 9.0 ***************
654                                                   135 
655 May 31st, 2007, A.Howard      transport-V08-03    136 May 31st, 2007, A.Howard      transport-V08-03-12
656 ------------------------                          137 ------------------------
657 - Archived classes for old biasing scheme, now    138 - Archived classes for old biasing scheme, now replaced in module
658   processes/biasing. Removed classes:             139   processes/biasing. Removed classes:
659   G4MImportanceConfigurator, G4MScoreConfigura    140   G4MImportanceConfigurator, G4MScoreConfigurator, G4MScoreProcess,
660   G4MWeightWindowConfigurator, G4MassGCellFind    141   G4MWeightWindowConfigurator, G4MassGCellFinder, G4MassGeometrySampler,
661   G4MassImportanceProcess, G4MassWeightWindowP    142   G4MassImportanceProcess, G4MassWeightWindowProcess,
662   G4PImportanceConfigurator, G4PScoreConfigura    143   G4PImportanceConfigurator, G4PScoreConfigurator, G4PScoreProcess,
663   G4PWeightWindowConfigurator, G4ParallelGCell    144   G4PWeightWindowConfigurator, G4ParallelGCellFinder,
664   G4ParallelGeometrySampler, G4ParallelImporta    145   G4ParallelGeometrySampler, G4ParallelImportanceProcess, G4ParallelTransport,
665   G4ParallelTransportConfigurator, G4ParallelW    146   G4ParallelTransportConfigurator, G4ParallelWWnTransportProcess,
666   G4ParallelWeightWindowProcess, G4PlaceOfActi    147   G4ParallelWeightWindowProcess, G4PlaceOfAction, G4ProcessPlacer,
667   G4SamplingPostStepAction, G4VProcessPlacer,     148   G4SamplingPostStepAction, G4VProcessPlacer, G4VSampler,
668   G4VSamplerConfigurator, G4WeightCutOffConfig    149   G4VSamplerConfigurator, G4WeightCutOffConfigurator.
669 - Classes are kept on the HEAD for testing pur    150 - Classes are kept on the HEAD for testing purposes.
670 - Tag does NOT include changes from tags "tran    151 - Tag does NOT include changes from tags "transport-V08-03-00" to
671   "transport-V08-03-11" inclusive.                152   "transport-V08-03-11" inclusive.
672                                                   153 
673 May 29th, 2007, A.Howard/J.Apostolakis  transp    154 May 29th, 2007, A.Howard/J.Apostolakis  transport-V08-03-11
674 --------------------------------------            155 --------------------------------------
675 - G4CoupledTransportation:                        156 - G4CoupledTransportation:
676   o Corrected treatment of time integration (m    157   o Corrected treatment of time integration (made flags do as in original
677     Transport).                                   158     Transport).
678   o Again use momentum change flag in particle    159   o Again use momentum change flag in particle-change (optimisation).
679   o Also reset looping counter when no field o    160   o Also reset looping counter when no field or charge is present.
680 - Corrected names in Transport, Coupled Transp    161 - Corrected names in Transport, Coupled Transport. (J.Apostolakis)
681                                                   162 
682 May 29th, 2007, J.Apostolakis  transport-V08-0    163 May 29th, 2007, J.Apostolakis  transport-V08-03-10
683 -----------------------------                     164 -----------------------------
684 - Gone back to G4CoupledTransportation.           165 - Gone back to G4CoupledTransportation.
685   o G4Transportation is now the original (what    166   o G4Transportation is now the original (what was called G4Transportation8
686     since "transport-V08-03-03").                 167     since "transport-V08-03-03").
687   o G4Transportation8 still exists, to enable     168   o G4Transportation8 still exists, to enable code that utilises it to compile
688     (transitional). Expect that G4Transportati    169     (transitional). Expect that G4Transportation8 will be taken away asap.
689                                                   170 
690 May 29th, 2007, J.Apostolakis  transport-V08-0    171 May 29th, 2007, J.Apostolakis  transport-V08-03-04
691 -----------------------------                     172 -----------------------------
692 - G4Transportation. Refined relocation:           173 - G4Transportation. Refined relocation:
693   o Full (re)location only if any geometry lim    174   o Full (re)location only if any geometry limited the step.
694   o Fast relocation otherwise.                    175   o Fast relocation otherwise.
695 - Renamed & new data members: f(Mass,Any)Geome    176 - Renamed & new data members: f(Mass,Any)GeometryLimitedStep.
696                                                   177 
697 May 25th, 2007, J.Apostolakis  transport-V08-0    178 May 25th, 2007, J.Apostolakis  transport-V08-03-03
698 -----------------------------                     179 -----------------------------
699 - G4Transportation                                180 - G4Transportation
700   o Fix for case of zero proposed step: missed    181   o Fix for case of zero proposed step: missed to set end position. (A.Howard)
701 - G4Transportation8                               182 - G4Transportation8
702   o Fixed StartTracking() to reset number of l << 183   o Fixed StartTracking() to reset number of looping steps and 
703     to clear propagator state (safety issue in    184     to clear propagator state (safety issue in case of overlaps).
704                                                   185 
705 May 18th, 2007, J.Apostolakis  transport-V08-0    186 May 18th, 2007, J.Apostolakis  transport-V08-03-02
706 -----------------------------                     187 -----------------------------
707 - G4Transportation:                               188 - G4Transportation:
708   o Corrected full safety at step start, to pr    189   o Corrected full safety at step start, to protect against negative value.
709   o Obtain the endMassSafety from new saved va    190   o Obtain the endMassSafety from new saved value in G4PathFinder.
710 - G4Transportation8:                              191 - G4Transportation8:
711   o Small cleanup, and hints for saving Safety    192   o Small cleanup, and hints for saving Safety to helper.
712                                                   193 
713 May 13th, 2007, A.Howard       transport-V08-0 << 194 May 13th, 2007, A.Howard       transport-V08-03-01 
714 ------------------------                          195 ------------------------
715 - G4VTrackTerminator:                             196 - G4VTrackTerminator:
716   o Use call to G4GeometryTolerance instead of    197   o Use call to G4GeometryTolerance instead of kCarTolerance.
717   o Requires tag "global-V08-03-00" and relate    198   o Requires tag "global-V08-03-00" and related tag set.
718                                                   199 
719 May 9th, 2007, J.Apostolakis  transport-V08-03 << 200 May 9th, 2007, J.Apostolakis  transport-V08-03-00 
720 ----------------------------                      201 ----------------------------
721 - G4Transportation (hh,icc,cc)                    202 - G4Transportation (hh,icc,cc)
722   o Renamed G4CoupledTransportation to G4Trans    203   o Renamed G4CoupledTransportation to G4Transportation
723   o Merged changes on branch used to bring in     204   o Merged changes on branch used to bring in CoupledTransportation,
724     porting changes in G4Transportation since     205     porting changes in G4Transportation since the creation of
725     CoupledTransportation.                        206     CoupledTransportation.
726   o Also merged branch used for fixes in G4Tra    207   o Also merged branch used for fixes in G4Transportation.cc (1.60.2, 1.60.4)
727     for convergence to Release 9.0.               208     for convergence to Release 9.0.
728 - Renamed G4Transportation to G4Transportation    209 - Renamed G4Transportation to G4Transportation8
729 - G4ProcessPlader changed to reflect these rev    210 - G4ProcessPlader changed to reflect these revisions. (A.Howard)
730                                                   211 
731 May 8th, 2007, G.Cosmo  transport-V08-02-03       212 May 8th, 2007, G.Cosmo  transport-V08-02-03
732 ----------------------                            213 ----------------------
733 - Use call to G4GeometryTolerance instead of k    214 - Use call to G4GeometryTolerance instead of kCarTolerance in
734   G4VTrackTerminator.                             215   G4VTrackTerminator.
735 - Requires tag "global-V08-03-00" and related     216 - Requires tag "global-V08-03-00" and related tag set.
736                                                   217 
737 May 2nd, 2007, J.Apostolakis  transport-V08-02    218 May 2nd, 2007, J.Apostolakis  transport-V08-02-02
738 ----------------------------                      219 ----------------------------
739 - G4CoupledTransportation:                     << 220 - G4CoupledTransportation: 
740   o Make treatment of mass and full safety coh    221   o Make treatment of mass and full safety coherent (to-dos remain in
741     G4PathFinder).                                222     G4PathFinder).
742   o Added storing of full safety in state; ret << 223   o Added storing of full safety in state; retrieve it after compute step 
743     from PathFinder; calculate them same way a    224     from PathFinder; calculate them same way at start of step.
744   o Put back in the code for treating looping     225   o Put back in the code for treating looping particles.
745                                                   226 
746 February 15th, 2007, J.Apostolakis  transport-    227 February 15th, 2007, J.Apostolakis  transport-V08-02-01
747 ----------------------------------                228 ----------------------------------
748 - G4Transportation: protection against velocit    229 - G4Transportation: protection against velocity=0 in AlongStep (invalid).
749                                                   230 
750 February 15th, 2007, J.Apostolakis  transport-    231 February 15th, 2007, J.Apostolakis  transport-V08-02-00
751 ----------------------------------                232 ----------------------------------
752 - G4Transportation: call PropagatorInField to     233 - G4Transportation: call PropagatorInField to clear state for new track
753    --> addresses reliabilitiy problem seen by  << 234    --> addresses reliabilitiy problem seen by Atlas.  This fix is related 
754        to overlaps, clearing the safety value  << 235        to overlaps, clearing the safety value (which is multivalued due 
755        to the overlaps, and thus can become in << 236        to the overlaps, and thus can become invalid for a new track in 
756        an overlap region.)                     << 237        an overlap region.) 
757                                                   238 
758 November 22nd, 2006, J.Apostolakis  transport-    239 November 22nd, 2006, J.Apostolakis  transport-V08-01-04
759 ---------------------------------                 240 ---------------------------------
760 - Add new classes G4NeutronKiller and G4Neutro    241 - Add new classes G4NeutronKiller and G4NeutronKillerMessenger
761   (created by V. Ivantchenko)                     242   (created by V. Ivantchenko)
762                                                   243 
763 November 22nd, 2006, J.Apostolakis  transport-    244 November 22nd, 2006, J.Apostolakis  transport-V08-01-03
764 ---------------------------------                 245 ---------------------------------
765 - G4CoupledTransportation:                        246 - G4CoupledTransportation:
766   o AlongStepGPIL() now returns an estimate fo    247   o AlongStepGPIL() now returns an estimate for the safety for all geometries
767     to make up for the fact that some other pr    248     to make up for the fact that some other processes only have PostStep GPILs
768     which cannot currently influence safety.      249     which cannot currently influence safety.
769 - NOTE: Fix / Workaround for deficiency of oth    250 - NOTE: Fix / Workaround for deficiency of others.
770                                                   251 
771 November 13th, 2006, J.Apostolakis  transport-    252 November 13th, 2006, J.Apostolakis  transport-V08-01-01
772 ---------------------------------                 253 ---------------------------------
773 - Updated G4CoupledTransportation to use new s    254 - Updated G4CoupledTransportation to use new signature of
774   G4PathFinder::ComputeStep that added  new ar << 255   G4PathFinder::ComputeStep that added  new argument 
775   at the end: currentVolume.                      256   at the end: currentVolume.
776                                                   257 
777 June 2nd, 2006, J.Apostolakis  transport-V08-0    258 June 2nd, 2006, J.Apostolakis  transport-V08-00-02
778 -----------------------------                     259 -----------------------------
779 - Added new class G4CoupledTransportation, a r    260 - Added new class G4CoupledTransportation, a revised version of Transportation,
780   for use in 'coupled' parallel navigation in     261   for use in 'coupled' parallel navigation in different geometries.
781 - Includes non-revisions for migration to sstr    262 - Includes non-revisions for migration to sstream (Nov 2005).
782                                                   263 
783 Feb.  6th, 2006, J.Apostolakis/P.MoraDeFreitas    264 Feb.  6th, 2006, J.Apostolakis/P.MoraDeFreitas transport-V08-00-01
784 ----------------------------------------------    265 ----------------------------------------------
785 - Corrected problem with suspended tracks - PR    266 - Corrected problem with suspended tracks - PR# 802.
786 - Added StartTracking() method which takes ove    267 - Added StartTracking() method which takes over responsibility to
787   clear the state for a new track, and to mess    268   clear the state for a new track, and to message other relevant
788   component to clear their state (problem repo    269   component to clear their state (problem report and proposed revision
789   by P.MoraDeFreitas).                            270   by P.MoraDeFreitas).
790                                                   271 
791 Jan. 16th, 2006, J.Apostolakis transport-V08-0    272 Jan. 16th, 2006, J.Apostolakis transport-V08-00-00
792 ------------------------------                    273 ------------------------------
793 - G4Transportation:                               274 - G4Transportation:
794   o The particle's charge is now taken from th    275   o The particle's charge is now taken from the dynamic particle, so that
795     it can take into account changes from the     276     it can take into account changes from the interaction of an ion with
796     matter (eg stripping e-). (V.Ivantchenko)     277     matter (eg stripping e-). (V.Ivantchenko)
797                                                   278 
798 Nov. 21st, 2005, M.Asai transport-V07-01-00       279 Nov. 21st, 2005, M.Asai transport-V07-01-00
799 -----------------------                           280 -----------------------
800 - Migration to <sstream>.                         281 - Migration to <sstream>.
801 - Fix a warning message in G4ParallelTransport    282 - Fix a warning message in G4ParallelTransport.
802                                                   283 
803 May 10th, 2005, J.Apostolakis transport-V07-00    284 May 10th, 2005, J.Apostolakis transport-V07-00-01
804 -----------------------------                     285 -----------------------------
805 - Added process type to G4Transportation          286 - Added process type to G4Transportation
806                                                   287 
807 Mar. 7th, 2005, M.Asai transport-V07-00-00        288 Mar. 7th, 2005, M.Asai transport-V07-00-00
808 ----------------------                            289 ----------------------
809 - Added virtual to destructors of G4StepLimite    290 - Added virtual to destructors of G4StepLimiter and G4UserSpecialCuts.
810                                                   291 
811 Dec. 7th, 2004, G.Cosmo transport-V06-02-05       292 Dec. 7th, 2004, G.Cosmo transport-V06-02-05
812 -----------------------                           293 -----------------------
813 - Implemented migration to <cmath>.               294 - Implemented migration to <cmath>.
814                                                   295 
815 Nov. 23th, 2004, J.Apostolakis transport-V06-0    296 Nov. 23th, 2004, J.Apostolakis transport-V06-02-04
816 ------------------------------                    297 ------------------------------
817 - Added Threshold energy for not abandoning st    298 - Added Threshold energy for not abandoning stuck particles quickly.
818                                                   299 
819 Oct. 19th, H.Kurashige transport-V06-02-03        300 Oct. 19th, H.Kurashige transport-V06-02-03
820 ----------------------                            301 ----------------------
821 - Migrated processes to new G4VParticleChange     302 - Migrated processes to new G4VParticleChange interface.
822                                                   303 
823 Sep. 9th, M.Maire                                 304 Sep. 9th, M.Maire
824 -----------------                                 305 -----------------
825 - Apply tracking cut only if Rmin or Emin > DB    306 - Apply tracking cut only if Rmin or Emin > DBL_MIN in G4UserSpecialCuts.
826                                                   307 
827 Oct. 8th, M.Asai transport-V06-02-02              308 Oct. 8th, M.Asai transport-V06-02-02
828 ----------------                                  309 ----------------
829 - A protection is added in G4Transportation.cc    310 - A protection is added in G4Transportation.cc for an application with
830   parameterized volume but without any EM proc    311   parameterized volume but without any EM process.
831                                                   312 
832 Aug. 27th, M.Asai transport-V06-02-01             313 Aug. 27th, M.Asai transport-V06-02-01
833 -----------------                                 314 -----------------
834 - A pointer to sensitive detector is added in     315 - A pointer to sensitive detector is added in G4ParticleChangeForTransport.
835 - G4Transportation takes care of this pointer.    316 - G4Transportation takes care of this pointer.
836                                                   317 
837 Jul. 26th, M.Asai transport-V06-02-00             318 Jul. 26th, M.Asai transport-V06-02-00
838 -----------------                                 319 -----------------
839 - Introduce G4UserStepLimit to handle MaxAllow    320 - Introduce G4UserStepLimit to handle MaxAllowedStep in G4UserLimits.
840                                                   321 
841 Feb. 5th, M.Asai transport-V06-00-00              322 Feb. 5th, M.Asai transport-V06-00-00
842 ----------------                                  323 ----------------
843 - Fixed a bug in G4UserSpecialCuts related to     324 - Fixed a bug in G4UserSpecialCuts related to charged geantino
844                                                   325 
845 Nov. 26th, G.Cosmo transport-V05-02-07            326 Nov. 26th, G.Cosmo transport-V05-02-07
846 ------------------                                327 ------------------
847 - Replaced mis-typed class name G4SplittingAnd    328 - Replaced mis-typed class name G4SplittingAndRussianRouletePostStepDoIt
848   with G4SamplingPostStepAction and updated cl    329   with G4SamplingPostStepAction and updated classes accordingly.
849 - Adopt new G4Exception scheme.                   330 - Adopt new G4Exception scheme.
850 - Header inclusions and code cleanup.             331 - Header inclusions and code cleanup.
851                                                   332 
852 Nov. 14th, G.Cosmo transport-V05-02-06            333 Nov. 14th, G.Cosmo transport-V05-02-06
853 ------------------                                334 ------------------
854 - G4Transportation.cc:                            335 - G4Transportation.cc:
855   o Added inclusion of G4ChordFinder.hh, after    336   o Added inclusion of G4ChordFinder.hh, after latest changes to field.
856                                                   337 
857 Oct. 4th, G.Cosmo transport-V05-02-05             338 Oct. 4th, G.Cosmo transport-V05-02-05
858 -----------------                                 339 -----------------
859 - Modified GNUmakefile:                           340 - Modified GNUmakefile:
860   o added dependency to new module "geometry/n    341   o added dependency to new module "geometry/navigation".
861 - Coworks with "geometry-V05-02-00" and "digit    342 - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
862                                                   343 
863 Sep. 25th, H.Kurashige transport-V05-02-04        344 Sep. 25th, H.Kurashige transport-V05-02-04
864 ----------------------                            345 ----------------------
865 - modify GNUmakefile to use processes/cuts cat    346 - modify GNUmakefile to use processes/cuts category
866 - migrate to model variant of EM physics in G4    347 - migrate to model variant of EM physics in G4UserSpecialCuts (V.Ivantchenko)
867                                                   348 
868 Aug. 27th, M.Dressel transport-V05-02-03          349 Aug. 27th, M.Dressel transport-V05-02-03
869 --------------------                              350 --------------------
870 - cleanup of header file inclusions               351 - cleanup of header file inclusions
871                                                   352 
872 Aug. 19th, M.Dressel transport-V05-02-02          353 Aug. 19th, M.Dressel transport-V05-02-02
873 --------------------                              354 --------------------
874 - rename G4ImportancePostStepDoIt to           << 355 - rename G4ImportancePostStepDoIt to 
875   G4SplittingAndRussianRouletePostStepDoIt sin << 356   G4SplittingAndRussianRouletePostStepDoIt since it is also used in 
876   weight window biasing                           357   weight window biasing
877                                                   358 
878 Aug. 19th, M.Dressel transport-V05-02-01          359 Aug. 19th, M.Dressel transport-V05-02-01
879 --------------------                              360 --------------------
880 - first implementation of weight window techni    361 - first implementation of weight window technique
881                                                   362 
882 Jul, 31st, P.Gumplinger  transport-V05-02-00      363 Jul, 31st, P.Gumplinger  transport-V05-02-00
883 -----------------------                           364 -----------------------
884 - G4Transportation.cc:                            365 - G4Transportation.cc:
885   o Use the finalVelocity to update TofF for o    366   o Use the finalVelocity to update TofF for optical photons.
886                                                   367 
887 Jul, 17th, J.Apostolakis                          368 Jul, 17th, J.Apostolakis
888 ------------------------                          369 ------------------------
889 - G4Transportation.cc:                            370 - G4Transportation.cc:
890   o Attempt to correct photon problem - by usi    371   o Attempt to correct photon problem - by using the velocity from
891     current medium for massless particles.        372     current medium for massless particles.
892                                                   373 
893 Jun, 25th, J.Apostolakis                          374 Jun, 25th, J.Apostolakis
894 ------------------------                          375 ------------------------
895 - G4Transportation[.hh.icc]:                      376 - G4Transportation[.hh.icc]:
896   o Added verbosity level to control the print    377   o Added verbosity level to control the printing of warnings (see below).
897                                                   378 
898 Jun, 21st, J.Apostolakis  transport-V05-01-06     379 Jun, 21st, J.Apostolakis  transport-V05-01-06
899 ------------------------                          380 ------------------------
900 G4Transportation:                                 381 G4Transportation:
901 - Added warning when energy changes from propa << 382 - Added warning when energy changes from propagation in magnetic field 
902   (or other field that conserves energy) due t << 383   (or other field that conserves energy) due to the inaccuracy of 
903   numerical integration of the equations of mo    384   numerical integration of the equations of motion.
904                                                   385 
905 Jun, 21st, J.Apostolakis  transport-V05-01-05     386 Jun, 21st, J.Apostolakis  transport-V05-01-05
906 ------------------------                          387 ------------------------
907 - G4Transportation:                               388 - G4Transportation:
908   o Use new method of PropagatorInField to sim    389   o Use new method of PropagatorInField to simplify choice of
909     global/local field.                           390     global/local field.
910   o Activated the new capability of a (user de    391   o Activated the new capability of a (user derived) field manager to
911     configure itself with different accuracy p    392     configure itself with different accuracy parameters depending on
912     track's energy, particle identity, or othe    393     track's energy, particle identity, or other property.
913 - Notes:                                          394 - Notes:
914   o Requires tags "field-V05-01-04" and "geomv    395   o Requires tags "field-V05-01-04" and "geomvol-V05-01-03"
915   o Includes updates of files to use <std> in     396   o Includes updates of files to use <std> in place of "g4std",
916     as made at the CVS HEAD.                      397     as made at the CVS HEAD.
917                                                   398 
918 Jun, 13th, M.Dressel       transport-V05-01-04    399 Jun, 13th, M.Dressel       transport-V05-01-04
919 --------------------                              400 --------------------
920 - Added to put the delete fImportancePostStepD    401 - Added to put the delete fImportancePostStepDoIt in G4MassImportanceProcess
921   and G4ParallelImportanceProcess.                402   and G4ParallelImportanceProcess.
922                                                   403 
923 Jun, 13th, M.Dressel       transport-V05-01-03    404 Jun, 13th, M.Dressel       transport-V05-01-03
924 --------------------                              405 --------------------
925 - Fixed bug created by last bug fix in G4MassI    406 - Fixed bug created by last bug fix in G4MassImportanceProcess
926   and G4ParallelImportanceProcess.                407   and G4ParallelImportanceProcess.
927                                                   408 
928 Jun, 12th, M.Dressel       transport-V05-01-02    409 Jun, 12th, M.Dressel       transport-V05-01-02
929 --------------------                              410 --------------------
930 - Fixed "'this' : used in base member initiali << 411 - Fixed "'this' : used in base member initializer list" in 
931   src\G4MassImportanceProcess.cc, src\G4Parall    412   src\G4MassImportanceProcess.cc, src\G4ParallelImportanceProcess.cc
932                                                   413 
933 Jun, 4th, G.Cosmo          transport-V05-01-01    414 Jun, 4th, G.Cosmo          transport-V05-01-01
934 -----------------                                 415 -----------------
935 - Fixes for inclusion of <strstream> in G4Para    416 - Fixes for inclusion of <strstream> in G4ParallelImportanceProcess.cc
936   and G4ParallelTransport.cc in view  of the g    417   and G4ParallelTransport.cc in view  of the g4std wrappers migration.
937                                                   418 
938 May, 13th, J.Apostolakis   transport-V05-01-00    419 May, 13th, J.Apostolakis   transport-V05-01-00
939 ------------------------                          420 ------------------------
940 - Fixes to G4Transportation.cc to accomodate i    421 - Fixes to G4Transportation.cc to accomodate incorrect and
941   missing functionality for two use cases:        422   missing functionality for two use cases:
942   o a local field when no global field exists     423   o a local field when no global field exists  (it was not seen)
943   o overriding an existing global field by a '    424   o overriding an existing global field by a 'zero' field
944     by creating a local field manager that has << 425     by creating a local field manager that has a null G4Field pointer 
945     (a use case which did not exist.)             426     (a use case which did not exist.)
946   Further work to verify these use cases work  << 427   Further work to verify these use cases work is required.  
947                                                   428 
948 Apr, 7th, V.Ivanchenko     transport-V05-00-04    429 Apr, 7th, V.Ivanchenko     transport-V05-00-04
949 -----------------                                 430 -----------------
950 - Migration to "cuts by region" for G4UserSpec    431 - Migration to "cuts by region" for G4UserSpecialCuts.
951                                                   432 
952 Apr, 3rd, G.Cosmo          transport-V05-00-03    433 Apr, 3rd, G.Cosmo          transport-V05-00-03
953 -----------------                                 434 -----------------
954 - Cleared pedantic warnings and some cosmetic     435 - Cleared pedantic warnings and some cosmetic cleanups...
955                                                   436 
956 Jan, 14th, M.Asai          transport-V05-00-02    437 Jan, 14th, M.Asai          transport-V05-00-02
957 -----------------                                 438 -----------------
958 - Consolidated transport-V05-00-01 tag for G4T    439 - Consolidated transport-V05-00-01 tag for G4Transportation.cc
959                                                   440 
960 Jan, 7th, M.Asai           transport-V05-00-01    441 Jan, 7th, M.Asai           transport-V05-00-01
961 ----------------                                  442 ----------------
962 - Fix in G4Transportation.cc for updating mate    443 - Fix in G4Transportation.cc for updating material-cut-couple.
963                                                   444 
964 Dec, 16th, G. Cosmo        transport-V05-00-00    445 Dec, 16th, G. Cosmo        transport-V05-00-00
965 -------------------                               446 -------------------
966 - Merged branch "geant4-04-01-ref-02-cuts-bran    447 - Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD.
967   Included development for 'cuts-by-region' in    448   Included development for 'cuts-by-region' in G4Transportation.cc.
968                                                   449 
969 Nov, 20th, J. Apostolakis  transport-V04-01-05    450 Nov, 20th, J. Apostolakis  transport-V04-01-05
970 -------------------------                         451 -------------------------
971 - Tagged.                                         452 - Tagged.
972    Tag requires:   geomvol-V04-01-06 and track    453    Tag requires:   geomvol-V04-01-06 and tracking-V04-01-10
973       and is dependent also on greps-V04-01-01 << 454       and is dependent also on greps-V04-01-01 and track-V04-01-01. 
974                                                   455 
975 Nov, 8th, J.Generowicz                            456 Nov, 8th, J.Generowicz
976 - Copy auxiliary smooth trajectory point from     457 - Copy auxiliary smooth trajectory point from PIF to ParticleChange
977                                                   458 
978 Nov,  4th 2002 M.Dressel transport-V04-01-04      459 Nov,  4th 2002 M.Dressel transport-V04-01-04
979 ----------------------------------------------    460 -----------------------------------------------------
980 - remove G4std:: where it does not belong to      461 - remove G4std:: where it does not belong to
981 - replace str() functions                         462 - replace str() functions
982                                                   463 
983 Oct  31st, 2002 M.Dressel transport-V04-01-03     464 Oct  31st, 2002 M.Dressel transport-V04-01-03
984 ----------------------------------------------    465 -----------------------------------------------------
985 - bug fix in G4MassGeometrySampler and G4Paral    466 - bug fix in G4MassGeometrySampler and G4ParallelGeometrySampler
986                                                   467 
987 Oct  28th, 2002 M.Dressel transport-V04-01-02     468 Oct  28th, 2002 M.Dressel transport-V04-01-02
988 ----------------------------------------------    469 -----------------------------------------------------
989 - bug fix in G4MassGeometry                       470 - bug fix in G4MassGeometry
990                                                   471 
991 Oct  22th, 2002 M.Dressel internal_7_transport    472 Oct  22th, 2002 M.Dressel internal_7_transport-V04-01-01
992 ----------------------------------------------    473 --------------------------------------------------------
993 - moving G4CellStoreScorer, G4TrackLogger         474 - moving G4CellStoreScorer, G4TrackLogger
994   to digits+hits/detector                         475   to digits+hits/detector
995 - resolving G4SLRawValues                         476 - resolving G4SLRawValues
996                                                   477 
997 Oct  16th, 2002 M.Dressel internal_6_transport    478 Oct  16th, 2002 M.Dressel internal_6_transport-V04-01-01
998 ----------------------------------------------    479 --------------------------------------------------------
999 - changes recomanded by codewizrd                 480 - changes recomanded by codewizrd
1000 - added GCellFinder concept                      481 - added GCellFinder concept
1001                                                  482 
1002 Oct  10th, 2002 M.Dressel transport-V04-01-01    483 Oct  10th, 2002 M.Dressel transport-V04-01-01-internal-5
1003 ---------------------------------------------    484 --------------------------------------------------------
1004 - changing sampler concept: instead of separa    485 - changing sampler concept: instead of separat samplers for
1005   all combinations of importance sampling, sc    486   all combinations of importance sampling, scoring, wieght roulette
1006   for parallel and mass geometry there are tw    487   for parallel and mass geometry there are two Samplers now
1007   for the mass and parallel geometry: G4MassG << 488   for the mass and parallel geometry: G4MassGeometrySampler 
1008   and G4ParallelGeometrySampler.              << 489   and G4ParallelGeometrySampler. 
1009 - Introduction of Configurators to setup the     490 - Introduction of Configurators to setup the processes.
1010                                                  491 
1011 Sep  18th, 2002 M.Dressel transport-V04-01-01    492 Sep  18th, 2002 M.Dressel transport-V04-01-01-internal-4
1012 ---------------------------------------------    493 --------------------------------------------------------
1013 - tagging a version before reducing the numbe    494 - tagging a version before reducing the number of Samplers
1014                                                  495 
1015 Sep  2th, 2002 M.dressel  transport-V04-01-01    496 Sep  2th, 2002 M.dressel  transport-V04-01-01-internal-3
1016 -----------------------------------------        497 -----------------------------------------
1017     code cleanup for code-wizard                 498     code cleanup for code-wizard
1018                                                  499 
1019 Aug  29th, 2002 M.Dressel int-1-V04-01-01        500 Aug  29th, 2002 M.Dressel int-1-V04-01-01
1020 -----------------------------------------        501 -----------------------------------------
1021 - adopted to changes in int-2-geombias-V04-01    502 - adopted to changes in int-2-geombias-V04-01-01:
1022      renaming of G4PTouchableKey to G4Geometr << 503      renaming of G4PTouchableKey to G4GeometryCell 
1023      changing  G4VIStore and G4IStore         << 504      changing  G4VIStore and G4IStore 
1024      and dependants                              505      and dependants
1025                                                  506 
1026 Aug  13th, 2002 M.Dressel transport-V04-01-01    507 Aug  13th, 2002 M.Dressel transport-V04-01-01
1027 ---------------------------------------------    508 ----------------------------------------------
1028 - added G4CellStoreScorer,  G4VTrackTerminato    509 - added G4CellStoreScorer,  G4VTrackTerminator and changed the sampler
1029   classes in order to use the G4VTrackTermina    510   classes in order to use the G4VTrackTerminator (if necessary) to
1030   kill a track.                               << 511   kill a track. 
1031 - coworks with geombias-V04-01-01                512 - coworks with geombias-V04-01-01
1032                                                  513 
1033 July 18th, 2002 M.Dressel                     << 514 July 18th, 2002 M.Dressel 
1034 -------------------------                        515 -------------------------
1035 - bug fix in G4TrackLogger                       516 - bug fix in G4TrackLogger
1036                                                  517 
1037 July 11th, 2002 M.Dressel internal-2-transpor    518 July 11th, 2002 M.Dressel internal-2-transport-V04-01-01
1038 ---------------------------------------------    519 --------------------------------------------------------
1039 - moved the standard scoring classes to run b << 520 - moved the standard scoring classes to run because 
1040   they need G4EventManager.                      521   they need G4EventManager.
1041                                                  522 
1042 July 10th, 2002 M.Dressel internal-1-transpor    523 July 10th, 2002 M.Dressel internal-1-transport-V04-01-01
1043 ---------------------------------------------    524 --------------------------------------------------------
1044 - add classes for standard scoreing. Remove G    525 - add classes for standard scoreing. Remove G4ScorePrinter and G4Scorer.
1045   G4StandardScorer and G4StandardScoreTable m    526   G4StandardScorer and G4StandardScoreTable may be used as replacement.
1046   The source file G4StandardScorer.cc may be  << 527   The source file G4StandardScorer.cc may be found in 
1047   extended/examples/B09/src because it needs     528   extended/examples/B09/src because it needs to acces the
1048   G4EventManager.                                529   G4EventManager.
1049                                                  530 
1050 Jun   13, 2002 M.Dressel transport-V04-00-09  << 531 Jun   13, 2002 M.Dressel transport-V04-00-09 
1051 ---------------------------------------------    532 ---------------------------------------------
1052 - add classes for creating and printing talli    533 - add classes for creating and printing tallies.
1053                                                  534 
1054 May   31, 2002  M.Dressel transport-V04-00-08    535 May   31, 2002  M.Dressel transport-V04-00-08
1055 ---------------------------------------------    536 --------------------------------------------------------
1056 - made weight window sampling to apply only a    537 - made weight window sampling to apply only at inital track step 1.
1057                                                  538 
1058 May   31, 2002  M.Dressel transport-V04-00-07    539 May   31, 2002  M.Dressel transport-V04-00-07
1059 ---------------------------------------------    540 --------------------------------------------------------
1060 - bug fix in G4PArallelScoreSampler.cc and re    541 - bug fix in G4PArallelScoreSampler.cc and remove Warning from
1061   ParallelTransport.                             542   ParallelTransport.
1062                                                  543 
1063 May   31, 2002  M.Dressel transport-V04-00-06    544 May   31, 2002  M.Dressel transport-V04-00-06
1064 ---------------------------------------------    545 --------------------------------------------------------
1065 - renaming of the Manager classes to Sampler  << 546 - renaming of the Manager classes to Sampler classes 
1066 - substitution of G4ParallelManager inside th    547 - substitution of G4ParallelManager inside the Sampler classes
1067                                                  548 
1068 May   30, 2002  M.Dressel                     << 549 May   30, 2002  M.Dressel 
1069 ---------------------------------------------    550 --------------------------------------------------------
1070 - chamged G4VImportanceScoreConstructor to G4    551 - chamged G4VImportanceScoreConstructor to G4VSampler
1071                                                  552 
1072 May   30, 2002  M.Dressel                     << 553 May   30, 2002  M.Dressel 
1073 ---------------------------------------------    554 --------------------------------------------------------
1074 - all the ImportanceScoreManagers derive form << 555 - all the ImportanceScoreManagers derive form 
1075   G4VImportanceScoreConstructor               << 556   G4VImportanceScoreConstructor 
1076                                                  557 
1077 May   30, 2002  M.Dressel internal-3-transpor    558 May   30, 2002  M.Dressel internal-3-transport-V04-00-05
1078 ---------------------------------------------    559 --------------------------------------------------------
1079 - changes in Importance Manager constructors, << 560 - changes in Importance Manager constructors, G4ImportanceAlgorithm as 
1080   pointer                                        561   pointer
1081                                                  562 
1082 May   29, 2002  M.Dressel internal-2-transpor    563 May   29, 2002  M.Dressel internal-2-transport-V04-00-05
1083 ---------------------------------------------    564 --------------------------------------------------------
1084 - bug fix in G4PImportanceWWindowScoreManager    565 - bug fix in G4PImportanceWWindowScoreManager.cc
1085   and G4ParallelImportanceManager.hh.            566   and G4ParallelImportanceManager.hh.
1086                                                  567 
1087 May   24, 2002  M.Dressel internal-1-transpor    568 May   24, 2002  M.Dressel internal-1-transport-V04-00-05
1088 -------------------------                        569 -------------------------
1089 - Change in G4VProcessPlacer and G4ProcessPla    570 - Change in G4VProcessPlacer and G4ProcessPlacer: add member function
1090   RemoveProcess to properly remove a process.    571   RemoveProcess to properly remove a process.
1091 - Add classes for wieght window biasing.         572 - Add classes for wieght window biasing.
1092                                                  573 
1093                                                  574 
1094 May   02, 2002  M.Dressel                     << 575 May   02, 2002  M.Dressel 
1095 -------------------------                        576 -------------------------
1096 - Change in G4ProcessPlacer: set process vect << 577 - Change in G4ProcessPlacer: set process vector via process manager not 
1097   directly.                                   << 578   directly. 
1098 - Change in G4ParallelTranport: use StartTrac    579 - Change in G4ParallelTranport: use StartTracking to signal inital step.
1099   This should help to locate "suspended" trac    580   This should help to locate "suspended" tracks.
1100                                                  581 
1101 April 24, 2002  G.Cosmo - transport-V04-00-05    582 April 24, 2002  G.Cosmo - transport-V04-00-05
1102 -----------------------                          583 -----------------------
1103 - Added G4DEBUG_TRANSPORT flag in GNUmakefile    584 - Added G4DEBUG_TRANSPORT flag in GNUmakefile and (on suggestionh of
1104   J.Apostolakis) replaced to G4VERBOSE in G4T    585   J.Apostolakis) replaced to G4VERBOSE in G4Transportation::PostStepDoIt()
1105   for extra-check on volume boundary.            586   for extra-check on volume boundary.
1106   Issues addressed by problem report #130 sho    587   Issues addressed by problem report #130 should now be resolved.
1107                                                  588 
1108 April 10, 2002  M.Dressel - transport-V04-00-    589 April 10, 2002  M.Dressel - transport-V04-00-04
1109 -------------------------                        590 -------------------------
1110 - Added comments to headers of transportation    591 - Added comments to headers of transportation classes and managers for
1111   importance biasing, to fullfill Software Re    592   importance biasing, to fullfill Software Reference Manual.
1112                                                  593 
1113 Apr 9, 2002 G.Cosmo                              594 Apr 9, 2002 G.Cosmo
1114 -------------------                              595 -------------------
1115 - Added liability disclaimer to scorer classe    596 - Added liability disclaimer to scorer classes and minor cosmetics.
1116                                                  597 
1117 Apr 8, 2002 M.Dressel - transport-V04-00-03      598 Apr 8, 2002 M.Dressel - transport-V04-00-03
1118 ---------------------                            599 ---------------------
1119 - Resolved compilation problems on HP-aCC.       600 - Resolved compilation problems on HP-aCC.
1120                                                  601 
1121 Apr 4, 2002 M.Dressel - transport-V04-00-02      602 Apr 4, 2002 M.Dressel - transport-V04-00-02
1122 ---------------------                            603 ---------------------
1123 - Cleaned compilation problems for G4std/std.    604 - Cleaned compilation problems for G4std/std.
1124                                                  605 
1125 Apr 4, 2002 M.Dressel - transport-V04-00-01      606 Apr 4, 2002 M.Dressel - transport-V04-00-01
1126 ---------------------                            607 ---------------------
1127 - Resolved compilation problems on SUN-CC and    608 - Resolved compilation problems on SUN-CC and Linux-egcs.
1128                                                  609 
1129 Mar  28, 2002 M.Dressel - transport-V04-00-00    610 Mar  28, 2002 M.Dressel - transport-V04-00-00
1130 -----------------------                          611 -----------------------
1131 - First implementation of transportation clas    612 - First implementation of transportation classes and managers for importance
1132   biasing and scoring. Co-works with "geometr    613   biasing and scoring. Co-works with "geometry-V04-00-01".
1133                                                  614 
1134 Mar  25, 2002 G.Cosmo                            615 Mar  25, 2002 G.Cosmo
1135 ---------------------                            616 ---------------------
1136 - Added dependency to new module geometry/bia    617 - Added dependency to new module geometry/biasing in GNUmakefile.
1137                                                  618 
1138 Dec   8, 2001 J.Apostolakis - transport-V03-0    619 Dec   8, 2001 J.Apostolakis - transport-V03-02-07
1139 ---------------------------                      620 ---------------------------
1140 - Activated the killing of 'looping' particle    621 - Activated the killing of 'looping' particles -- to be used also to
1141   abandon (kill) particles that are stuck (eg    622   abandon (kill) particles that are stuck (eg at boundaries).
1142   [ Fix for problems of stuck particles repor    623   [ Fix for problems of stuck particles reported by CMS (P.Arce),
1143     and Atlas (A.Del'Acqua, A.Rimoldi) ]      << 624     and Atlas (A.Del'Acqua, A.Rimoldi) ] 
1144                                                  625 
1145 Nov  28, 2001 J.Apostolakis - transport-V03-0    626 Nov  28, 2001 J.Apostolakis - transport-V03-02-06
1146 ---------------------------                      627 ---------------------------
1147 - Fix for the new updating of the time for fi << 628 - Fix for the new updating of the time for fields -- correcting previous 
1148   tag.  By keeping account whether the field  << 629   tag.  By keeping account whether the field changes the energy (and 
1149   therefore the velocity) in the field manage    630   therefore the velocity) in the field manager.
1150                                                  631 
1151   Requires and co-works with                     632   Requires and co-works with
1152    - "field-V03-02-07"                        << 633    - "field-V03-02-07" 
1153    - "geomvol-V03-02-02"                         634    - "geomvol-V03-02-02"
1154   in order to compile (let alone have any eff    635   in order to compile (let alone have any effect.)
1155                                                  636 
1156 Nov  10, 2001 J.Apostolakis - transport-V03-0    637 Nov  10, 2001 J.Apostolakis - transport-V03-02-05
1157 ---------------------------                      638 ---------------------------
1158 - Motivated by the use case of an Electric Fi    639 - Motivated by the use case of an Electric Field,
1159    * in order to achieve reasonable accuracy     640    * in order to achieve reasonable accuracy in time integration,
1160    * and to enable fields that vary with the     641    * and to enable fields that vary with the global time
1161   changed Transportation to try to obtain the    642   changed Transportation to try to obtain the delta_time from FieldTrack.
1162   Co-works with and requires "field-V03-02-03    643   Co-works with and requires "field-V03-02-03" to have any effect.
1163                                                  644 
1164 Nov   9, 2001   G. Cosmo - transport-V03-02-0    645 Nov   9, 2001   G. Cosmo - transport-V03-02-04
1165 ------------------------                         646 ------------------------
1166 - Fix in G4Transportation.cc for initialisati    647 - Fix in G4Transportation.cc for initialisation of touchable handle.
1167                                                  648 
1168 Nov   8, 2001   G. Cosmo - transport-V03-02-0    649 Nov   8, 2001   G. Cosmo - transport-V03-02-03
1169 ------------------------                         650 ------------------------
1170 - Introduced changes to G4Transportation for     651 - Introduced changes to G4Transportation for reference-counted
1171   touchables (R.Chytracek). Added methods Get    652   touchables (R.Chytracek). Added methods GetFreeTouchable() and
1172   SetTheOtherTouchableFree(G4VTouchable*).       653   SetTheOtherTouchableFree(G4VTouchable*).
1173                                                  654 
1174 Nov   6, 2001   J. Apostolakis - transport-V0    655 Nov   6, 2001   J. Apostolakis - transport-V03-02-02
1175 ------------------------------                   656 ------------------------------
1176 - Added protection in G4Transportation::Along    657 - Added protection in G4Transportation::AlongStepGPIL for messaging
1177   "ResestStepEstimate" of ChordFinder for the    658   "ResestStepEstimate" of ChordFinder for the case there is no global field.
1178   ** NOTE this is not a perfect resolution (s    659   ** NOTE this is not a perfect resolution (see NOTE in log file). **
1179   --> Thanks to Radovan Chytracek for reporti    660   --> Thanks to Radovan Chytracek for reporting this problem (move to file log)
1180                                                  661 
1181 Aug  16, 2001   J. Apostolakis - transport-V0    662 Aug  16, 2001   J. Apostolakis - transport-V03-02-01
1182 ------------------------------                   663 ------------------------------
1183 - Tagged. (This tag requires field-V03-02-00)    664 - Tagged. (This tag requires field-V03-02-00)
1184                                                  665 
1185 Aug  16, 2001   J. Apostolakis                   666 Aug  16, 2001   J. Apostolakis
1186 ------------------------------                   667 ------------------------------
1187 - Erasing state information from previous tra    668 - Erasing state information from previous track at the first step of
1188   each track.  (-> this is required to ensure    669   each track.  (-> this is required to ensure repeatability)
1189   This should eliminate any non-repeatability    670   This should eliminate any non-repeatability due to the propagation
1190   in field.                                      671   in field.
1191   ( Requires updated version of G4ChordFinder    672   ( Requires updated version of G4ChordFinder )
1192                                                  673 
1193 Jul  19, 2001   G. Cosmo  transport-V03-02-00    674 Jul  19, 2001   G. Cosmo  transport-V03-02-00
1194 ------------------------                         675 ------------------------
1195 - Synchronised with CVS HEAD after introducti    676 - Synchronised with CVS HEAD after introduction of warrenty disclaimer.
1196 - Modified author list in G4Transportation (P    677 - Modified author list in G4Transportation (P.Gumplinger).
1197                                                  678 
1198 Apr  11, 2001   J. Apostolakis   transport-V0    679 Apr  11, 2001   J. Apostolakis   transport-V03-01-02
1199 ------------------------------                   680 ------------------------------
1200 - Corrected the last update of G4Transportati << 681 - Corrected the last update of G4Transportation.cc, which overwrote the 
1201   value of the spin in the cases where a part    682   value of the spin in the cases where a particle was not charged (eg photon)
1202   or a charged particle was not in a field.   << 683   or a charged particle was not in a field. 
1203                                                  684 
1204 Apr  11, 2001   P. Gumplinger   transport-V03    685 Apr  11, 2001   P. Gumplinger   transport-V03-01-01
1205 -----------------------------                    686 -----------------------------
1206 - Updated G4Transportation.cc to make spin tr    687 - Updated G4Transportation.cc to make spin tracking work correctly:
1207   o Replaced the line originally commented ou    688   o Replaced the line originally commented out:
1208       // fTransportEndPolarization= aFieldTra    689       // fTransportEndPolarization= aFieldTrack.GetSpin() ; // Not yet possible
1209     with:                                     << 690     with: 
1210       fTransportEndSpin = aFieldTrack.GetSpin    691       fTransportEndSpin = aFieldTrack.GetSpin();
1211   o Added to the AlongStepDoIt() the followin    692   o Added to the AlongStepDoIt() the following call:
1212       fParticleChange.SetPolarizationChange(f    693       fParticleChange.SetPolarizationChange(fTransportEndSpin);
1213                                                  694 
1214 Mar  19, 2001   J. Apostolakis  transport-V03    695 Mar  19, 2001   J. Apostolakis  transport-V03-00-01
1215 ------------------------------                   696 ------------------------------
1216 - G4Transportation modified to use new FieldT    697 - G4Transportation modified to use new FieldTrack, and get Kinetic
1217   Energy from it.                             << 698   Energy from it. 
1218   This new FieldTrack together with changes i    699   This new FieldTrack together with changes in associated Equation of Motion
1219   classes implement the momentum vector as in    700   classes implement the momentum vector as independent variable in place of
1220   the velocity.                               << 701   the velocity. 
1221   So this tag requires                        << 702   So this tag requires 
1222   - new geometry/magneticfield tag "field-V03 << 703   - new geometry/magneticfield tag "field-V03-00-01",  and 
1223   - new geometry/volumes  tag "geomvol-V03-00    704   - new geometry/volumes  tag "geomvol-V03-00-03" for new
1224     G4PropagatorInField ().                      705     G4PropagatorInField ().
1225                                                  706 
1226 Feb  27, 2001   J. Apostolakis  (transport-V0    707 Feb  27, 2001   J. Apostolakis  (transport-V03-00-00)
1227 ------------------------------                   708 ------------------------------
1228 - G4Transportation.cc:                           709 - G4Transportation.cc:
1229   *   Modified calculation of energy at the e    710   *   Modified calculation of energy at the end of field step
1230        to make it more accurate at low veloci    711        to make it more accurate at low velocities,
1231        (while remaining correct at high gamma << 712        (while remaining correct at high gammas). 
1232   This improves the energy determination.     << 713   This improves the energy determination. 
1233   Together with electromagnetic/standard tag     714   Together with electromagnetic/standard tag  "stand-V03-00-03"
1234   this addresses the main problem in propagat    715   this addresses the main problem in propagating in an electric field
1235   (Problem report # 108 )                        716   (Problem report # 108 )
1236                                                  717 
1237 Sep  22, 2000   V. Grichine (transport-V02-00    718 Sep  22, 2000   V. Grichine (transport-V02-00-00)  [recorded by G.Cosmo]
1238 ---------------------------                      719 ---------------------------
1239 - G4Transportation.cc:                           720 - G4Transportation.cc:
1240   o added formula for Tkin corresponding dire    721   o added formula for Tkin corresponding directly to
1241     relativistic definition of Tkin = Etot -     722     relativistic definition of Tkin = Etot - mc^2 = mc^2(gamma -1),
1242     where gamma is a particle Lorentz factor.    723     where gamma is a particle Lorentz factor.
1243   o general cosmetics.                           724   o general cosmetics.
1244                                                  725 
1245 Jun  19, 2000   J. Apostolakis  (transport-V0    726 Jun  19, 2000   J. Apostolakis  (transport-V01-01-02)
1246 ------------------------------                   727 ------------------------------
1247 - G4Transportation.cc: Set the True Step Leng    728 - G4Transportation.cc: Set the True Step Length in G4Transportation.cc
1248 - Cosmetic:  updated other files to the head,    729 - Cosmetic:  updated other files to the head, as there were no differences
1249   from it (CVS headers).                         730   from it (CVS headers).
1250                                                  731 
1251 May  15, 2000   J. Apostolakis  (transport-V0    732 May  15, 2000   J. Apostolakis  (transport-V01-01-01)
1252 ------------------------------                   733 ------------------------------
1253 - G4Transportation.cc:  Set the material in m    734 - G4Transportation.cc:  Set the material in materialChange, in order to get
1254   correct behaviour for volumes that paramete    735   correct behaviour for volumes that parameterise the material.
1255   (Fix is dependant on changes to particleCha    736   (Fix is dependant on changes to particleChangeForTransport and StepPoint)
1256 - Modified setting of touchable change, in or    737 - Modified setting of touchable change, in order to preserve const-ness where
1257   it exists.                                     738   it exists.
1258                                                  739 
1259 Nov  25, 1999   J. Apostolakis  (transport-V0    740 Nov  25, 1999   J. Apostolakis  (transport-V00-01-01)
1260 ------------------------------                   741 ------------------------------
1261 - G4Transportation.cc: Added protection for t    742 - G4Transportation.cc: Added protection for the case of a zero step (when
1262   there is a field)                              743   there is a field)
1263 - G4UserSpecialCuts: protection to use min ra    744 - G4UserSpecialCuts: protection to use min range and min kinE only for
1264   charged particles.                             745   charged particles.
1265                                                  746 
1266 June  9, 1999   J. Apostolakis  (transport-01    747 June  9, 1999   J. Apostolakis  (transport-01-00-02)
1267 ------------------------------                   748 ------------------------------
1268 - Added a protection so that full relocation     749 - Added a protection so that full relocation is not used for very small moves.
1269                                                  750 
1270 Dec   4, 1998   J. Apostolakis  (transport-00    751 Dec   4, 1998   J. Apostolakis  (transport-00-04-01)
1271 ------------------------------                   752 ------------------------------
1272 - The Velocity Vector for Transport in a magn    753 - The Velocity Vector for Transport in a magnetic field is now set correctly.
1273   (previously the scalar velocity was automat    754   (previously the scalar velocity was automatically promoted to a 3-vector)
1274                                                  755 
1275 Nov  25, 1998  J. Apostolakis                 << 756 Nov  25, 1998  J. Apostolakis   
1276 -----------------------------                    757 -----------------------------
1277 - Added the direction to  LocateGlobalPointAn    758 - Added the direction to  LocateGlobalPointAndUpdateTouchable.
1278                                                  759 
1279 Nov  19, 1998   J. Apostolakis  (transport-00    760 Nov  19, 1998   J. Apostolakis  (transport-00-03-04)
1280 ------------------------------                   761 ------------------------------
1281 - Fixes:                                         762 - Fixes:
1282   1) The final energy is set equal to the ini    763   1) The final energy is set equal to the initial energy, because
1283      the PropagatorInField does not calculate    764      the PropagatorInField does not calculate it correctly yet.  NEEDS Fix
1284   2) If the requested step size is zero and s    765   2) If the requested step size is zero and safety is zero,  the
1285      step is now considered geometry limited.    766      step is now considered geometry limited.  (This can happen
1286      if a discrete process tries to take a  s    767      if a discrete process tries to take a  step that is very small
1287      compared to the mean free path.)  Proble    768      compared to the mean free path.)  Problem observed by Laszlo in EM tests.
1288   3) PostStepGetInteractionLength now returns    769   3) PostStepGetInteractionLength now returns DBL_MAX, not kInfinity.
1289                                                  770 
1290 Nov  11, 1998   J. Apostolakis  (transport-00    771 Nov  11, 1998   J. Apostolakis  (transport-00-03-03)
1291 ------------------------------                   772 ------------------------------
1292 - Changes to accomodate new interface of Fiel << 773 - Changes to accomodate new interface of Field: 
1293   G4PropagatorInField and G4FieldTrack.          774   G4PropagatorInField and G4FieldTrack.
1294                                                  775 
1295 Oct  30, 1998  J. Apostolakis   (transport-00    776 Oct  30, 1998  J. Apostolakis   (transport-00-03-02)
1296 -----------------------------                    777 -----------------------------
1297 - In the case of magnetic field, a flag that     778 - In the case of magnetic field, a flag that determines whether the
1298   geometry limited the step was not set.         779   geometry limited the step was not set.
1299                                                  780 
1300 Sep  16, 1998  J. Apostolakis   (transport-00    781 Sep  16, 1998  J. Apostolakis   (transport-00-03-01)
1301 -----------------------------                    782 -----------------------------
1302 - Checks whether the particle is out of the w    783 - Checks whether the particle is out of the world volume,
1303   if so it has exited and must be killed.        784   if so it has exited and must be killed.
1304                                                  785 
1305 Aug  28, 1998  J. Apostolakis                 << 786 Aug  28, 1998  J. Apostolakis 
1306 -----------------------------                    787 -----------------------------
1307 - The PostStepGetPhysicalInteractionLength ha    788 - The PostStepGetPhysicalInteractionLength has fixed (to return kInf)
1308   The boolean flags for touchables are now in    789   The boolean flags for touchables are now initialised. & Other small fixes ?
1309   Test code for non-relocating case added (fo    790   Test code for non-relocating case added (for debugging).
1310                                                  791 
1311 June 08, 1998   J. Apostolakis  (trans-06-04)    792 June 08, 1998   J. Apostolakis  (trans-06-04)
1312 ------------------------------                   793 ------------------------------
1313 - Corrected Safety computation for the case o    794 - Corrected Safety computation for the case of the field (adding endpoint
1314   distance instead of curve length.)          << 795   distance instead of curve length.) 
1315 - Added PostStepDoIt method that tries to rel    796 - Added PostStepDoIt method that tries to relocate the particle using
1316   G4ParticleChangeForTransport                   797   G4ParticleChangeForTransport
1317 - Transportation is no longer a G4ContinuousP << 798 - Transportation is no longer a G4ContinuousProcess. 
1318                                                  799 
1319 June 08, 1998   J. Apostolakis  (trans-06-03)    800 June 08, 1998   J. Apostolakis  (trans-06-03)
1320 ------------------------------                   801 ------------------------------
1321 - Modified it to recomputate Safety at the st    802 - Modified it to recomputate Safety at the start of a step.  To do this
1322   it uses the previous step's  calculated saf    803   it uses the previous step's  calculated safety and endpoint.
1323                                                  804 
1324 June 08, 1998   J. Apostolakis  (trans-06-02)    805 June 08, 1998   J. Apostolakis  (trans-06-02)
1325 ------------------------------                   806 ------------------------------
1326 - Modified it to add re-computation of Safety    807 - Modified it to add re-computation of Safety at the endpoint of a step,
1327   when the safety would become negative.  Thi    808   when the safety would become negative.  This is done to allow processes
1328   to benefit from a realistic (geometrical) v    809   to benefit from a realistic (geometrical) value of the safety.  The
1329   request to do this was from EM physics         810   request to do this was from EM physics
1330                                                  811 
1331 June 03, 1998   J. Apostolakis  (trans-06-01)    812 June 03, 1998   J. Apostolakis  (trans-06-01)
1332 ------------------------------                   813 ------------------------------
1333 - The safety we is now generalised to mean th    814 - The safety we is now generalised to mean the limit of assumption of all
1334   processes. The AlongStepGPIL input value is    815   processes. The AlongStepGPIL input value is not the remainder from the
1335   previous step's geometrical safety.            816   previous step's geometrical safety.
1336   So the transportation must recalculate the     817   So the transportation must recalculate the starting point's safety here.
1337   As a zeroeth order approximation we set it     818   As a zeroeth order approximation we set it to zero.
1338                                                  819 
1339 April 17, 1998  M. Maire      [recorded by Jo    820 April 17, 1998  M. Maire      [recorded by John Apostolakis]
1340 ------------------------                         821 ------------------------
1341 - A new process, G4UserSpecialCuts, was added    822 - A new process, G4UserSpecialCuts, was added to allow the
1342   user an alternative method to set some user    823   user an alternative method to set some user cuts.
1343                                                  824 
1344 April 15, 1998  H. Kurasige   [recorded by Jo    825 April 15, 1998  H. Kurasige   [recorded by John Apostolakis]
1345 ---------------------------                      826 ---------------------------
1346 - The transportation does the absolute minimu << 827 - The transportation does the absolute minimum required to conform to 
1347   the new scheme for ParticleChange: G4VParti << 828   the new scheme for ParticleChange: G4VParticleChange is used in signature. 
1348   [ But default G4ParticleChange is still use << 829   [ But default G4ParticleChange is still used ]. 
1349                                                  830 
1350 April 14, 1998  John Apostolakis                 831 April 14, 1998  John Apostolakis
1351 --------------------------------                 832 --------------------------------
1352 - History file Created                           833 - History file Created