EDepSimCreateRunManager.hh
Go to the documentation of this file.
1 #ifndef EDepSim_CreateRunManager_hh_seen
2 /////////////////////////////////////////////////////////////////////
3 // $Id: EDepSimCreateRunManager.hh,v 1.2 2009/04/09 00:39:00 gum Exp $
4 
5 #include <G4RunManager.hh>
6 #include <G4VUserPhysicsList.hh>
7 
8 /// Create the standard run manager for the detSim detector simulation. The
9 /// caller is responsible for deleting the run manager. If a valid physics
10 /// list name is defined, then that will be used for this run.
11 namespace EDepSim {
12  G4RunManager* CreateRunManager(G4String physicsList);
13 }
14 #endif
Construct a module from components.
Definition: TG4HitSegment.h:10
G4RunManager * CreateRunManager(G4String physicsList)