source: trunk/source/tracking/History @ 990

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

en test de gl2ps. Problemes de libraries

File size: 20.4 KB
Line 
1$Id: History,v 1.125 2008/10/02 01:08:23 tsasaki Exp $
2$Name: geant4-09-02-cand-01 $
3-------------------------------------------------------------------
4
5     =========================================================
6     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
7     =========================================================
8
9                      Category History file
10                      ---------------------
11This file should be used by G4 developers and category coordinators
12to briefly summarize all major modifications introduced in the code
13and keep track of all category-tags.
14It DOES NOT substitute the  CVS log-message one should put at every
15committal in the CVS repository !
16
17     ----------------------------------------------------------
18     * Reverse chronological order (last date on top), please *
19     ----------------------------------------------------------
2002 Oct 2008  T.Sasaki (tracking-V09-01-03)
21- G4SteppingManager2.cc: PhyscalStep etc was not updated when
22  any flaga for ForceCondition is set. (since begining of Geant4)
23
2425 Sep 2008  T.Sasaki (tracking-V09-01-02)
25- G4SteppingManager2.cc: Bug fix for the previous tag
26
2724 Sep 2008  T.Sasaki (tracking-V09-01-01)
28- G4SteppingManager2.cc: Bug fix for PhysicalStep
29
3006 May 2008  T.Sasaki (tracking-V09-01-00)
31- G4SteppingManager.cc: fTouchableHandle was not properly updated
32
3308 Oct 2007 T.Sasaki (tracking-V09-00-01)
34- G4SteppingManager.hh: use kCarTolerance in CalculateSafety() instead of zero
35
3604 Oct 2007 T.Sasaki (tracking-V09-00-00)
37- G4SteppingManager: fix to use kCarTolerance in Stepping() for the
38  computation of 'endPointSafety'.
39
409th May 2007 M.Asai (tracking-V08-03-00)
41- Allowing regional user stepping action.
42
4313 November 2006 T.Sasaki (tracking-V08-01-06)
44- Removed G4VSteppingVerbose::TrackBanner()  and add new methed
45  G4TrackingManager::TrackBanner() for the fix.
46
4704 November 2006 M.Asai
48- Added new method G4VSteppingVerbose::TrackBanner() and moved the
49  hard-coded verbosity in G4TrackingManager to this method. Also
50  modified G4SteppingManager to invoke this new method.
51
523rd November 2006 J.Allison (tracking-V08-01-05)
53- Augmented /tracking/storeTrajectory.  Now takes integer parameter:
54    0 : Don't Store trajectories.
55    !=0 : Store trajectories.
56    1 : Choose G4Trajectory as default.
57    2 : Choose G4SmoothTrajectory as default.
58    3 : Choose G4RichTrajectory as default.
59
6016 October 2006 J.Allison
61- All trajectories:
62  o Protect points container pointer in destructor.
63  o Make G4AttDef descriptions more concise.
64- G4RichTrajectory:
65  o Bug fix: Create G4AttValues for user-defined creator process.
66- G4VTrajectory: Improved ShowTrajectory.
67
6827 September 2006 M.Asai (tracking-V08-01-04)
69- Fix in G4SteppingManager for the treatment of trajectory update
70- According fixes in the trajectory classes.
71
7214 August 2006 M.Asai (tracking-V08-01-03)
73- Fix "double-deletion" in the destructor of G4SteppingManager.
74
7513 July 2006 T.sasaki (tracking-V08-01-02)
76- Fix on G4StepingVerbose for ForceConditions
77
7809 June 2006 T. Sasaki
79- Secondary vector is now owned by G4Step and G4TrackVector class has
80  been moved in the track category
81
8215 June 2006 G. Cosmo (tracking-V08-00-04)
83- Fixed implementation of static methods in G4VSteppingVerbose to be
84  NOT inline. Required also to allow DLL working on Windows !
85
8602 June 2006 G. Cosmo (tracking-V08-00-03)
87- Restored original CVS headers to files...
88
8930 May 2006 G. Cosmo (tracking-V08-00-02)
90- Fixed online implementation of SetSilent() and SetSilentStepInfo()
91  in G4VSteppingVerbose.
92
9324 May 2006 T. Sasaki (tracking-V08-00-01)
94- New flags are introduced in G4VSteppingVerbose to give more control
9524 May 2006 T. Sasaki
96- a bug fix for StepStatus when the track is outside of WorldBoundary
97- New header was inserted to all of the files to check the last update
9809 March 2006 T. Sasaki
99- Added Silent and SilentStepInfo member to G4VStepverbose
100
10124 November 2005 J. Allison (tracking-V07-01-05)
102- Added G4RichTrajectory and G4RichTrajectoryPoint.
103- Updated comments in G4VTrajectory.hh and G4VTrajectoryPoint.hh
10422 November 2005 M. Asai (tracking-V07-01-04)
105- Put G4Exception to the constructors of G4UsertrackingAction and G4UserSteppingAction
106  to protect against their instantiation before G4VUserPhysicsList is instantiated and set to
107  G4RunManager.
10821 November 2005 M. Asai (tracking-V07-01-03)
109- Migration to sstream.
110
11114 November 2005 Jane Tinslay (tracking-V07-01-02)
112- Modifications to G4VTrajectory::DrawTrajectory for enhanced
113  trajectory drawing.
114
11521 September 2005 T. Sasaki(tracking-V07-01-01)
116- fix for fastsimulation problem in G4SteppingManager2.cc
11719 July 2005 T. Sasaki (tracking-V07-01-00)
118- fix for the bug in InvokeAlongStepDoItProcs()
1193rd May 2005  John Allison  (tracking-V07-00-01 - needs greps-V07-00-04)
120- Corrected AttDefs.
121- Made use of G4AttCheck.
122
12322 April 2005  T. Sasaki  (not included in tracking-V07-00-01)
124- SetNavigator Method has been removed from G4TrackingManager
125
12622 March 2005 John Allison (tracking-V07-00-00 - needs global-V07-00-03)
127- Simplified creation of G4AttValues using G4BestUnit::operator
128  G4String and G4UIcommand::ConvertToString.
129
13007 December 2004 Gabriele Cosmo (tracking-V06-02-09)
131- Implemented migration to <cmath>.
132
13301 December 2004 Gabriele Cosmo (tracking-V06-02-08)
134- Fix in G4SteppingManager::InvokePSDIP() for completing migration
135  to new G4VParticleVhange interface.
136
13718 November 2004 Joseph Perl (tracking-V06-02-07)
138- G4Trajectory add HepRep attribute for magnitude of momentum
139- G4SmoothTrajectory add HepRep attribute for magnitude of momentum
140
141Nov.18,2005 T.Sasaki(tracking-V06-02-06)
142- G4SteppingManager2.cc Fix on interactive on/of for AtRest processes
143Nov.16,2005 T.Sasaki(tracking-V06-02-05)
144- G4SteppingManager2.cc  change the track status to StopAndKill when a track looses all kinetic energy cumlatively while the AlongStep loop
145Nov.10,2004 T.Sasaki(tracking-V06-02-04)
146- G4SteppingVerbose forced to be singleton.
147- G4SteppingManager no more issue G4Excetpion even if no atRestDoit proccesses exit.
148- G4SteppingManager change the track status to G4StopButAlive if the kinetic energy becomes below zero while AlongStep loop.
149
150Aug.27, 2004 M.Asai (tracking-V06-02-03)
151- G4SteppingManager now looks at "preStepPoint" for the sensitivety of the
152  volume instead of the logical volume through G4Track.
153
154Jul.08, 2004 K. Amako  (tracking-V06-02-02)
155- Modified G4SteppingVerbose.cc so that PostStep information is printed out
156  even when PostStep process is triggered by AlongStep process.
157
158Jul.06, 2004 M.Asai (tracking-V06-02-01)
159- Remove the modification along tracking-V06-00-00 tag for G4SteppingManager2.cc
160  and let a fix on it be on top of this.
161- The fix is for incorrect total number of secondaries.
162
163Jul.05, 2004 G.Cosmo (tracking-V06-02-00)
164- Moved inlined contructors/destructors for G4Vtrajectory and G4VTrajectoryPoint
165  to NOT inline. Created G4VtrajectoryPoint.cc file.
166  Corrected signature of operator==() to canonical implementation.
167
168Jun.11, 2004 G.Cosmo (tracking-V06-01-02)
169- Use global flag G4TRACKING_ALLOC_EXPORT to export extern symbols for DLLs.
170  Modified GNUmakefile and rearranged usage of extern symbols in classes.
171
172Jun.09, 2004 G.Cosmo (tracking-V06-01-01)
173- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
174  allowing support of DLLs on Windows.
175- Coworks with "global-V06-01-02b".
176
177Jun.07, 2004 G.Cosmo (tracking-V06-01-00)
178- Export extern symbols for allowing support of DLLs on Windows.
179  Modified files:  G4Trajectory.hh, G4TrajectoryPoint.hh,
180                   G4SmoothTrajectory.hh, G4SmoothTrajectoryPoint.hh.
181- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
182- Coworks with "global-V06-01-02a".
183
184Mar.19, 2004 M.Asai (tracking-V06-00-01)
185- G4SteppingManager2.cc has been restored back to the version in
186  geant4-06-00. The tag tracking-V06-00-00 was meant to be internal
187  but eventually it was included in the reference tag.
188
189Jan.20, 2004 M.Asai (tracking-V06-00-00)
190- Remove obsolete operation for UserLimits in G4SteppingManager2.cc.
191
192Dec.09, 2003 M.Asai (tracking-V05-02-05)
193- G4SteppingManager.hh : Fix problem in SetUserAction().
194
195Nov.18, 2003 M.Asai (tracking-V05-02-04)
196- G4TrackingManager.cc: Move the invokation of PreUserTrackingAction
197  after SetInitialStep, so that geometrical infomation is available
198  at PreUserTrackingAction.
199
200Nov.10, 2003 G.Cosmo (tracking-V05-02-03)
201- G4SteppingManager.cc: renamed method LocateGlobalPointAndSetup(p,v,history) to
202  to ResetHistoryAndLocate(p,v,history) according to changes in G4Navigator.
203
204Oct.4, 2003 G.Cosmo (tracking-V05-02-02)
205- GNUmakefile:
206  o added dependency to new module "geometry/navigation".
207  o replaced "digits+hits" with "digits_hits".
208- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
209
210Sept. 25, 2003 H.Kurashige (tracking-V05-02-01)
211- modify GNUMakefile for processes/cuts category
212
213Sept. 19, 2003 V.Ivanchenko (tracking-V05-02-00)
214- migrade to model variant of EM physics
215
216May 23, 2003 M.Asai (tracking-V05-01-01)
217- Clean up unused variables in trajectory classes.
218
219May 21, 2003 M.Asai (tracking-V05-01-00)
220- Clean up unused variables in user action classes.
221
222Apr 11, 2003 M.Asai (tracking-V05-00-03)
223- Recover "ApplyCuts" under "cuts-per-region"
224
225Apr 10, 2003 T.Sasaki (tracking-V05-00-02)
226- G4SteppingManger2.cc: Fix for the uninitilized variable
227Mar 17, 2003, G.Cosmo (tracking-V05-00-01)
228- G4SteppingVerbose.cc: fixed retrieval of phys-volume name, adding
229  check for NULL pointer for post-step physical volume returned.
230
231Dec 16, 2002, G.Cosmo (tracking-V05-00-00)
232- Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD.
233  Included development for 'cuts-by-region':
234  o Modified implementation of stepping to cope with new scheme for
235    cuts and regions.
236
237Dec 12, 2002, G.Cosmo (tracking-V04-01-15)
238- G4SteppingVerbose.cc: undo change introduced in tag "tracking-V04-01-07", where
239  call to CopyState() in TrackingStarted() method was commented out, probably by
240  mistake (?).
241  The patch fixes the crash observed while running largeN test on test14.
242
243Dec 12, 2002, G.Cosmo (tracking-V04-01-14)
244- Corrected problem introduced in the last tag and concerning the usage of abs()
245  (not defined of the std namespace!), causing compilation error on Windows.
246
247Dec 6, 2002, J.Allison (tracking-V04-01-13)
248- Last minute fix to G4VTrajectory::DrawTrajectory.
249
250Dec 6, 2002, J.Allison (tracking-V04-01-12)
251- Fixed unprotected pointer in G4SmoothTrajectoryPoint::CreateAttValues.
252
253Dec 4, 2002, T.Sasaki (tracking-V04-01-11)
254- static Get/SetInstnce methods has moved to .cc from .hh.
255
256Nov 18, 2002, M.Asai (tracking-V04-01-10)
257- Tagged.
258
259Nov 11, 2002, J.Allison
260- Restored G4SmoothTrajectory::DrawTrajectory.
261
262Nov 8, 2002, M.Asai (tracking-V04-01-09)
263- Tagged for Geant4 5.0 release
264
265Nov 8, 2002 J.Generowicz
266- Bodies introduced into SmoothTrajectory(Point) classes
267
268Nov 8, 2002, J.Allison
269- Implemented default Show/DrawTrajectory in G4VTrajectory.
270- Augmented GetAttDefs and CreateAttValues in G4(Smooth)Trajectory(Point).
271
272Nov 07, 2002, T,Sasaki (tracking-V04-01-07, tracking-V04-01-08)
273- Fix for the problem with optical processes
274Nov 05, 2002, T,Sasaki (tracking-V04-01-06)
275- clean up G4SteppingManager.hh and G4VSterppinVerbose.cc
276
277Nov 05, 2002, M.Asai (tracking-V04-01-05)
278- tagged.
279
280Nov 05, 2002, J.Generowicz
281- Renamed aTrajectory(Point)Allocator to aSmoothTrajectory(Point)Allocator
282  in the SmoothTrajectory(Point) classes.
283
284Nov 01, 2002, M.Asai (tracking-V04-01-04)
285- Merge tracking-V04-01-03 and tracking-V04-01-02.
286
287Nov 1, 2002, J.Allison  (tracking-V04-01-03 - does not include V04-01-02)
288- Canonical tag of traj03 (see below).
289
290Oct 31, 02 T. Sasaki (tracking-V04-01-02)
291- G4SteppingManager.hh/cc
292 o new ForceCondition flag StronglyForced was implemented
293
294Oct 28, 2002, J.Allison  (traj03)
295- Changed GetAttDefs return signature to map.
296- Changed GetAttValues to CreateAttValues.
297- Improved descriptions.
298
299Oct 24, 02 J.Allison (traj02)
300- Implemented simple versions of G4Trajectory::GetAttDefs/Values.
301
302Oct 16, 02 J.Allison (traj01)
303- Added GetAttDefs to G4VTrajectory, etc., and small corrections.
304
305Sep 03, 02 M.Asai
306- Start working for trajectory related issues
307  o Modification made : G4VTrajectory, G4VTrajectoryPoint, G4Trajectory, G4TrajectoryPoint
308  o Introduced : G4SmoothTrajectory, G4SmoothTrajectoryPoint
309
310Aug 21, 02 M.Asai (tracking-V04-01-01)
311- G4TrackingManager.cc
312  o Set fpTrajectory pointer to zero when the trajectory is deleted.
313
314Aug 13, 02 M.Asai (tracking-V04-01-00)
315- G4TrackingManager.hh, G4TrackingManager.cc
316  o Re-implement EventAborted() method to ensure this command
317    properly works even at the stepping phase.
318
319Apr 25, 02 M.Asai (tracking-V04-00-05)
320- G4TrackingManager.cc
321  o Implement EventAborted() method
322
323Feb 07. 02 T.Sasaki (tracking-V04-00-04)
324- G4SteppingManager.cc
325  o Withdrawal of the fix in tracking-V04-00-02
326
327Feb 04, 02 G.Cosmo (tracking-V04-00-03)
328- G4SteppingManager.hh
329  o moved 'SizeOfSelectedDoItVector' to global scope again, to allow porting on
330    WIN-VC compiler. As private member, the following error is reported:
331    - illegal pure syntax, must be '= 0' -
332    - 'SizeOfSelectedDoItVector' : pure specifier can only be specified for functions -
333
334Feb 03, 02 T.Sasaki and H.Kurashige
335- G4SteppingManager2.cc
336  o fix for extra steps when the ApplyCuts flag is set
337
338Jan 23, 02 T.Sasaki(tracking-V04-00-02)
339- G4SteppingManager.cc
340  o safe comparison between floating numbers (0.0->DBL_MIN)
341
342Jan 22, 02 M.Asai (tracking-V04-00-01)
343- G4SteppingManager.cc
344  o Issue G4Exception if a primary track starts outside of the world.
345
346Jan 21, 02 T.Sasaki (tracking-V04-00-00)
347- G4SteppingManager[.hh.cc]:
348  o Fixed a bug for particles below threshold. Avoid double steps.
349    If any of decay process might not set the GoodForTracking flag
350    properly, the particle will be killed.
351  o moved static variable SizeOfSelectedDoItVector from the global
352    to class scope.
353
354Dec 06, 01 G.Cosmo (tracking-V03-02-05)
355- G4SteppingVerbose.cc: removed trigraph warning on Linux-g++.
356
357Nov 27, 01 J.Apostolakis (tracking-V03-02-04)
358  Correction to the use the touchable Handle for secondary tracks,
359       when it is available.
360  Now the direction is used in locating a particle (primary or
361   secondary) in SetInitialStep. This is in order to assist in
362   starting particles that are on/near-to boundaries in the correct
363   volume.
364
365Nov 27, 01 J.Apostolakis (tracking-V03-02-03)
366  Initial step now uses the touchable Handle of the secondary track,
367when it exists and is valid.
368 
369  To be useful this tag depends the tag track-V03-02-07,
370   which enables touchable handles in secondaries.
371
372Nov 08, 01 G.Cosmo (tracking-V03-02-02)
373- Introduced changes for reference-counted touchables (T.Sasaki).
374- Removed warnings from Linux-g++ (R.Chytracek).
375- Some reformatting (R.Chytracek).
376
377Oct 11, 01 G.Cosmo (tracking-V03-02-00)
378- G4VSteppingVerbose.hh: removed redundant inclusion of RW wrapper header.
379
380Jun 06, 01 G.Cosmo (tracking-V03-01-02)
381- G4SteppingManager.cc: explicitly initialise values to zero in STL
382  collections fSelectedAtRestDoItVector, fSelectedAlongStepDoItVector, and
383  fSelectedPostStepDoItVector in G4SteppingManager default constructor.
384  This overcomes warnings detected on HP-aCC.
385
386May 10, 01 T.Sasaki (tracking-V03-01-01)
387- fix for a suspneded track's vertex info.
388
389May 03, 01 T.Sasaki/J.Allison (tracking-V03-01-00)
390- G4TrackingMessenger* messenger moved to the class scope in G4TrackingManager.
391- Changes for greps-V03-01-01 (elimination of RW) in G4Trajectory.cc.
392
393Feb 09, 01 T.Sasaki (tracking-V03-00-05)
394- Fix for linux etc.
395
396Feb 08, 01 T.Sasaki (tracking-V03-00-03)
397- STL migration: get rid of most of RW vectors
398
399Feb 05, 01 G.Cosmo (tracking-V03-00-02)
400- STL migration for G4OrderedTable and G4DataVector.
401  Modified files: G4VSteppingVerbose.hh.
402
403Jan 12, 01 T.Sasaki (tracking-V03-00-01)
404- correction of class description
405
406Nov 04, 00 T.Sasaki (tracking-V02-00-02)
407- G4TrackingManager.icc has been modified for new biasing schme
408- Descriptions are added too header files
409
410Aug 30, 00 T.Sasaki (tracking-V02-00-01)
411- Protection for no AtRestDoIt procs.
412
413June 2, 00 M.Asai (tracking-01-01-01)
414- Add SetUserTrackInformation(G4VUserTrackInformation*) to
415  G4TrackingManager
416- Fix problems in deleteing Touchable in G4SteppingManager (Hisaya)
417
418Hune 1, 00 H.Kurashige
419- Add "const" to all G4VTouchable pointer
420
421Jan 23, 00 T.Sasaki
422- GetCurrentValue() in G4TrackingMessenger.cc have a return value
423- SetUserAction in G4SteppingManager.hh protected null pointers
424
425Oct 22, 99 T.Sasaki G4SteppingMangaer.cc fixed the UserLmit problem     
426
427Oct 13, 99 T.Sasaki updated G4SteppingVerbose and G4VSteppingVerbose
428
429Jun 29, 99 G.Folger have the ctor always assign a SteppingVerbose to fVerbose
430
431Apr 15, 99 M.Asai (tracking-01-00-03)
432- Make arguments in user action classes take const pointers.
433- Make trajectory and trajectory point as derivable classes.
434
435Mar 23, 99 T.Sasaki    (tracking-01-00-02)
436- Fix for precision problem of safety in SteppingManager by John Apostolakis
437- G4VSteppingVerbose is introduced 
438
439Feb 18, 99 T.Sasaki (tracking-01-00-01)
440- ShowStep() method was moved from G4Step to G4SteppingVerbose
441
442Nov 25, 98 T.Sasaki    (tracking-00-04-03)
443- Fix to G4SteppingManager.cc to set proper 2ndary numbers.
444
445Nov 17 ,98 H.Kurashige (tracking-00-04-01)
446- Fixed treatment of safety in case of ApplyCuts flag is ON
447
448August 25, 98 G.Cosmo (tracking-00-02-01)
449- Minor fix to G4SteppingManager.hh, G4SteppingVerbose.hh
450  and G4TrackVector.hh.
451  Angle brackets should be used for inclusion of RW classes!
452
453July  1, 98 K. Amako
454- Tag for tracking-00-07-02. This includes the following features.
455- Because J. Apostolakis changed  the way to calcluate safety in the
456  transportation AlongStepGPIL, the way to set safety of the PostStepPoint
457  was modified. Except the first step, the safety of the PreStepPoint
458  is also valid in this scheme.
459- The coherent energy cut scheme is implemented. This means that
460  the energy of a secondary particle is checked against the energy
461  cut value and also safety. Also the 'GoodForTracking' flag is
462  checked. A warning message will be issued if a secondary particle
463  has illegal status (i.e. below energy cut and 'GoodForTracking' is off).
464  Because processes don't set properly the 'GoodForTracking' yet, this
465  waning message is temporary suppressed in the current tag.
466
467June 22, 98 J.Apostolakis
468
469- Added fix to implementation of new scheme of 'Safety'.
470
471June 16, 98 P.Urban                      -- recorded by J. Apostolakis
472
473- Added changes for tracking optimisation.  (Merged from branch)
474- tagged tracking-00-06-03.
475
476June 11, 98 G.Cosmo (tracking-00-06-02)
477- Tagged tracking-00-06-02.
478  Includes changes by P.Mora de Freitas and M.Asai which were missing in
479  the previous tag.
480
481June 6, 98  M.Asai
482- GNUmakefile is modified to correspond to the new "digits+hits" structure.
483
484Jun  3, 98  P.Mora de Freitas/M.Verderi
485- Implement new scheme of 'Safety' where it becomes the 'range within
486  the assumptions of all processes are valid'. In the G4SteppingManager
487  GetPIL loop the safety becomes "competitive" like the step limitation.
488  This means that at the begining of every step the G4SteppingManager
489  will initialize it to DBLMAX and that processes can only decrease it.
490
491May 22, 98  T.Sasaki
492- Verbose codes are separated from SteppingManager. 2 files are aded.
493April 21, 98 G.Cosmo (tracking-00-05-01)
494- Tagged.
495
496April 12, 98 H.Kuraashige
497- Implement new scheme of 'Particle Change'. Please see
498  particle_change.asc in geant4alpha/documents/particles+matter/.
499  G4SteppingManager.hh,  .cc have been modified.
500
501April 9, 98 G.Cosmo
502- Porting on DEC-cxx 6.0.
503  Removed meaningless usage of "const" qualifier from functions
504  return type for basic types by value. Modified files: G4Trajectory.hh
505
506March 18, 1998 K. Amako
507  Add following information to G4Track:
508     1.Momentum direction at the start point (vertex position) of the track
509     2.Kinetic energy at the start point (vertex position) of the track
510     3.Pointer to the process which created the current track
511  Due to this, the following files have modififed and committed.
512     1.NewDesignDoc.txt
513     2.G4Track.hh, G4Track.cc
514     3.G4SteppingManager.cc
515
516January  29, 97 K. Amako
517  Following changes have been done and committed/tagged to cvs.
518  Tag# is tracking-00-03-01.
519    - G4SteppingManager.cc: Corrected so that the verbose
520      'AlongStepDoItAllDone' is invokded after the 'safety' update.
521    - G4SteppingManager.cc: Added a comment in the 'G4Step Information'
522      table of the verbose output of 'AlongStepDoIt (process by process)'
523      so that 'safety' value in it is not updated yet.
524    - G4TrackingMessanger.cc: Help for verbose has been updated.
525 
526
527December 19, 97 G. Cosmo - (alpha03)
528
529- Created.
Note: See TracBrowser for help on using the repository browser.