Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/optical/OpNovice/gui.mac

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

  1 #
  2 # This file permits to customize, with commands,
  3 # the menu bar of the G4UIXm, G4UIQt, G4UIWin32 sessions.
  4 # It has no effect with G4UIterminal.
  5 #
  6 # File menu :
  7 /gui/addMenu file File
  8 /gui/addButton file Quit exit
  9 #
 10 # Run menu :
 11 /gui/addMenu run Run
 12 /gui/addButton run "beamOn 1" "/run/beamOn 1"
 13 #
 14 # Gun menu :
 15 /gui/addMenu gun Gun
 16 /gui/addButton gun "500 keV"   "/gun/energy 500 keV"
 17 /gui/addButton gun "1 MeV"   "/gun/energy 1 MeV"
 18 /gui/addButton gun "50 MeV"  "/gun/energy 50 MeV"
 19 /gui/addButton gun "opticalphoton"      "/gun/particle opticalphoton"
 20 /gui/addButton gun "e-"      "/gun/particle e-"
 21 /gui/addButton gun "pi0"     "/gun/particle pi0"
 22 /gui/addButton gun "pi+"     "/gun/particle pi+"
 23 /gui/addButton gun "neutron" "/gun/particle neutron"
 24 /gui/addButton gun "proton"  "/gun/particle proton"
 25 #
 26 
 27 # Viewer menu :
 28 /gui/addMenu viewer Viewer
 29 /gui/addButton viewer "Set style surface" "/vis/viewer/set/style surface"
 30 /gui/addButton viewer "Set style wireframe" "/vis/viewer/set/style wireframe"
 31 /gui/addButton viewer "Refresh viewer" "/vis/viewer/refresh"
 32 /gui/addButton viewer "Update viewer (interaction or end-of-file)" "/vis/viewer/update"
 33 /gui/addButton viewer "Flush viewer (= refresh + update)" "/vis/viewer/flush"
 34 /gui/addButton viewer "Update scene" "/vis/scene/notifyHandlers"
 35 #