#include "G4RunManager.hh"
#include "DetectorConstruction.hh"
#include "PhysicsList.hh"
#include "G4UImanager.hh"
#include "G4VisExecutive.hh"
#include "G4MTRunManager.hh"
#include "AnalysisManager.hh"
#include "ActionInitialization.hh"
#include "G4UIExecutive.hh"
Go to the source code of this file.
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 42 of file radioprotection.cc.
45 #ifdef G4MULTITHREADED
56 pRunManager -> SetUserInitialization(detector);
60 pRunManager -> SetUserInitialization(physics);
79 UImanager -> ApplyCommand(
"/control/execute vis.mac");
87 G4String command =
"/control/execute ";
virtual void SetUserInitialization(G4VUserDetectorConstruction *userInit)
void SetNumberOfThreads(G4int n)
static G4UImanager * GetUIpointer()
G4GLOB_DLL std::ostream G4cout
Detector construction class to define materials and geometry.
G4int ApplyCommand(const char *aCommand)