Main program of the medical/dna/svalue example.
More...
#include "G4RunManager.hh"
#include "G4UImanager.hh"
#include "Randomize.hh"
#include "DetectorConstruction.hh"
#include "PhysicsList.hh"
#include "ActionInitialization.hh"
#include "SteppingVerbose.hh"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
Main program of the medical/dna/svalue example.
Definition in file svalue.cc.
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 58 of file svalue.cc.
64 G4Random::setTheEngine(
new CLHEP::RanecuEngine);
67 #ifdef G4MULTITHREADED 68 G4MTRunManager* runManager =
new G4MTRunManager();
69 G4int nThreads = G4Threading::G4GetNumberOfCores();
70 if (argc==3) nThreads = G4UIcommand::ConvertToInt(argv[2]);
71 runManager->SetNumberOfThreads(nThreads);
73 G4VSteppingVerbose::SetInstance(
new SteppingVerbose);
74 G4RunManager* runManager =
new G4RunManager();
79 runManager->SetUserInitialization(
new PhysicsList());
80 runManager->SetUserInitialization(
new ActionInitialization());
83 G4UImanager* UI = G4UImanager::GetUIpointer();
87 G4String command =
"/control/execute ";
89 UI->ApplyCommand(command+fileName);
95 G4VisManager* visManager =
new G4VisExecutive;
96 visManager->Initialize();
100 G4UIExecutive * ui =
new G4UIExecutive(argc,argv);
TConfigurablePhysicsList< ModularPhysicsList > PhysicsList