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

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

Add Geant4 Documentation at 8.12.2008

File size: 4.3 KB
Line 
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 1.  Introduction</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="index.html" title="Geant4 User's Guide for Application Developers"><link rel="next" href="ch01s02.html" title="1.2.  How to use this manual"><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">Chapter 1. 
9Introduction
10</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.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="ch01s02.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.Introduction"></a>Chapter 1. 
11Introduction
12</h2></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect.scope"></a>1.1. 
13Scope of this manual
14</h2></div></div></div><p>
15The User's Guide for Application Developers is the first manual the
16reader should consult when learning about Geant4 or developing a
17Geant4-based detector simulation program. This manual is designed
18to:
19</p><div class="itemizedlist"><ul type="disc" compact><li><p>
20 introduce the first-time user to the Geant4 object-oriented
21 detector simulation toolkit,
22 </p></li><li><p>
23 provide a description of the available tools and how to use
24 them, and
25 </p></li><li><p>
26 supply the practical information required to develop and run
27 simulation applications which may be used in real experiments.
28 </p></li></ul></div><p>
29This manual is intended to be an overview of the toolkit, rather
30than an exhaustive treatment of it. Related physics discussions are
31not included unless required for the description of a particular
32tool. Detailed discussions of the physics included in Geant4 can be
33found in the
34<a href="http://geant4.web.cern.ch/geant4/support/userdocuments.shtml" target="_top">
35Physics Reference Manual</a>.
36Details of the design and functionality of the Geant4 classes can be found in the
37<a href="http://geant4.web.cern.ch/geant4/support/userdocuments.shtml" target="_top">
38User's Guide for Toolkit Developers</a>, and a complete list of
39all Geant4 classes is given in the
40<a href="http://pcitapiww.cern.ch/asdcgi/geant4/SRM/G4GenDoc.csh?flag=1" target="_top">
41Software Reference Manual</a>.
42</p><p>
43Geant4 is a completely new detector simulation toolkit written
44in the C++ language. The reader is assumed to have a basic
45knowledge of object-oriented programming using C++. No knowledge of
46earlier FORTRAN versions of Geant is required. Although Geant4 is a
47fairly complicated software system, only a relatively small part of
48it needs to be understood in order to begin developing detector
49simulation applications.
50</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.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="ch01s02.html"><img src="AllResources/IconsGIF/next.gif" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">
51 Geant4 User's Guide for Application Developers
52  </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"> 1.2. 
53How to use this manual
54</td></tr></table></div></body></html>
Note: See TracBrowser for help on using the repository browser.