Changeset 963 for trunk/source/processes/scoring
- Timestamp:
- Apr 6, 2009, 12:34:39 PM (17 years ago)
- Location:
- trunk/source/processes/scoring
- Files:
-
- 3 edited
-
History (modified) (2 diffs)
-
include/G4ParallelWorldScoringProcess.hh (modified) (1 diff)
-
src/G4ParallelWorldScoringProcess.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/scoring/History
r819 r963 1 $Id: History,v 1.1 6 2007/05/30 17:49:56 ahowardExp $1 $Id: History,v 1.18 2008/09/07 17:12:38 asaim Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 September 7th, 2008 M.Asai (procscore-V09-01-01) 21 - Correction of incorrect modification in the previous tag. 22 23 February 12th, 2008 M.Asai (procscore-V09-01-00) 24 - Add copying non-ionizing energy deposit in G4Step. 19 25 20 26 May 30th A.Howard (procscore-V08-03-03) -
trunk/source/processes/scoring/include/G4ParallelWorldScoringProcess.hh
r819 r963 26 26 // 27 27 // $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 $ 29 29 // 30 30 // -
trunk/source/processes/scoring/src/G4ParallelWorldScoringProcess.cc
r819 r963 25 25 // 26 26 // 27 // $Id: G4ParallelWorldScoringProcess.cc,v 1. 8 2007/05/30 17:47:11 ahowardExp $28 // GEANT4 tag $Name: geant4-09-0 1-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 $ 29 29 // 30 30 // … … 376 376 fGhostStep->SetStepLength(step.GetStepLength()); 377 377 fGhostStep->SetTotalEnergyDeposit(step.GetTotalEnergyDeposit()); 378 fGhostStep->SetNonIonizingEnergyDeposit(step.GetNonIonizingEnergyDeposit()); 378 379 fGhostStep->SetControlFlag(step.GetControlFlag()); 379 380
Note:
See TracChangeset
for help on using the changeset viewer.
