| 1 | <!-- Proof read by: Joe Chuma, 14-Jun-1999 -->
|
|---|
| 2 | <!-- Updated by Dennis Wright, 17 July 2001 -->
|
|---|
| 3 |
|
|---|
| 4 | <HTML>
|
|---|
| 5 | <HEAD>
|
|---|
| 6 | <TITLE>Application Developers Guide</TITLE>
|
|---|
| 7 | <!-- Changed by: Dennis Wright, 26-Jun-2003 -->
|
|---|
| 8 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
|---|
| 9 | </HEAD>
|
|---|
| 10 | <BODY>
|
|---|
| 11 | <BR>
|
|---|
| 12 | <TABLE WIDTH="100%" >
|
|---|
| 13 | <TR>
|
|---|
| 14 | <TD>
|
|---|
| 15 | <A HREF="http://cern.ch/geant4/support/userdocuments.shtml">
|
|---|
| 16 | <IMG SRC="../../../resources/html/IconsGIF/Overview.gif" ALT="Overview" HEIGHT=16 WIDTH=59></A>
|
|---|
| 17 | <IMG SRC="../../../resources/html/IconsGIF/ContentsGR.gif" ALT="Contents" HEIGHT=16 WIDTH=59>
|
|---|
| 18 | <IMG SRC="../../../resources/html/IconsGIF/PreviousGR.gif" ALT="Previous" HEIGHT=16 WIDTH=59>
|
|---|
| 19 | <IMG SRC="../../../resources/html/IconsGIF/NextGR.gif" ALT="Next" HEIGHT=16 WIDTH=59>
|
|---|
| 20 | </TD>
|
|---|
| 21 |
|
|---|
| 22 | <TD ALIGN=RIGHT><FONT COLOR="#238E23"><FONT SIZE=-1>
|
|---|
| 23 | <B>Geant4 User's Documents</B> </FONT></FONT>
|
|---|
| 24 | <BR>
|
|---|
| 25 | <FONT COLOR="#5C3317"><FONT SIZE=-1>
|
|---|
| 26 | <b><i>Version:</i></b> <i>Geant4 8.2 December 2006</i>
|
|---|
| 27 | </FONT></FONT>
|
|---|
| 28 |
|
|---|
| 29 | </TD>
|
|---|
| 30 | </TR>
|
|---|
| 31 | </TABLE>
|
|---|
| 32 | <P>
|
|---|
| 33 | <BR>
|
|---|
| 34 |
|
|---|
| 35 | <CENTER><B><FONT COLOR="#238E23"><FONT SIZE=+4>
|
|---|
| 36 | Geant4 User's Guide</FONT></FONT></B>
|
|---|
| 37 | </CENTER>
|
|---|
| 38 |
|
|---|
| 39 | <CENTER><B><FONT COLOR="#238E23"><FONT SIZE=+2>
|
|---|
| 40 | - For Application Developers -
|
|---|
| 41 | </FONT></FONT></B>
|
|---|
| 42 | </CENTER>
|
|---|
| 43 | <P>
|
|---|
| 44 |
|
|---|
| 45 | <HR ALIGN="Center" SIZE="7%">
|
|---|
| 46 |
|
|---|
| 47 | <OL>
|
|---|
| 48 | <LI><B><A HREF="Introduction/introduction.html">Introduction</A></B></LI>
|
|---|
| 49 | <P>
|
|---|
| 50 | <LI><A HREF="GettingStarted/index.html">
|
|---|
| 51 | <B>Getting Started with Geant4 - Running a Simple Example</B></A></LI>
|
|---|
| 52 | <OL>
|
|---|
| 53 | <LI><A HREF="GettingStarted/mainProgram.html">
|
|---|
| 54 | How to Define the main() Program</A></LI>
|
|---|
| 55 | <LI><A HREF="GettingStarted/geometryDef.html">
|
|---|
| 56 | How to Define a Detector Geometry</A></LI>
|
|---|
| 57 | <LI><A HREF="GettingStarted/materialDef.html">
|
|---|
| 58 | How to Specify Materials in the Detector</A></LI>
|
|---|
| 59 | <LI><A HREF="GettingStarted/particleDef.html">
|
|---|
| 60 | How to Specify Particles</A></LI>
|
|---|
| 61 | <LI><A HREF="GettingStarted/physicsDef.html">
|
|---|
| 62 | How to Specify Physics Processes</A></LI>
|
|---|
| 63 | <LI><A HREF="GettingStarted/eventDef.html">
|
|---|
| 64 | How to Generate a Primary Event</A></LI>
|
|---|
| 65 | <LI><A HREF="GettingStarted/makeFile.html">
|
|---|
| 66 | How to Make an Executable Program</A></LI>
|
|---|
| 67 | <LI><A HREF="GettingStarted/graphicalUserInterface.html">
|
|---|
| 68 | How to Set Up an Interactive Session</A></LI>
|
|---|
| 69 | <LI><A HREF="GettingStarted/executeProgram.html">
|
|---|
| 70 | How to Execute a Program</A></LI>
|
|---|
| 71 | <LI><A HREF="GettingStarted/visualization.html">
|
|---|
| 72 | How to Visualize the Detector and Events</A></LI>
|
|---|
| 73 | </OL>
|
|---|
| 74 | <P>
|
|---|
| 75 | <LI><A HREF="Fundamentals/index.html">
|
|---|
| 76 | <B>Toolkit Fundamentals</B></A></LI>
|
|---|
| 77 | <OL>
|
|---|
| 78 | <LI><A HREF="Fundamentals/classCategory.html">
|
|---|
| 79 | Class Categories and Domains</A></LI>
|
|---|
| 80 | <LI><A HREF="Fundamentals/global.html">
|
|---|
| 81 | Global Usage Classes</A></LI>
|
|---|
| 82 | <LI><A HREF="Fundamentals/unitSystem.html">
|
|---|
| 83 | System of Units</A></LI>
|
|---|
| 84 | <LI><A HREF="Fundamentals/run.html">
|
|---|
| 85 | Run</A></LI>
|
|---|
| 86 | <LI><A HREF="Fundamentals/event.html">
|
|---|
| 87 | Event</A></LI>
|
|---|
| 88 | <LI><A HREF="Fundamentals/eventGenerator.html">
|
|---|
| 89 | Event Generator Interface</A></LI>
|
|---|
| 90 | <LI><A HREF="Fundamentals/biasing.html">
|
|---|
| 91 | Event Biasing Techniques</A></LI>
|
|---|
| 92 | </OL>
|
|---|
| 93 | <P>
|
|---|
| 94 | <LI><A HREF="Detector/index.html">
|
|---|
| 95 | <B>Detector Definition and Response</B></A></LI>
|
|---|
| 96 | <OL>
|
|---|
| 97 | <LI><A HREF="Detector/geometry.html">
|
|---|
| 98 | Geometry</A></LI>
|
|---|
| 99 | <LI><A HREF="Detector/material.html">
|
|---|
| 100 | Material</A></LI>
|
|---|
| 101 | <LI><A HREF="Detector/electroMagneticField.html">
|
|---|
| 102 | Electromagnetic Field</A></LI>
|
|---|
| 103 | <LI><A HREF="Detector/hit.html">
|
|---|
| 104 | Hits</A></LI>
|
|---|
| 105 | <LI><A HREF="Detector/digitization.html">
|
|---|
| 106 | Digitization</A></LI>
|
|---|
| 107 | <LI><A HREF="Detector/persistency.html">
|
|---|
| 108 | Object Persistency</A></LI>
|
|---|
| 109 | <LI><A HREF="Detector/parallelWorld.html">
|
|---|
| 110 | Parallel Geometries</A></LI>
|
|---|
| 111 | </OL>
|
|---|
| 112 | <P>
|
|---|
| 113 | <LI><A HREF="TrackingAndPhysics/index.html">
|
|---|
| 114 | <B>Tracking and Physics</B></A></LI>
|
|---|
| 115 | <OL>
|
|---|
| 116 | <LI><A HREF="TrackingAndPhysics/tracking.html">
|
|---|
| 117 | Tracking</A></LI>
|
|---|
| 118 | <LI><A HREF="TrackingAndPhysics/physicsProcess.html">
|
|---|
| 119 | Physics Processes</A></LI>
|
|---|
| 120 | <LI><A HREF="TrackingAndPhysics/particle.html">
|
|---|
| 121 | Particles</A></LI>
|
|---|
| 122 | <LI><A HREF="TrackingAndPhysics/thresholdVScut.html">
|
|---|
| 123 | Production Threshold vs. Tracking Cut</A></LI>
|
|---|
| 124 | <LI><A HREF="TrackingAndPhysics/cutsPerRegion.html">
|
|---|
| 125 | Cuts per Region</A></LI>
|
|---|
| 126 | <LI><A HREF="TrackingAndPhysics/physicsTable.html">
|
|---|
| 127 | Physics tables</A></LI>
|
|---|
| 128 | <LI><A HREF="TrackingAndPhysics/userLimits.html">
|
|---|
| 129 | User limits</A></LI>
|
|---|
| 130 | </OL>
|
|---|
| 131 | <P>
|
|---|
| 132 | <LI><A HREF="UserActions/index.html">
|
|---|
| 133 | <B>User Actions</B></A></LI>
|
|---|
| 134 | <OL>
|
|---|
| 135 | <LI><A HREF="UserActions/MandatoryActions.html">
|
|---|
| 136 | Mandatory User Actions and Initializations</A></LI>
|
|---|
| 137 | <LI><A HREF="UserActions/OptionalActions.html">
|
|---|
| 138 | Optional User Actions</A></LI>
|
|---|
| 139 | <LI><A HREF="UserActions/UserInformationClasses.html">
|
|---|
| 140 | User Information Classes</A></LI>
|
|---|
| 141 | </OL>
|
|---|
| 142 | <P>
|
|---|
| 143 | <LI><A HREF="Control/index.html">
|
|---|
| 144 | <B>Communication and Control</B></A></LI>
|
|---|
| 145 | <OL>
|
|---|
| 146 | <LI><A HREF="Control/commands.html">
|
|---|
| 147 | Built-in Commands</A></LI>
|
|---|
| 148 | <LI><A HREF="Control/userInterfaceCommand.html">
|
|---|
| 149 | User Interface - Defining New Commands</A></LI>
|
|---|
| 150 | </OL>
|
|---|
| 151 | </p>
|
|---|
| 152 | <p>
|
|---|
| 153 | <li><a href="Visualization/index.html">
|
|---|
| 154 | <b>Visualization</b></a></li>
|
|---|
| 155 | <ol>
|
|---|
| 156 | <li><a href="Visualization/introduction.html">Introduction to Visualization</a></li>
|
|---|
| 157 | <li><a href="Visualization/visexecutable.html">Adding Visualization to Your Executable</a></li>
|
|---|
| 158 | <li><a href="Visualization/visdrivers.html">The Visualization Drivers</a></li>
|
|---|
| 159 | <li><a href="Visualization/commandcontrol.html">Controlling Visualization from Commands</a></li>
|
|---|
| 160 | <li><a href="Visualization/compiledcontrol.html">Controlling Visualization from Compiled Code</a></li>
|
|---|
| 161 | <li><a href="Visualization/attributes.html">Visualization Attributes</a></li>
|
|---|
| 162 | <li><a href="Visualization/enhanceddrawing.html">Enhanced Trajectory Drawing</a></li>
|
|---|
| 163 | <li><a href="Visualization/filtering.html">Filtering</a></li>
|
|---|
| 164 | <li><a href="Visualization/markertext.html">Polylines, Markers and Text</a></li>
|
|---|
| 165 | <li><a href="Visualization/makingamovie.html">Making a Movie</a></li>
|
|---|
| 166 | </ol>
|
|---|
| 167 | </p>
|
|---|
| 168 | <p>
|
|---|
| 169 | <li><a href="Examples/index.html"><b>Examples</b></a></li>
|
|---|
| 170 | <ol>
|
|---|
| 171 | <li><a href="Examples/NoviceCodes.html">Novice Examples</a></li>
|
|---|
| 172 | <li><a href="Examples/ExtendedCodes.html">Extended Examples</a></li>
|
|---|
| 173 | <li><a href="Examples/AdvancedCodes.html">Advanced Examples</a></li>
|
|---|
| 174 | </ol>
|
|---|
| 175 | </p>
|
|---|
| 176 | <p>
|
|---|
| 177 | <li><A HREF="Appendix/index.html">
|
|---|
| 178 | <B>Appendix</B></A></LI>
|
|---|
| 179 | <ol>
|
|---|
| 180 | <li><a href="Appendix/tipsCompilation.html">Tips for the program compilation</a></li>
|
|---|
| 181 | <li><a href="Appendix/histogramming.html">Histogramming</a></li>
|
|---|
| 182 | <li><a href="Appendix/clhepLHCxx.html">CLHEP Foundation Library for HEP</a></li>
|
|---|
| 183 | <li><a href="Appendix/templateLib.html">C++ Standard template library</a></li>
|
|---|
| 184 | <li><a href="Appendix/makeFile.html">Makefiles and Environment Variables</a></li>
|
|---|
| 185 | <li><a href="Appendix/buildFile.html">Build for MS Visual C++</a></li>
|
|---|
| 186 | <li><a href="Appendix/developmentDebugTools.html">Development and debug tools</a></li>
|
|---|
| 187 | </ol>
|
|---|
| 188 | </p>
|
|---|
| 189 | </ol>
|
|---|
| 190 |
|
|---|
| 191 | <hr>
|
|---|
| 192 | <a href="../../../Authors/html/subjectsToAuthors.html">
|
|---|
| 193 | <i>About the authors</a></i>
|
|---|
| 194 |
|
|---|
| 195 | </body>
|
|---|
| 196 | </html>
|
|---|