Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
@@ -24,8 +24,6 @@
// ********************************************************************
//
//
// $Id: G4ParallelWorldProcess.cc 103731 2017-04-25 08:01:05Z gcosmo $
// GEANT4 tag $Name: geant4-09-04-ref-00 $
//
//
@@ -151,6 +149,12 @@ void G4ParallelWorldProcess::StartTracking(G4Track* trk)
{
G4StepPoint* realWorldPostStepPoint = trk->GetStep()->GetPostStepPoint();
SwitchMaterial(realWorldPostStepPoint);
G4StepPoint *realWorldPreStepPoint = trk->GetStep()->GetPreStepPoint();
SwitchMaterial(realWorldPreStepPoint);
G4double velocity = trk->CalculateVelocity();
realWorldPostStepPoint->SetVelocity(velocity);
realWorldPreStepPoint->SetVelocity(velocity);
trk->SetVelocity(velocity);
}
*(fpHyperStep->GetPreStepPoint()) = *(fpHyperStep->GetPostStepPoint());
}
@@ -24,8 +24,6 @@
// ********************************************************************
//
//
// $Id: G4ParallelWorldProcess.cc 76935 2013-11-19 09:46:31Z gcosmo $
// GEANT4 tag $Name: geant4-09-04-ref-00 $
//
//
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4ParallelWorldScoringProcess.cc 88349 2015-02-16 08:47:16Z gcosmo $
//
//
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4ScoreSplittingProcess.cc 68733 2013-04-05 09:45:28Z gcosmo $
//
#include "G4ScoreSplittingProcess.hh"