Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user