]> git.uio.no Git - u/mrichter/AliRoot.git/blame - html/AliceHelp.html
Obsolete manual removed.
[u/mrichter/AliRoot.git] / html / AliceHelp.html
CommitLineData
1439f98e 1<!DOCTYPE HTML PUBLIC "-// IETF/DTD HTML 2.0// EN">
2<html>
3<!-- -->
4<!-- Author: ROOT team (rootdev@hpsalo.cern.ch) -->
5<!-- -->
6<!-- Date: Sun May 2 18:52:40 1999 -->
7<!-- -->
8<head>
9<title>Alice Help</title>
10<link rev=made href="mailto:rootdev@root.cern.ch">
11<meta name="rating" content="General">
12<meta name="objecttype" content="Manual">
13<meta name="keywords" content="software development, oo, object oriented, unix, x11, motif, windows nt, c++, html, rene brun, fons rademakers">
14<meta name="description" content="ROOT - An Object Oriented Framework For Large Scale Data Analysis.">
15</head>
16<body background="../picts/back.gif" text=black>
17<basefont face="verdana,arial,helvetica,sans-serif">
18
19<!-- Header material -->
20<table border=0 cellpadding=5 cellspacing=0 width="100%">
21 <tr bgcolor=#eab575>
22 <td align=left width=20%> <img src="../picts/MadHatter.jpg" HEIGHT=130 WIDTH=130> &nbsp;
23 <td align=center>
24 <font size="+4"><b>
25
26Alice Help <td align=right width=20%> <img src="../picts/Logo.gif"> &nbsp;
27 </tr>
28
29 <tr>
30 <td colspan=3 align=right><font size="-1">
31 <script language="JavaScript">
32 document.write("Last modified "+ document.lastModified)
33 // end of script -->
34 </script></font>
35 </td>
36 </tr>
37</table>
38
39<body BGCOLOR="#ffffff" LINK="#0000ff" VLINK="#551a8b" ALINK="#ff0000" TEXT="#000000">
40<a name="TopOfPage"></a>
41<h2>Index of ROOT Macros</h2><hr>
42<pre>
43<ul>
44
fe4da5cc 45////////////////////////////////////////////////////
46// H O W to run G A L I C E //
47////////////////////////////////////////////////////
48
49 To execute the Alice simulation program, type aliroot.
50 This starts gAlice in interactive mode by default.
51 After a few seconds, you get the Root prompt.
52
53 You can start your interactive session by invoking
54 the standard menu
55 Root > .x menu.C
56 or do directly
57 Root > gAlice->Run()
58 or Root > gAlice->RunLego()
59
60 if you want to divert the long output generated by
61 the gAlice initialisation phase to a file (eg gAlice.log)
62 Root > .x menu.C > gAlice.log
63 or Root > gAlice->Run(); > gAlice.log
64
65 The initialisation phase of gAlice takes time (30 seconds).
66 By default the macro menu.C invokes AliRun::Init with
67 the configuration file "Config.C".
68 When the initialisation is finished, you get the promt again.
69 You also get a Root control bar menu.
70 Select:
71 - Run to generate a complete event with the number of tracks
72 and the configuration specified in "Config.C"
73
74 - RunLego to generate the standard lego plots for radiation
75 and absorption length. By default, the granularity
76 is 60 rays in theta and 60 rays in phi.
77 When this command is finished, you can view the results
78 with Root > .x lego.C
79 If you do not want to run with the default parameters,do
80 Root > gAlice->RunLego( list of params), see AliRun::RunLego
81
82 - Top/Front/Side view to generate the corresponding cut view of Alice.
83 Note that a cut view takes a long time to execute (30 seconds).
84
85 - Menu Trees This shows a new menu from which you can draw
86 the geometry tree for most Alice detectors.
87 Double-clicking on an Alice detector generates the SPECs.
88
89 - Menu Pictures This shows a new menu from which you can draw
90 the major Alice detectors in SHADe mode.
91
92 - Other items allow you to switch ON/OFF various drawing modes.
93
94 See the classes AliRun and TGeant3 for more detailed functionality.
95 A global variable "gAlice" can be used to invoke the AliRun class functions.
96 A global variable "geant" can be used to invoke the TGeant3 class functions.
97
98 Note that several TGeant3 functions are alaso available by clicking
99 with the right mouse button on a canvas.
100
101 When you want to leave gAlice type the command ".q"
102 Root > .q
1439f98e 103
104</ul>
105</pre>
106
107<br>
108<!--SIGNATURE-->
109<br>
110<address>
111<hr>
112<center>
113<a href="http://root.cern.ch/root/Welcome.html">ROOT page</a> - <a href="ClassIndex.html">Class index</a> - <a href="#TopOfPage">Top of the page</a><br>
114</center>
115<hr>This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to <a href="mailto:rootdev@root.cern.ch">ROOT support</a>, or contact <a href="mailto:rootdev@root.cern.ch">the developers</a> with any questions or problems regarding ROOT.
116</address>
117</body>
118</html>
119