]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - html/howtorun.html
add rehash to instructions
[u/mrichter/AliRoot.git] / html / howtorun.html
index 844d2dc0613df9fd44cb155363819e4d8430cf99..ccccfc7c24a7a60b088c63b7783bb3c471e6a8a5 100644 (file)
@@ -3,6 +3,7 @@
 <HTML>
 <HEAD>
 <TITLE>How to run AliRoot</TITLE>
 <HTML>
 <HEAD>
 <TITLE>How to run AliRoot</TITLE>
+<!-- Changed by: ,  1-Nov-1999 -->
 <link rev="made" href="mailto:Federico.Carminati@cern.ch">
 <STYLE>
 BODY   {       
 <link rev="made" href="mailto:Federico.Carminati@cern.ch">
 <STYLE>
 BODY   {       
@@ -30,13 +31,24 @@ COL, COLGROUP, TABLE, TBODY, TD, TR {
 </TR>
 </TABLE>
 
 </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"
 
 <p> <a href="picts/menubar.gif">
 <img src="picts/menubar.gif" alt="AliRoot menu bar"
-height=50% align=right></a>
+height=250 align=right></a>
 
 <p> To start up AliRoot after installation just type
 
 
 <p> To start up AliRoot after installation just type
 
@@ -59,13 +71,13 @@ again and the Root control bar appears.
 
 <p> <a href="picts/display.gif">
 <img src="picts/display.gif" alt="AliRoot Event Display"
 
 <p> <a href="picts/display.gif">
 <img src="picts/display.gif" alt="AliRoot Event Display"
-height=30% align=right></a>
+height=160 align=right></a>
 
 <p> You can now select several actions from the menu.
 
 <p> <b>Run</b>
 
 
 <p> You can now select several actions from the menu.
 
 <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
 
 configuration as specified in <A
 HREF="roothtml/examples/Config.C.html">Config.C</A>. The hits deposited
 
@@ -73,7 +85,7 @@ HREF="roothtml/examples/Config.C.html">Config.C</A>. The hits deposited
 
 <p> <a href="picts/legoex.gif">
 <img src="picts/legoex.gif" alt="Example of Lego Plot"
 
 <p> <a href="picts/legoex.gif">
 <img src="picts/legoex.gif" alt="Example of Lego Plot"
-height=30% align=right></a>
+height=150 align=right></a>
 
 <p> generates the standard lego plots for radiation and absorption
 length. By default the granularity is 60 rays in theta and 60 rays in phi.
 
 <p> generates the standard lego plots for radiation and absorption
 length. By default the granularity is 60 rays in theta and 60 rays in phi.
@@ -82,15 +94,14 @@ 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> <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> 
 
 <p> <a href="picts/treex.gif">
 <img src="picts/treex.gif" alt="Example of Tree"
 
 <p> <KBD> root[3] gAlice->RunLego (your list of parameters) </KBD> 
 
 <p> <a href="picts/treex.gif">
 <img src="picts/treex.gif" alt="Example of Tree"
-height=30% align=right></a>
+height=150 align=right></a>
 
 <p> see <A HREF="roothtml/AliRun.html">AliRun</a>::RunLego for details     
 
 
 <p> see <A HREF="roothtml/AliRun.html">AliRun</a>::RunLego for details     
 
@@ -98,13 +109,13 @@ height=30% 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
 
 <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.
 
 <p> <a href="picts/tpcex.gif">
 <img src="picts/tpcex.gif" alt="Example of Picture"
 functions. Double-clicking on the pad generates a drawing of the specifications
 of the geometry of the element.
 
 <p> <a href="picts/tpcex.gif">
 <img src="picts/tpcex.gif" alt="Example of Picture"
-height=30% align=right></a>
+height=150 align=right></a>
 
 <p> <b>Menu Pictures</b>
 
 
 <p> <b>Menu Pictures</b>
 
@@ -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>
 <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
 
 <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
 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.
 
 particles and in this case this number is an argument of the generator
 constructor.
 
@@ -141,15 +153,15 @@ access all the functions of the Virtual Monte Carlo interface. Some of the
 functions are specific to Geant3, and these can be accessed recasting this
 pointer to a specific Geant3 pointer via the statement
 
 functions are specific to Geant3, and these can be accessed recasting this
 pointer to a specific Geant3 pointer via the statement
 
-<p> <KBD>root [ ] TGeant3 g3 = (TGeant3*) gMC</KBD>
+<p> <KBD>root [ ] TGeant3 *g3 = (TGeant3*) gMC</KBD>
 
 <p> <a href="picts/itsex.gif">
 <img src="picts/itsex.gif" alt="Example of Picture"
 
 <p> <a href="picts/itsex.gif">
 <img src="picts/itsex.gif" alt="Example of Picture"
-height=30% align=right></a>
+height=150 align=right></a>
 
 <p> In particular all the drawing functions of Geant3 are available via
 
 <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>
 
 <p>
 <KBD>
@@ -181,11 +193,8 @@ interpreting the brackets.
 
 <hr>
 <address>
 
 <hr>
 <address>
-          <script language="JavaScript">
-             document.write("Last modified "+ document.lastModified)
-             // end of script -->
-          </script>
-by <a href="mailto:Federico.Carminati@cern.ch">Federico Carminati</a>
-</address>
+          Last modified Thu Oct 07 11:33:05 1999
+by <A href="mailto:Federico.Carminati@cern.ch">Federico Carminati</A>
+</ADDRESS>
 </BODY>
 </HTML>
 </BODY>
 </HTML>