]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - html/AliRootHelp.html
New html files
[u/mrichter/AliRoot.git] / html / AliRootHelp.html
diff --git a/html/AliRootHelp.html b/html/AliRootHelp.html
deleted file mode 100644 (file)
index 786dece..0000000
+++ /dev/null
@@ -1,183 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
-<HEAD>
-   <TITLE> Users Guide for AliRoot </TITLE>
-   <!-- Changed by: Yiota Foka, 18-Mar-1999 -->
-   <STYLE TYPE="text/css">
-      
-      H2 {                     color: red   ; font-size: 22pt               }
-      H3 {                     color: blue  ; font-size: 20pt               }
-      H4 {                     color: violet; font-size: 18pt               }
-      H5 {                     color: olive ; font-size: 16pt               }
-      H6 {                     color: maroon; font-size: 14pt               }
-      TABLE { font-size: 14pt }
-   </STYLE>
-   <BASEFONT SIZE=4>
-<!-- Header material -->
-<body background="../picts/back.gif" text=black>
-<basefont face="verdana,arial,helvetica,sans-serif">
-
-<!-- Header material -->
-<table border=0   cellpadding=5 cellspacing=0 width="100%">
-  <tr bgcolor=#eab575>
-      <td align=left width=20%> <img src="../picts/MadHatter.jpg" HEIGHT=130 WIDTH=130> &nbsp;
-      <td align=center>
-      <font size="+4"><b>
-
-Users Guide for AliRoot 
-      <td align=right width=20%> <img src="../picts/Logo.gif"> &nbsp;
-  </tr>
-
-  <tr>
-      <td colspan=3 align=right><font size="-1">
-          <script language="JavaScript">
-             document.write("Last modified "+ document.lastModified)
-             // end of script -->
-          </script></font>
-      </td>
-  </tr>
-</table>
-
-<BODY TEXT="#000000" BGCOLOR="#FFFFFF" 
-LINK="#0000FF" VLINK="#551A8B" ALINK="#FF0000">
-
-<BR>
-
-<BR> The source code for all AliRoot classes is <A
-HREF="roothtml/USER_Index.html">documented</A> and the html files are
-automatically generated by ROOT.
-
-<H2>Content</H2>
-
-<OL>
-<LI><A HREF="#1">How to run</A> AliRoot
-<LI><A HREF="roothtml/USER_Index.html">AliRoot classes</A> 
-</OL>
-
-<HR>
-<BR>
-<H2><A NAME="1">1. How to run AliRoot</A></H2>
-
-<P>To execute the Alice detector simulation program.
-
-<UL>
-<LI>Type: <KBD> $ aliroot </KBD> 
-
-<BR> this starts AliRoot in interactive mode by default after few seconds
-the <b>root</b> prompt apears 
-<BR>you can now start a AliRoot
-interactive session by either creating the standard menu
-
-<LI>Type: <KBD> root[0] .x menu.C </KBD>  
-<BR> or directly
-<LI>Type: <KBD> root[1] gAlice->Run() </KBD>
-<BR> or  
-<LI>Type: <KBD> root[1] gAlice->RunLego() </KBD>
-<BR>
-<BR> to divert the long output generated by the AliRoot initialisation phase 
-to an eg. AliRoot.log file 
-<LI>Type: <KBD> root[3] .x menu.C > AliRoot.log </KBD>
-<BR> or 
-<LI>Type: <KBD> root[4] gAlice->Run(); > AliRoot.log </KBD>
-</UL>
-
-<P>The time for the initialisation phase of AliRoot is typicaly 30 seconds.
-
-<P> By default the macro <A HREf="roothtml/examples/menu.C.html">menu.C</A>
-invokes <A HREF="roothtml/AliRun.html">AliRun::Init</A> with the
-configuration file <A HREF="roothtml/examples/Config.C.html">Config.C</A>.
-
-<P>When the initialisation is finished the <b>root</b> prompt apears
-again.
-<BR>You also get back the Root control bar menu.
-
-<P>You can now select options from the bar menu.
-
-<UL>
-<LI><B> Run </B>
-<BR> to generate an event with the number of tracks and the configuration as specified in <A HREF="roothtml/examples/Config.C.html"> Config.C </A> 
-<BR><BR>
-<LI><B> RunLego </B>    
-<BR> to generate the standard lego plots for radiation and absorption length. By default the granularity is 60 rays in theta and 60 rays in phi.
-<BR>To view the results when this command is finished type:
-<br><br>
-<KBD> root[0] .x <A HREF="roothtml/examples/lego.C.html">lego.C</A> </KBD>
-
-<BR> 
-<BR> to change the parameters if you do not want to run with the default ones
-type:
-<br><br><KBD> root[3] gAlice->RunLego (your list of parameters) </KBD> 
-<br><BR> see 
-<A HREF="roothtml/AliRun.html">AliRun::RunLego </A> for details     
-
-<BR><BR>
-<LI><B> Top, Front, Side view </B>
-<BR> to generate the corresponding cut view of Alice detector. 
-<BR> note that it takes a long time to execute a cut view typicaly 
-of the order of about 30 sec. 
-<BR><BR>
-<LI><B> Menu Trees </B>
-<BR> this shows a new menu from which you can draw the geometry tree for 
-     most of Alice detectors.
-<BR> double-clicking on an Alice detector generates its specifications.
-<BR><BR>
-<LI><B> Menu Pictures  </B>
-<BR> this shows a new menu from which you can draw the major Alice detectors
-     in shade mode. 
-<BR><BR>
-<LI><B> Other Options  </B>
-<BR> allow to switch ON/OFF various drawing modes.
-</UL>
-    
-<P>For more details on the functionality see the documentation of 
-<A HREF="roothtml/AliRun.html">AliRun</A> and
-<A HREF="roothtml/TGeant3.html">TGeant3</A> classes
-<P>
-A global varial <var> gAlice </var> 
-can be used to invoke the AliRun class functions.
-<BR>
-A global varial <var>gMC</var> 
-can be used to invoke the TGeant3 class functions.
-
-<P> Note that several TGeant3 functions are also available by clicking with
-the right button on a canvas while in the AliRoot session.
-
-<P>
-To quit AliRoot  
-<UL>
-<LI>Type: <KBD> root[3] .q </KBD> 
-</UL
-
-
-<!! ======================================================================>
-<!! <BR><BR>
-<!! <A NAME="2"><H2></H2> 
-
-<!======================================================================>
-<!! <BR>
-<!! <A NAME="3"><H2></H2> 
-
-
-<!!======================================================================>
-<!! <BR><BR>
-<!! <A NAME="4"><H2></H2> 
-
-
-<!===========================================================================>
-<P>
-<BR>
-<HR size=4>
-<BR>
-Page maintained by: 
-<A HREF="mailto:Yiota.Foka@cern.ch">Yiota Foka</A>
-<BR>
-Back to: 
-<A HREF="http://www1.cern.ch/ALICE"> 
-ALICE home, </A>
-<A HREF="http://www1.cern.ch/ALICE/Projects/offline">
-Offline home</A>
-</BODY>
-</HTML>
-
-
-