Import Geant4 10.4.0.beta source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History 95193 2016-01-29 08:23:25Z gcosmo $
|
||||
$Id: History 103731 2017-04-25 08:01:05Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,6 +17,10 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
April 24, 2017, M. Asai (procscore-V10-03-00)
|
||||
- G4ParallelWorldProcess: G4Step of a parallel world now has a valid
|
||||
pointer to secondaries.
|
||||
|
||||
January 27, 2016, M. Asai (procscore-V10-02-00)
|
||||
- G4ParallelWorldProcess: change processType from fParameterized
|
||||
to fParallel and set the processSubType to 491.
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ParallelWorldProcess.cc 95193 2016-01-29 08:23:25Z gcosmo $
|
||||
// $Id: G4ParallelWorldProcess.cc 103731 2017-04-25 08:01:05Z gcosmo $
|
||||
// GEANT4 tag $Name: geant4-09-04-ref-00 $
|
||||
//
|
||||
//
|
||||
@@ -351,6 +351,7 @@ void G4ParallelWorldProcess::CopyStep(const G4Step & step)
|
||||
fGhostStep->SetTotalEnergyDeposit(step.GetTotalEnergyDeposit());
|
||||
fGhostStep->SetNonIonizingEnergyDeposit(step.GetNonIonizingEnergyDeposit());
|
||||
fGhostStep->SetControlFlag(step.GetControlFlag());
|
||||
fGhostStep->SetSecondary((const_cast<G4Step&>(step)).GetfSecondary());
|
||||
|
||||
*fGhostPreStepPoint = *(step.GetPreStepPoint());
|
||||
*fGhostPostStepPoint = *(step.GetPostStepPoint());
|
||||
|
||||
Reference in New Issue
Block a user