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

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/event/History

    r964 r1228  
    1 $Id: History,v 1.120 2008/09/02 09:56:49 gcosmo Exp $
     1$Id: History,v 1.127 2009/11/18 17:57:59 gcosmo Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     20Movember 18th, 2009, G.Cosmo (event-V09-02-05)
     21- Fixes to "Adjoint" classes to allow build of DLLs on Windows: renamed all
     22  methods and data holding "External" as keyword to "Ext".
     23  Cleanup of the code: use "const G4String&" instead of "G4String" wherever
     24  possible; use G4 types in consistent way; avoid usage of "isNan"; code
     25  formatting cleanup; added Geant4 disclaimer.
     26
     27November 6, 2009, L.Desorgher (event-V09-02-04)
     28- First commit of G4Adjoint calsses for event category
     29  New classes are G4AdjointPosOnPhysVolGenerator,G4AdjointPrimaryGenerator, G4AdjointStackingAction
     30
     31September 16, 2009, M.Asai (event-V09-02-03)
     32- Improved the logic in G4SmartTrackStack.
     33- Added /event/stack/verbose to have a short report of peak number of tracks in
     34  the urgent stack.
     35
     36August 17, 2009, M.Asai (event-V09-02-02)
     37- Introducing G4SmartTrackStack class. By using this new stack as the urgent stack of
     38  G4StackManager, the next track poped up from the stack is not necessarily the last
     39  track stored in the stack, but the track of same particle type as the previous one,
     40  as long as such a track exists in the urgent stack. This mechanism is expected to
     41  improve the performance for ultra-large scale simulation such as LHC, by increasing
     42  the cashe hit rate of the physics tables.
     43- The use of G4SmartTrackStack is optional. To use it, uncomment the "#define" line
     44  in include/evmandefs.hh.
     45
     46June 29, 2009, M.Asai (event-V09-02-01)
     47- Fix warning message in G4SPSEneDistribution.cc.
     48
     49February 17, 2009, F. Lei (event-V09-02-00)
     50- Minor chnages to G4GeneralParticleSourceMessenger.cc. It now uses the full ranges of units pre-defined in G4 for length, energy and angle.
    1951
    2052September 02, 2008, G.Cosmo (event-V09-01-01)
Note: See TracChangeset for help on using the changeset viewer.