Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (15 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/navigation/History

    r1058 r1228  
    1 $Id: History,v 1.132 2009/05/20 08:27:26 gcosmo Exp $
     1$Id: History,v 1.138 2009/12/11 05:48:53 japost Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19Dec 11th, 2009 - J.Apostolakis (geomnav-V09-02-11)
     20------------------------------
     21- G4PropagatorInField
     22  * Implementation field by Region
     23      - with extra checking of logical volume
     24
     25Nov 30th, 2009 - J.Apostolakis (geomnav-V09-02-10)
     26------------------------------
     27- G4VIntersectionLocator
     28  * Fix problem in ReEstimateEndPoint() behaviour for very small steps.
     29
     30  * Corrected constructor to ensure that it initialises all data members.
     31  * Labelled the methods (in header) to make noticable those that
     32      must changed at every step.
     33      ( attributes: ChordFinder,  EpsilonStep,  Navigator )
     34
     35Nov 23rd, 2009 - J.Apostolakis
     36------------------------------
     37- Fixed G4PropagatorInField.cc:
     38   * Revise condition for flagging ZeroStep to avoid fake triggering.
     39     Small proposed steps (from Physics) could trigger the previous
     40     simple condition for Tiny/Zero Problem steps.
     41   [ This was first commited on branch geomnav-V09-02-08_branch
     42       and tagged geomnav-V09-02-80  ]
     43
     44Nov 12th, 2009 - J.Apostolakis (geomnav-V09-02-09)
     45------------------------------
     46- G4PropagatorInField: cleanup of minor methods:
     47   Added new method RefreshIntersectionLocator to update the state of
     48       Use this method to synchronise with IntersectionLocator.
     49   Deleted long obsolete methods: SetAccuraciesWithDeltaOneStep
     50           SetDeltaIntersection,  SetDeltaOneStep
     51   Revised implementation to avoid using the older methods
     52           GetDeltaIntersection   GetDeltaOneStep
     53
     54Nov 12th, 2009 - J.Apostolakis (geomnav-V09-02-08)
     55------------------------------
     56- Refined G4PropagatorInField.cc:
     57   * Changed parameters for treating consecutive tiny/zero steps:
     58     - the value of default decrease factor to 0.25 (from 0.1),
     59     - the value is not used when the step size falls below a certain threshold.s
     60       This threshold is changed. It is expressed as a multiple of fZeroStepThreshold
     61       instead of kCarTolerance.  The reasons are:
     62         * the threshold were meant to refer to the  ZeroStepThreshold (it was kCarTolerance)
     63         * the values were now much larger than this ZeroStepThreshold.
     64     - The value given to the decrease factor after the first such thresholds is changed to 0.35
     65       instead of 0.25, 0.5. 
     66   * Improved printing of Diagnostic message.
     67
     68Nov  3rd, 2009 - J.Apostolakis (geomnav-V09-02-07)
     69------------------------------
     70- Refined G4PropagatorInField.cc:
     71   * Added new member fZeroStepThreshold, to enable tuning of threshold for Tiny/Zero steps.
     72   * Changed default value from 0.5 * kCarTolerance
     73                          to max (100,000 * kCarTolerance, 0.1 * micron )
     74   * This is first revision to address problem seen at boundary of volumes (Reports of Atlas) .
     75
     76June 2nd, 2009 - J.Apostolakis (geomnav-V09-02-06)
     77------------------------------
     78- Fix in G4PropagatorInField::SetNavigator
     79   * Forward new Navigator to IntersectionLocator.
    1980
    2081May 20th, 2009 - P.Arce (geomnav-V09-02-05)
Note: See TracChangeset for help on using the changeset viewer.