Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -44,6 +44,7 @@
#include "G4Material.hh"
#include "G4ProductionCuts.hh"
#include "G4ProductionCutsTable.hh"
#include "G4TransportationProcessType.hh"
#include "G4SDManager.hh"
#include "G4VSensitiveDetector.hh"
@@ -62,7 +63,7 @@ G4ParallelWorldProcess(const G4String& processName,G4ProcessType theType)
fNavigatorID(-1),fFieldTrack('0'),fGhostSafety(0.),fOnBoundary(false),
layeredMaterialFlag(false)
{
SetProcessSubType(491);
SetProcessSubType(PARALLEL_WORLD_PROCESS);
if(!fpHyperStep) fpHyperStep = new G4Step();
iParallelWorld = ++nParallelWorlds;