#include "G4Types.hh"
#include "G4RunManager.hh"
#include "G4UImanager.hh"
#include "G4UIExecutive.hh"
#include "G4VisExecutive.hh"
#include "ActionInitialization.hh"
#include "DetectorConstruction.hh"
#include "PhysicsList.hh"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 50 of file microelectronics.cc.
References session.
55 session =
new G4UIExecutive(argc, argv);
60 G4Random::setTheEngine(
new CLHEP::RanecuEngine);
64 #ifdef G4MULTITHREADED 65 G4MTRunManager* runManager =
new G4MTRunManager;
68 G4RunManager* runManager =
new G4RunManager;
73 runManager->SetUserInitialization(detector);
78 runManager->SetUserInitialization(
new ActionInitialization(detector));
81 runManager->Initialize();
83 G4VisManager* visManager =
new G4VisExecutive;
84 visManager->Initialize();
87 G4UImanager* UImanager = G4UImanager::GetUIpointer();
91 UImanager->ApplyCommand(
"/control/execute microelectronics.mac");
92 session->SessionStart();
97 G4String command =
"/control/execute ";
99 UImanager->ApplyCommand(command+fileName);
static G4UIterminal * session