Ignore:
Timestamp:
Apr 6, 2009, 12:34:39 PM (17 years ago)
Author:
garnier
Message:

update processes

Location:
trunk/source/processes/scoring
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/scoring/History

    r819 r963  
    1 $Id: History,v 1.16 2007/05/30 17:49:56 ahoward Exp $
     1$Id: History,v 1.18 2008/09/07 17:12:38 asaim Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     20September 7th, 2008 M.Asai (procscore-V09-01-01)
     21- Correction of incorrect modification in the previous tag.
     22
     23February 12th, 2008 M.Asai (procscore-V09-01-00)
     24- Add copying non-ionizing energy deposit in G4Step.
    1925
    2026May 30th A.Howard (procscore-V08-03-03)
  • trunk/source/processes/scoring/include/G4ParallelWorldScoringProcess.hh

    r819 r963  
    2626//
    2727// $Id: G4ParallelWorldScoringProcess.hh,v 1.4 2007/05/30 17:47:10 ahoward Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
  • trunk/source/processes/scoring/src/G4ParallelWorldScoringProcess.cc

    r819 r963  
    2525//
    2626//
    27 // $Id: G4ParallelWorldScoringProcess.cc,v 1.8 2007/05/30 17:47:11 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4ParallelWorldScoringProcess.cc,v 1.11 2008/09/06 06:18:12 asaim Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
     
    376376  fGhostStep->SetStepLength(step.GetStepLength());
    377377  fGhostStep->SetTotalEnergyDeposit(step.GetTotalEnergyDeposit());
     378  fGhostStep->SetNonIonizingEnergyDeposit(step.GetNonIonizingEnergyDeposit());
    378379  fGhostStep->SetControlFlag(step.GetControlFlag());
    379380
Note: See TracChangeset for help on using the changeset viewer.