| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 7. Communication and Control</title><link rel="stylesheet" href="../xml/XSLCustomizationLayer/G4HTMLStylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.1"><link rel="start" href="index.html" title="Geant4 User's Guide for Application Developers"><link rel="up" href="index.html" title="Geant4 User's Guide for Application Developers"><link rel="prev" href="ch06s03.html" title="6.3. User Information Classes"><link rel="next" href="ch07s02.html" title="7.2. User Interface - Defining New Commands"><script language="JavaScript">
|
|---|
| 2 | function remote_win(fName)
|
|---|
| 3 | {
|
|---|
| 4 | var url = "AllResources/Detector/geometry.src/" + fName;
|
|---|
| 5 | RemoteWin=window.open(url,"","resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,width=520,height=520")
|
|---|
| 6 | RemoteWin.creator=self
|
|---|
| 7 | }
|
|---|
| 8 | </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 7.
|
|---|
| 9 | Communication and Control
|
|---|
| 10 | </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch06s03.html"><img src="AllResources/IconsGIF/prev.gif" alt="Prev"></a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch07s02.html"><img src="AllResources/IconsGIF/next.gif" alt="Next"></a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="chap.CommunicationAndControl"></a>Chapter 7.
|
|---|
| 11 | Communication and Control
|
|---|
| 12 | </h2></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect.BuiltinCom"></a>7.1.
|
|---|
| 13 | Built-in Commands
|
|---|
| 14 | </h2></div></div></div><p>
|
|---|
| 15 | Geant4 has various built-in user interface commands, each of which
|
|---|
| 16 | corresponds roughly to a Geant4 category. These commands can be
|
|---|
| 17 | used
|
|---|
| 18 |
|
|---|
| 19 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 20 | interactively via a (Graphical) User Interface - (G)UI,
|
|---|
| 21 | </p></li><li><p>
|
|---|
| 22 | in a macro file via /control/execute <command>,
|
|---|
| 23 | </p></li><li><p>
|
|---|
| 24 | within C++ code with the ApplyCommand method of G4UImanager.
|
|---|
| 25 | </p></li></ul></div><p>
|
|---|
| 26 | </p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">
|
|---|
| 27 | Note
|
|---|
| 28 | </h3><p>
|
|---|
| 29 | The availability of individual commands, the ranges of parameters,
|
|---|
| 30 | the available candidates on individual command parameters
|
|---|
| 31 | <span class="bold"><strong>vary</strong></span> according to the implementation of
|
|---|
| 32 | your application and may even <span class="bold"><strong>vary</strong></span>
|
|---|
| 33 | dynamically during the execution of your job.
|
|---|
| 34 | </p></div><p>
|
|---|
| 35 | <a href="./AllResources/Control/UIcommands/_.html" target="_top">
|
|---|
| 36 | List of built-in commands
|
|---|
| 37 | </a>
|
|---|
| 38 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch06s03.html"><img src="AllResources/IconsGIF/prev.gif" alt="Prev"></a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch07s02.html"><img src="AllResources/IconsGIF/next.gif" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">6.3.
|
|---|
| 39 | User Information Classes
|
|---|
| 40 | </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="AllResources/IconsGIF/home.gif" alt="Home"></a></td><td width="40%" align="right" valign="top"> 7.2.
|
|---|
| 41 | User Interface - Defining New Commands
|
|---|
| 42 | </td></tr></table></div></body></html>
|
|---|