71 int main(
int argc ,
char ** argv)
89 pRunManager -> SetUserInitialization(pDetectorConstruction);
93 pRunManager -> SetUserAction(primary);
96 pRunManager -> SetUserAction(pRunAction);
115 UImanager -> ApplyCommand(
"/control/execute VisualisationMacro.mac");
116 ui -> SessionStart();
122 G4String command =
"/control/execute ";
124 UImanager -> ApplyCommand(command+fileName);