| 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">
|
|---|
| 2 | function 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.
|
|---|
| 9 | Introduction
|
|---|
| 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.
|
|---|
| 11 | Introduction
|
|---|
| 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.
|
|---|
| 13 | Scope of this manual
|
|---|
| 14 | </h2></div></div></div><p>
|
|---|
| 15 | The User's Guide for Application Developers is the first manual the
|
|---|
| 16 | reader should consult when learning about Geant4 or developing a
|
|---|
| 17 | Geant4-based detector simulation program. This manual is designed
|
|---|
| 18 | to:
|
|---|
| 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>
|
|---|
| 29 | This manual is intended to be an overview of the toolkit, rather
|
|---|
| 30 | than an exhaustive treatment of it. Related physics discussions are
|
|---|
| 31 | not included unless required for the description of a particular
|
|---|
| 32 | tool. Detailed discussions of the physics included in Geant4 can be
|
|---|
| 33 | found in the
|
|---|
| 34 | <a href="http://geant4.web.cern.ch/geant4/support/userdocuments.shtml" target="_top">
|
|---|
| 35 | Physics Reference Manual</a>.
|
|---|
| 36 | Details 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">
|
|---|
| 38 | User's Guide for Toolkit Developers</a>, and a complete list of
|
|---|
| 39 | all Geant4 classes is given in the
|
|---|
| 40 | <a href="http://pcitapiww.cern.ch/asdcgi/geant4/SRM/G4GenDoc.csh?flag=1" target="_top">
|
|---|
| 41 | Software Reference Manual</a>.
|
|---|
| 42 | </p><p>
|
|---|
| 43 | Geant4 is a completely new detector simulation toolkit written
|
|---|
| 44 | in the C++ language. The reader is assumed to have a basic
|
|---|
| 45 | knowledge of object-oriented programming using C++. No knowledge of
|
|---|
| 46 | earlier FORTRAN versions of Geant is required. Although Geant4 is a
|
|---|
| 47 | fairly complicated software system, only a relatively small part of
|
|---|
| 48 | it needs to be understood in order to begin developing detector
|
|---|
| 49 | simulation 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.
|
|---|
| 53 | How to use this manual
|
|---|
| 54 | </td></tr></table></div></body></html>
|
|---|