]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Introduce index at the top of pages
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Nov 1999 20:44:02 +0000 (20:44 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Nov 1999 20:44:02 +0000 (20:44 +0000)
html/howtorun.html
html/installation.html
html/manual.html

index ccb925ebcf7b40ac03c94a8416b41d16997e9f17..ccccfc7c24a7a60b088c63b7783bb3c471e6a8a5 100644 (file)
@@ -3,6 +3,7 @@
 <HTML>
 <HEAD>
 <TITLE>How to run AliRoot</TITLE>
+<!-- Changed by: ,  1-Nov-1999 -->
 <link rev="made" href="mailto:Federico.Carminati@cern.ch">
 <STYLE>
 BODY   {       
@@ -30,9 +31,20 @@ COL, COLGROUP, TABLE, TBODY, TD, TR  {
 </TR>
 </TABLE>
 
-<h2>How to Run AliRoot</h2>
 
-<h3>For the impatient user</h3>
+<H2><A NAME="#Content">Content</A></H2>
+
+<UL>
+
+<LI><A HREF="#For the impatient">For the impatient user</A></LI>
+
+<LI><A HREF="#A more detailed view">A more detailed view</A></LI>
+
+</UL>
+
+<HR>
+
+<h3><A HREF="#Content" NAME="For the impatient">For the impatient user</A></h3>
 
 <p> <a href="picts/menubar.gif">
 <img src="picts/menubar.gif" alt="AliRoot menu bar"
@@ -65,7 +77,7 @@ height=160 align=right></a>
 
 <p> <b>Run</b>
 
-<p> generates to generate an event with the number of tracks and the
+<p> generates an event with the number of tracks and the
 configuration as specified in <A
 HREF="roothtml/examples/Config.C.html">Config.C</A>. The hits deposited
 
@@ -82,9 +94,8 @@ length. By default the granularity is 60 rays in theta and 60 rays in phi.
 
 <p> <KBD> root[0] .x <A HREF="roothtml/examples/lego.C.html">lego.C</A> </KBD>
 
-<p> to change the parameters of the lego run you could specify them
-in the calling sequence of the RunLego method
-ones type:
+<p> the parameters of the lego run can be specified 
+in the calling sequence of the RunLego method as follows:
 
 <p> <KBD> root[3] gAlice->RunLego (your list of parameters) </KBD> 
 
@@ -98,7 +109,7 @@ height=150 align=right></a>
 
 <p> This shows a new menu from which you can draw the geometry tree for the
 Alice detectors. Clicking with the right button on the pad with the name of
-a geometrical element give access to a number of graphic and inspect
+a geometrical element gives access to a number of graphic and inspect
 functions. Double-clicking on the pad generates a drawing of the specifications
 of the geometry of the element.
 
@@ -116,6 +127,7 @@ Note that some pictures may take a long time to be produced.
 <p> <KBD>root [ ] .q</KBD>
 
 <h3>A more detailed view</h3>
+<h3><A HREF="#Content" NAME="A more detailed view">A more detailed view</A></h3>
 
 <p> After startup of the <b>aliroot</b> program the simulation
 infrastructure is initialised by the <a
@@ -124,7 +136,7 @@ an argument that is the name of the initialisation script.  The default
 name for this script is <a
 href="roothtml/examples/Config.C.html">Config.C</a>. This script
 initialises the version of the different detectors and of the generator to
-be used. In particular some generators can generated a fixed number of
+be used. In particular some generators can generate a fixed number of
 particles and in this case this number is an argument of the generator
 constructor.
 
@@ -148,8 +160,8 @@ pointer to a specific Geant3 pointer via the statement
 height=150 align=right></a>
 
 <p> In particular all the drawing functions of Geant3 are available via
-this interface. To draw a cut view of the ITS following commands
-could be used
+this interface. To draw a cut view of the ITS the following commands
+can be used
 
 <p>
 <KBD>
index 012adc96064d424aff8c6d2ba5312a04b926c078..f4ac884eb225694c2bdb5e2821cbb50a2ea937fb 100644 (file)
@@ -3,6 +3,7 @@
 <HTML>
 <HEAD>
 <TITLE>Installation</TITLE>
+<!-- Changed by: ,  1-Nov-1999 -->
 <link rev="made" href="mailto:Federico.Carminati@cern.ch">
 <STYLE>
 BODY   {       
@@ -30,7 +31,16 @@ COL, COLGROUP, TABLE, TBODY, TD, TR  {
 </TR>
 </TABLE>
 
-<h2>Installation</h2>
+<H2><A NAME="#Content">Content</A></H2>
+<UL>
+<LI><A HREF="#Installation">Installation</A>
+<LI><A HREF="#Code">Code development and user environment</A>
+</UL>
+
+<HR>
+
+<h2><A HREF="#Content" NAME="Installation">Installation</A></h2>
+
 
 <ol> 
 <p><li> Install <a href="http://root.cern.ch">ROOT</a> and define the
@@ -133,7 +143,7 @@ root [1] .x menu.C
 </pre>
 </ol>
 
-<h2>Code development and user environment</h2>
+<h2><A HREF="#Content" NAME="Code">Code development and user environment</A></h2>
 
 <p>If the ALICE environment is set up correctly, the
 <var>$ALICE_ROOT/lib/tgt_$ALICE_TARGET</var> directory is in the shared
@@ -153,7 +163,7 @@ executable will be ignored and the official version executed.
 <p>Therefore in order to develop one or more packages locally
 (let's say the TPC) and make modifications, the following steps should be
 performed. We suppose here that the remote cvs server has been setup correctly
-as explained in the <a href="management.html">code management</a> section.
+as explained in the <a href="../development.html">code development</a> section.
 
 <p><table>
  <tr align=left>
index 380459706d21ca5e38b013328615ef7a7e080fd1..11128ef92a9a792f21a81cafba913b3f7d0f66b1 100644 (file)
@@ -3,6 +3,7 @@
 <HTML>
 <HEAD>
 <TITLE>AliRoot description</TITLE>
+<!-- Changed by: ,  1-Nov-1999 -->
 <link rev="made" href="mailto:Federico.Carminati@cern.ch">
 <STYLE>
 BODY   {       
@@ -30,13 +31,20 @@ COL, COLGROUP, TABLE, TBODY, TD, TR {
 </TR>
 </TABLE>
 
-<h2>Overview of AliRoot</h2>
-
-
 <font size=+2 color=red><blink>This part is under construction.</blink>
 </font>
 
-<h3>General AliRoot architecture</h3>
+<H2><A NAME="#Content">Content</A></H2>
+
+<UL>
+<LI><A HREF="#General">General AliRoot architecture</A></LI>
+<LI><A HREF="#Virtual">Virtual MonteCarlo schema</A></LI>
+<LI><A HREF="#AliRoot">AliRoot flow of control</A></LI>
+</UL>
+
+<HR>
+
+<h2><A HREF="#Content" NAME="General">General AliRoot architecture</A></h2>
 
 <p> This picure is a general schema of the AliRoot architecture.
 
@@ -47,7 +55,7 @@ into functional blocks.
 
 <center><img src="picts/aliroot_schema.gif" height=400></center>
 
-<h3>Virtual MonteCarlo schema</h3>
+<h2><A HREF="#Content" NAME="Virtual">Virtual MonteCarlo schema</A></h2>
 
 <p> This picture illustrates the concept of Virtual MonteCarlo schema
 as it is implemented by AliRoot.
@@ -60,7 +68,7 @@ one is under testing.
 
 <center><img src="picts/virtualmc2.gif" height=300></center>
 
-<h3>AliRoot flow of control</h3>
+<h2><A HREF="#Content" NAME="AliRoot">AliRoot flow of control</A></h2>
 
 <p> This picture illustrates the AliRoot flow of control.
 
@@ -76,3 +84,6 @@ by <a href="mailto:Federico.Carminati@cern.ch">Federico Carminati</a>
 </address>
 </BODY>
 </HTML>
+
+
+