| 1 | <HTML>
|
|---|
| 2 | <TITLE>
|
|---|
| 3 | </TITLE>
|
|---|
| 4 | <!-- Changed by: Katsuya Dosanjh, 15-Jul-2000 -->
|
|---|
| 5 | <!-- Changed by: Dennis Wright, 27-Nov-2001 -->
|
|---|
| 6 |
|
|---|
| 7 | <!-- Proof read by: Joe Chuma, 6-Jul-1999 -->
|
|---|
| 8 |
|
|---|
| 9 | <!-- -->
|
|---|
| 10 | <!-- *spell, *tag, *contents, *s -->
|
|---|
| 11 | <BODY>
|
|---|
| 12 |
|
|---|
| 13 | <TABLE WIDTH="100%" >
|
|---|
| 14 | <TR>
|
|---|
| 15 | <TD>
|
|---|
| 16 | </A>
|
|---|
| 17 | <A HREF="index.html">
|
|---|
| 18 | <IMG SRC="../../../../resources/html/IconsGIF/Contents.gif" ALT="Contents" HEIGHT=16 WIDTH=59></A>
|
|---|
| 19 | <A>
|
|---|
| 20 | <IMG SRC="../../../../resources/html/IconsGIF/PreviousGR.gif" ALT="Previous" HEIGHT=16 WIDTH=59></A>
|
|---|
| 21 | <a href="userInterfaceCommand.html">
|
|---|
| 22 | <IMG SRC="../../../../resources/html/IconsGIF/Next.gif" ALT="Next" HEIGHT=16 WIDTH=59></a>
|
|---|
| 23 | </TD>
|
|---|
| 24 |
|
|---|
| 25 | <TD ALIGN="Right"><FONT COLOR="#238E23"><FONT SIZE=-1>
|
|---|
| 26 | <B>Geant4 User's Guide</B> <BR>
|
|---|
| 27 | <B>For Application Developers</B> <BR>
|
|---|
| 28 | <B>Communication and Control</B> </FONT></FONT> </TD>
|
|---|
| 29 | </TR>
|
|---|
| 30 | </TABLE>
|
|---|
| 31 |
|
|---|
| 32 | <CENTER><FONT COLOR="#238E23"><FONT SIZE=+3>
|
|---|
| 33 | <b>7.1 Built-in Commands</b><BR>
|
|---|
| 34 | </FONT></FONT></CENTER>
|
|---|
| 35 | <BR>
|
|---|
| 36 |
|
|---|
| 37 | <HR ALIGN="Center" SIZE="7%"><BR>
|
|---|
| 38 |
|
|---|
| 39 | Geant4 has various built-in user interface commands, each of which
|
|---|
| 40 | corresponds roughly to a Geant4 category. These commands can be used
|
|---|
| 41 |
|
|---|
| 42 | <UL>
|
|---|
| 43 | <LI>interactively via a (Graphical) User Interface - (G)UI,</LI>
|
|---|
| 44 |
|
|---|
| 45 | <LI>in a macro file via /control/execute <command>,</LI>
|
|---|
| 46 |
|
|---|
| 47 | <LI>within C++ code with the ApplyCommand method of G4UImanager.</LI>
|
|---|
| 48 | </UL>
|
|---|
| 49 | <B>Note</B>
|
|---|
| 50 | <BR>The availability of individual commands, the ranges of parameters,
|
|---|
| 51 | the available candidates on individual command parameters <B>vary</B>
|
|---|
| 52 | according to the implementation of your application and may even
|
|---|
| 53 | <B>vary</B> dynamically during the execution of your job.
|
|---|
| 54 | <P><a href="UIcommands/_.html">List of built-in commands</a>
|
|---|
| 55 |
|
|---|
| 56 | <HR>
|
|---|
| 57 | <A HREF="../../../../Authors/html/subjectsToAuthors.html">
|
|---|
| 58 | <I>About the authors</A></I>
|
|---|
| 59 | </BODY>
|
|---|
| 60 | </HTML>
|
|---|
| 61 |
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|