source: trunk/Documentation/geant4/UserDocumentation/UsersGuides/ForApplicationDeveloper/html/ch01s02.html @ 901

Last change on this file since 901 was 901, checked in by garnier, 16 years ago

Add Geant4 Documentation at 8.12.2008

File size: 5.1 KB
Line 
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>1.2.  How to use this manual</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="ch01.html" title="Chapter 1.  Introduction"><link rel="prev" href="ch01.html" title="Chapter 1.  Introduction"><link rel="next" href="ch02.html" title="Chapter 2.  Getting Started with Geant4 - Running a Simple Example"><script language="JavaScript">
2function 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">1.2. 
9How to use this manual
10</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html"><img src="AllResources/IconsGIF/prev.gif" alt="Prev"></a> </td><th width="60%" align="center">Chapter 1. 
11Introduction
12</th><td width="20%" align="right"> <a accesskey="n" href="ch02.html"><img src="AllResources/IconsGIF/next.gif" alt="Next"></a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect.howto"></a>1.2. 
13How to use this manual
14</h2></div></div></div><p>
15A very basic introduction to Geant4 is presented in
16<span class="bold"><strong>Chapter 2, "Getting Started with Geant4 -
17Running a Simple Example"</strong></span>.
18It is a recipe for writing and running a simple Geant4 application
19program. New users of Geant4 should read this chapter first. It is
20strongly recommended that this chapter be read in conjunction with
21a Geant4 system installed and running on your computer. It is
22helpful to run the provided examples as they are discussed in the
23manual. To install the Geant4 system on your computer, please refer
24to the
25<a href="http://geant4.web.cern.ch/geant4/support/userdocuments.shtml" target="_top">
26Installation Guide for Setting up Geant4 in Your Computing Environment</a>.
27</p><p>
28<span class="bold"><strong>Chapter 3, "Toolkit Fundamentals"</strong></span> 
29discusses generalGeant4 issues such as class categories and the physical
30units system. It goes on to discuss runs and events, which are the basic
31units of a simulation.
32</p><p>
33<span class="bold"><strong>Chapter 4, "Detector Definition and Response"</strong></span> 
34describes how to construct a detector from customized materials and geometric
35shapes, and embed it in electromagnetic fields. It also describes
36how to make the detector sensitive to particles passing through it
37and how to store this information.
38</p><p>
39How particles are propagated through a material is treated in
40<span class="bold"><strong>Chapter 5, "Tracking and Physics"</strong></span>.
41The Geant4 "philosophy" of particle tracking is presented along with
42summaries of the physics processes provided by the toolkit. The definition
43and implementation of Geant4 particles is discussed and a list of
44particle properties is provided.
45</p><p>
46<span class="bold"><strong>Chapter 6, "User Actions"</strong></span> is a description
47of the "user hooks" by which the simulation code may be customized to perform
48special tasks.
49</p><p>
50<span class="bold"><strong>Chapter 7, "Communication and Control"</strong></span> 
51provides a summary of the commands available to the user to control the
52execution of the simulation. After Chapter 2, Chapters 6 and 7 are of formeost
53importance to the new application developer.
54</p><p>
55The display of detector geometry, tracks and events may be incorporated
56into a simulation application by using the tools described in
57<span class="bold"><strong>Chapter 8, "Visualization"</strong></span>.
58</p><p>
59<span class="bold"><strong>Chapter 9, "Examples"</strong></span> provides a set of
60novice and advanced simulation codes which may be compiled and run "as is"
61from the Geant4 source code. These examples may be used as
62educational tools or as base code from which more complex
63applications are developed.
64</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html"><img src="AllResources/IconsGIF/prev.gif" alt="Prev"></a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html"><img src="AllResources/IconsGIF/up.gif" alt="Up"></a></td><td width="40%" align="right"> <a accesskey="n" href="ch02.html"><img src="AllResources/IconsGIF/next.gif" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 1. 
65Introduction
66 </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"> Chapter 2. 
67Getting Started with Geant4 - Running a Simple Example
68</td></tr></table></div></body></html>
Note: See TracBrowser for help on using the repository browser.