source: trunk/documents/UserDoc/UsersGuides/SoftwareReferenceManual/html/Introduction/introduction.html

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

CVS update

File size: 1.2 KB
Line 
1<HTML>
2<TITLE>
3</TITLE>
4<!-- Changed by: Katsuya Amako,  2-Dec-1998 -->
5
6<BODY>
7<TABLE WIDTH="100%"><TR>
8<TD>
9</TD>
10<TD ALIGN="Right">
11</TD>
12</TR></TABLE>
13<P>
14
15<BR><BR>
16<P ALIGN="Center">
17<FONT SIZE="+4" COLOR="#238E23">
18<B>1. Introduction</B>
19</FONT>
20<BR><BR>
21
22<HR ALIGN="Center" SIZE="7%">
23<BR><BR>
24
25
26<!-- ============================================== Section --> 
27<P>
28This is the reference manual for the Geant4 toolkit.
29It describes definitions of all classes and their public
30methods which are necessary for Geant4 application developers.
31<P>
32Chapter 2 explains C++ code convention used in the Geant4 toolkit.
33It also includes programming suggestions learned from experience
34of the Geant4 development.
35<P>
36Chapter 3 describes, class category by class category, the
37definitions of classes in it and their public methods. It
38covers all classes necessary for those who want to develop
39a detector simulator using Geant4. This means it does not
40contain entire classes in the Geant4 toolkit. Suppose if
41you want, as a toolkit developer, to develop an additional
42functionary to the toolkit, probably you need to read
43directly the source codes instead of reading this reference
44manual.
45<P>
46
47
48<BR><BR>
49
50</BODY>
51</HTML>
52
53
54
Note: See TracBrowser for help on using the repository browser.