| 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>
|
|---|
| 28 | This is the reference manual for the Geant4 toolkit.
|
|---|
| 29 | It describes definitions of all classes and their public
|
|---|
| 30 | methods which are necessary for Geant4 application developers.
|
|---|
| 31 | <P>
|
|---|
| 32 | Chapter 2 explains C++ code convention used in the Geant4 toolkit.
|
|---|
| 33 | It also includes programming suggestions learned from experience
|
|---|
| 34 | of the Geant4 development.
|
|---|
| 35 | <P>
|
|---|
| 36 | Chapter 3 describes, class category by class category, the
|
|---|
| 37 | definitions of classes in it and their public methods. It
|
|---|
| 38 | covers all classes necessary for those who want to develop
|
|---|
| 39 | a detector simulator using Geant4. This means it does not
|
|---|
| 40 | contain entire classes in the Geant4 toolkit. Suppose if
|
|---|
| 41 | you want, as a toolkit developer, to develop an additional
|
|---|
| 42 | functionary to the toolkit, probably you need to read
|
|---|
| 43 | directly the source codes instead of reading this reference
|
|---|
| 44 | manual.
|
|---|
| 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.