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
+4
View File
@@ -16,6 +16,10 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
September 23, 2021, Alberto Ribon (procscore-V10-07-01)
- G4ParallelWorldProcess.cc : replaced hardwired process sub-type "491"
with new enum value PARALLEL_WORLD_PROCESS.
April 16, 2021, Ben Morgan (procscore-V10-07-00)
- Migrate build to modular CMake API
@@ -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;