Ignore:
Timestamp:
Nov 25, 2009, 5:13:58 PM (15 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/run/History

    r850 r1196  
    1 $Id: History,v 1.177 2008/07/10 09:27:41 gcosmo Exp $
     1$Id: History,v 1.191 2009/11/18 18:02:06 gcosmo Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     20November 18th, 2009 G.Cosmo (run-V09-02-09)
     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 13, 2009 Makoto Asai (run-V09-02-08)
     28- Fixing two minor bugs in G4RunManager and G4RunManagerKernel.
     29
     30November 6,2009 L.Desorgher (run-V09-02-07)
     31- First commit of G4Adjoint classes for run category
     32  New classes are G4AdjointSimManager, G4AdjointSimMessenger, G4AdjointPrimaryGeneratorAction
     33
     34Oct 19, 2009, Hisaya Kurashige (run-V09-02-06)
     35- Add /run/setCutForAGivenParticle command in G4UserPhysicsListMessenger
     36
     37Makoto Asai (run-V09-02-05)
     38Sep 20, 2009, Makoto Asai (run-V09-02-05)
     39- G4RunManagerKernel checks G4VUserPhysicsList to confirm no particle
     40  is registered when G4RunManagerKernel is instantiated.
     41
     42Aug 10, 2009, Makoto Asai (run-V09-02-04)
     43- G4RunManagerKernel now invokes G4VUserPhysicsList::CheckParticleList
     44  just before invoking G4VUserPhysicsList::SetCuts.
     45
     46Aug 05, 2009, Hisaya Kurashige (run-V09-02-03)
     47- Add G4VUserPhysicsList::DisableCheckParticleList method
     48- Modify G4VUserPhysicsList::CheckParticleList to check existence
     49   of any EM processes
     50
     51Aug 03, 2009, Hisaya Kurashige (run-V09-02-02)
     52- Modify G4VUserPhysicsList to fit with proton cuts
     53- Modify G4VUserPhysicsList::BuildPhysicsTable
     54  to avoid problem  when ions are created in Pre-Init state
     55 
     56May 22nd, 2009, Hisaya Kurashige (run-V09-02-01)
     57- Add G4VUserPhysicsList::CheckParticleList() to check consistencies of
     58  list of particles before constructing processes
     59- Change severity of G4Exception in G4VUserPhysicsList
     60  'FatalException' is assigned if core dump is foreseen
     61
     62May 21st, 2009, Hisaya Kurashige (run-V09-02-00)
     63- Add check of process manager in G4VUserPhysicsList::BuildPhysicsTable
    1964
    2065July  10th, 2008, Gabriele Cosmo (run-V09-01-02)
Note: See TracChangeset for help on using the changeset viewer.