source: trunk/Documentation/geant4/support/gettingstarted.shtml@ 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: 5.3 KB
RevLine 
[901]1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html>
4
5<head>
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7<title>Geant4: Getting Started</title>
8<link rel="stylesheet" type="text/css" href="../includes/geantstyle.css" />
9</head>
10
11<body>
12
13<!-- stop index -->
14<table id="top" cellpadding="0" cellspacing="0" width="100%">
15 <tr>
16 <td><a href="index.shtml">
17 <img alt="Geant4 Home" src="http://cern.ch/geant4/images/geanttiny.gif" width="164" height="40" /></a></td>
18 <td align="right" class="doNotPrint">
19 <a href="http://cern.ch/geant4/support/download.shtml">Download</a>
20 | <a href="http://hypernews.slac.stanford.edu/HyperNews/geant4/cindex">User
21 Forum</a> | <a href="http://cern.ch/geant4/gallery/index.html">
22 Gallery</a><br />
23 <a href="http://cern.ch/geant4/collaboration/contacts.shtml">
24 Contact Us</a><br />
25 <form method="get" action="http://www.cern.ch/cgi-bin/directory-search.pl">
26 <input type="hidden" value="No" name="SubSearch" />
27 <input type="hidden" value="url:wwwinfo.cern.ch/asd/geant4/G4UsersDocuments/
28url:geant4.web.cern.ch/geant4/G4UsersDocuments/" name="AdditionalQuery" />
29 <input type="hidden" value="searchbrowse.html" name="TemplateFile" />
30 <input type="hidden" value="http://wwwinfo.cern.ch/asd/" name="Referer" />
31 <input type="hidden" value="cern" name="qc" />
32 <input type="hidden" value="cern" name="col" />
33 <input size="35" name="qt" />
34 <input type="submit" value="Search Geant4" />
35 </form>
36 </td>
37 </tr>
38</table>
39
40<!-- start index -->
41
42<table border="0" cellpadding="4" cellspacing="0">
43 <tr>
44 <td id="breadcrumb">
45 <!-- start bread crumb --><a href="../index.shtml">Home</a> &gt;
46 <a href="index.shtml">User Support</a> &gt;
47 Getting Started<!-- end bread crumb --></td>
48 <td id="related" rowspan="2">
49 <h2>Related Links</h2>
50 <ul>
51 <li><a href="userdocuments.shtml">User Documentation</a></li>
52 <li><a href="http://bugzilla-geant4.kek.jp/">Bug reports and fixes</a></li>
53 <li><a href="subscribe.shtml">Mailing list subscription</a></li>
54 <li><a href="training.shtml">Training courses and materials</a></li>
55 <li><a href="http://cern.ch/geant4/OOAandD/URD.pdf">User
56 requirements document</a> (pdf)</li>
57 <li><a href="UserRequirementsTracker.shtml">User requirements tracker</a></li>
58 </ul>
59 </td>
60 </tr>
61 <tr>
62 <td id="main">
63 <!--start main page content -->
64
65 <h1>What is Geant4?</h1>
66 <p>Find out in a <a href="about.shtml">brief overview</a> which describes the
67 project. More detail is provided in the
68 <a href="http://cern.ch/geant4/UserDocumentation/Welcome/IntroductionToGeant4/html/index.html">
69 Introduction to Geant4</a>, and in a full journal article
70 <a href="http://www.slac.stanford.edu/cgi-bin/spiface/find/hep/www?FORMAT=WWW&amp;rawcmd=find+r+slac-pub-9350">
71 NIM A 506 (2003) 250-303</a>.</p>
72 <p>&nbsp;As you encounter questions or problems, please
73 <a href="faq.shtml">consult the FAQ</a>
74 or take advantage of the
75 <a href="faq.shtml">user support</a>
76 provided by Geant4 developers.</p>
77 <h2>Installing Geant4 </h2>
78 <p>You can begin installing Geant4 by
79 <a href="download.shtml">downloading the code</a> from the distribution
80 page. Next, consult the
81 <a href="http://cern.ch/geant4/UserDocumentation/UsersGuides/InstallationGuide/html/">
82 Installation Guide</a> for the instructions required to set up Geant4 in
83 your computing environment. </p>
84 <h2>Building an Application</h2>
85 <p>Once you have installed the toolkit, the
86 <a href="http://cern.ch/geant4/UserDocumentation/UsersGuides/ForApplicationDeveloper/html/">
87 Application Developers Guide</a> will provide information and examples for
88 building your own simulation application.</p>
89 <h2>Getting Help</h2>
90 <p>As problems arise, try
91 <a href="http://geant4-hn.slac.stanford.edu:5090/Geant4-HyperNews/index">browsing the user forum</a>
92 to see whether or not your problem has already been encountered. If it
93 hasn't, you can post it and Geant4 developers will do their best to find
94 a solution. This is also a good place to discuss Geant4 topics in general.
95 </p>
96 </td>
97 </tr>
98</table>
99<!-- start footer -->
100<div id="bottom">
101 <br/><br/>
102<a href="http://cern.ch/geant4/applications/index.shtml">Applications</a> |
103<a href="http://cern.ch/geant4/support/index.shtml">User Support</a> |
104<a href="http://cern.ch/geant4/results/index.shtml">Results &amp; Publications</a> |
105<a href="http://cern.ch/geant4/collaboration/index.shtml">Collaboration</a> |
106<a href="http://cern.ch/geant4/sitemap.shtml">Site Map</a><br />
107<p></p>
108<script type="text/javascript">
109<!--//
110var zap_domain = "cern.ch"
111var zap_user = "Gunter.Folger"
112var zap_recipient = zap_user + "@" + zap_domain
113var zap_url = "mailto:" + zap_recipient +"?subject=Feedback&body=My feedback concerns the page at: " + " " + escape(top.parent.location.href)
114document.write('<a href="' + zap_url + '" target=>Contact Webmaster</a>')
115//-->
116</script>
117
118
119 <div id="update">
120 <p>Last updated:
121
122 03/23/2007
123 </p>
124 </div>
125</div>
126<!-- End footer -->
127
128</body>
129
130</html>
Note: See TracBrowser for help on using the repository browser.