Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
+12 -1
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4RunManager.hh 94222 2015-11-09 08:28:49Z gcosmo $
// $Id: G4RunManager.hh 95232 2016-02-01 14:31:22Z gcosmo $
//
//
@@ -332,6 +332,17 @@ public: // with description
virtual void RestoreRandomNumberStatus(const G4String& fileN);
public: // with description
//The following set user-actions and user-initialization to the kernel
//In MT mode, actions are shared among all threads, and should be set
//in the master thread, while user-actions are thread-private and each `
//thread has private instances. Master thread does not have user-actions
//except for the (optional) run-action.
//User should instantiate the user-actions in the action-initialization
//and use that class set method to set user-actions and not directly
//the methods provided here.
//Multiple Run,Event,Tracking, and Stepping actions are allowed, set
//multiple instances and these will be appended to the current configuration
//Multiple Stacking and PrimaryGeneration are not allowed
virtual void SetUserInitialization(G4VUserDetectorConstruction* userInit);
virtual void SetUserInitialization(G4VUserPhysicsList* userInit);
virtual void SetUserInitialization(G4VUserActionInitialization* userInit);