Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -205,7 +205,7 @@ AtRestDoIt(const G4Track& track,const G4Step&)
for ( G4int isec = 0; isec < nEmSecondaries; isec++ ) {
G4ParticleDefinition* pd = Cascade[isec].GetParticleDef();
G4double localtime = globalTime;
if(isec > nCascade) localtime += tDelay;
if(isec >= nCascade) localtime += tDelay;
if(pd) {
G4DynamicParticle* aNewParticle = new G4DynamicParticle;
aNewParticle->SetDefinition( pd );