source: trunk/documents/UserDoc/UsersGuides/ForApplicationDeveloper/html/GettingStarted/index.html @ 1208

Last change on this file since 1208 was 1208, checked in by garnier, 15 years ago

CVS update

File size: 5.4 KB
Line 
1<!-- Proof read by: Joe Chuma, 16-Jun-1999 -->
2
3<HTML>
4<HEAD>
5   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
6</HEAD>
7<TITLE>ADG: Getting Started</TITLE>
8<BODY>
9<BR>
10<TABLE WIDTH="100%" >
11<TR>
12<TD>
13
14
15</A>
16<A HREF="../index.html">
17<IMG SRC="../../../../resources/html/IconsGIF/Contents.gif" ALT="Contents" HEIGHT=16 WIDTH=59>
18</A>
19<A HREF="../Introduction/introduction.html">
20<IMG SRC="../../../../resources/html/IconsGIF/Previous.gif" ALT="Previous" HEIGHT=16 WIDTH=59>
21<A HREF="../Fundamentals/index.html">
22<IMG SRC="../../../../resources/html/IconsGIF/Next.gif" ALT="Next" HEIGHT=16 WIDTH=59></A>
23</TD>
24
25<TD></TD>
26<TD ALIGN=RIGHT><FONT COLOR="#238E23"><FONT SIZE=-1>
27<B>Geant4 User's Documents</B>
28<BR>
29
30<B>Geant4 User's Guide</B>
31<BR>
32
33<B>For Application Developers</B>
34<BR>
35
36</FONT></FONT>
37</TD>
38</TR>
39</TABLE>
40<P>
41<BR>
42
43<CENTER><B><FONT COLOR="#238E23"><FONT SIZE=+4>
44</FONT></FONT></B>
45</CENTER>
46
47<CENTER><B><FONT COLOR="#238E23"><FONT SIZE=+2>
48<B>2. Getting Started with Geant4 - Running a Simple Example</B>
49</FONT></FONT></B>
50</CENTER>
51<P>
52<BR>
53
54<HR ALIGN="Center" SIZE="7%">
55<p>
56
57<B>
58   <OL>
59   <LI><A HREF="mainProgram.html">How to Define the main() Program</A></LI>
60     <ol>
61       <li><a href="mainProgram.html#2.1.1">A Sample main() Method</A></LI>
62       <li><a href="mainProgram.html#2.1.2">G4RunManager</A></LI>
63       <li><a href="mainProgram.html#2.1.3">User Initialization and Action Classes</A></LI>
64       <li><a href="mainProgram.html#2.1.4">G4UImanager and UI Command Submission</A></LI>
65       <li><a href="mainProgram.html#2.1.5">G4cout and G4cerr</A></LI>
66     </ol>
67   <LI><A HREF="geometryDef.html">How to Define a Detector Geometry</A></LI>
68     <ol>
69       <li><a href="geometryDef.html#2.2.1">Basic Concepts</A></LI>
70       <li><a href="geometryDef.html#2.2.2">Create a Simple Volume</A></LI>
71       <li><a href="geometryDef.html#2.2.3">Choose a Solid</A></LI>
72       <li><a href="geometryDef.html#2.2.4">Create a Logical Volume</A></LI>
73       <li><a href="geometryDef.html#2.2.5">Place a Volume</A></LI>
74       <li><a href="geometryDef.html#2.2.6">Create a Physical Volume</A></LI>
75       <li><a href="geometryDef.html#2.2.7">Coordinate Systems and Rotations</A></LI>
76     </ol>
77   <LI><A HREF="materialDef.html">How to Specify Materials in the Detector</A></LI>
78     <ol>
79       <li><a href="materialDef.html#2.3.1">General Considerations</A></LI>
80       <li><a href="materialDef.html#2.3.2">Define a Simple material</A></LI>
81       <li><a href="materialDef.html#2.3.3">Define a Molecule</A></LI>
82       <li><a href="materialDef.html#2.3.4">Define a Mixture by Fractional Mass</A></LI>
83       <li><a href="materialDef.html#2.3.5">Print Material Information</A></LI>
84     </ol>
85   <LI><A HREF="particleDef.html">How to Specify Particles</A></LI>
86     <ol>
87       <li><a href="particleDef.html#2.4.1">Particle Definition</A></LI>
88       <li><a href="particleDef.html#2.4.2">Range Cuts</A></LI>
89     </ol>
90   <LI><A HREF="physicsDef.html">How to Specify Physics Processes</A></LI>
91     <ol>
92       <li><a href="physicsDef.html#2.5.1">Physics Processes</A></LI>
93       <li><a href="physicsDef.html#2.5.2">Managing Processes</A></LI>
94       <li><a href="physicsDef.html#2.5.3">Specifying Physics Processes</A></LI>
95     </ol>
96   <LI><A HREF="eventDef.html">How to Generate a Primary Event</A></LI>
97     <ol>
98       <li><a href="eventDef.html#2.6.1">Generating Primary Events</A></LI>
99       <li><a href="eventDef.html#2.6.2">G4VPrimaryGenerator</A></LI>
100     </ol>
101   <LI><A HREF="makeFile.html">How to Make an Executable Program</A></LI>
102     <ol>
103       <li><a href="makeFile.html#2.7.1">Building ExampleN01 in a UNIX environment</A></LI>
104       <li><a href="makeFile.html#2.7.2">Building ExampleN01 in a Windows Environment</A></LI>
105     </ol>
106   <LI><A HREF="graphicalUserInterface.html">How to Set Up an Interactive Session</A></LI>
107     <ol>
108       <li><a href="graphicalUserInterface.html#2.8.1">Introduction</A></LI>
109       <li><a href="graphicalUserInterface.html#2.8.2">A Short Description of Available Interface Classes</A></LI>
110       <li><a href="graphicalUserInterface.html#2.8.3">Building the Interface Libraries</A></LI>
111       <li><a href="graphicalUserInterface.html#2.8.4">How to Use the Interface</A></LI>
112     </ol>
113   <li><a href="executeProgram.html">How to Execute a Program</a></li>
114     <ol>
115       <li><a href="executeProgram.html#2.9.1">Introduction</a></li>
116       <li><a href="executeProgram.html#2.9.2">'Hard-coded' Batch Mode</a></li>
117       <li><a href="executeProgram.html#2.9.3">Batch Mode with Macro File</a></li>
118       <li><a href="executeProgram.html#2.9.4">Interactive Mode Driven by Command Lines</a></li>
119       <li><a href="executeProgram.html#2.9.5">General Case</a></li>
120     </ol>
121   <li><a href="visualization.html">How to Visualize the Detector and Events</a></li>
122     <ol>
123       <li><a href="visualization.html#2.10.1">Introduction</a></li>
124       <li><a href="visualization.html#2.10.2">Visualization Drivers</a></li>
125       <li><a href="visualization.html#2.10.3">How to Incorporate Visualization Drivers into an Executable</a></li>
126       <li><a href="visualization.html#2.10.4">Writing the main() Method to Include Visualization</a></li>
127       <li><a href="visualization.html#2.10.5">Sample Visualization Sessions</a></li>
128       <li><a href="visualization.html#2.10.6">More Information on Geant4 Visualization</a></li>
129     </ol>
130   </ol>
131</B>
132<P>
133<HR>
134<A HREF="../../../../Authors/html/subjectsToAuthors.html">
135<I>About the authors</A></I>
136
137</BODY>
138</HTML>
Note: See TracBrowser for help on using the repository browser.