]> git.uio.no Git - u/mrichter/AliRoot.git/blame - html/analysis.html
Do not export any Make-depend, so we had to change the name of the
[u/mrichter/AliRoot.git] / html / analysis.html
CommitLineData
fe4da5cc 1<HTML>
2<HEAD>
3 <TITLE> Analysis of Simulated Events within AliRoot Framework </TITLE>
4 <!-- Changed by: Yiota Foka, 18-Mar-1999 -->
5
6 <META name="description" content="The ALICE Geant3 based simulation environment">
7 <META name="keywords" content="ALICE GALICE Geant3 Simulation">
8
9 <STYLE TYPE="text/css">
10 H1 {font-style: italic ; color: green ; font-size: 24pt; align: center}
11 H2 { color: red ; font-size: 22pt }
12 H3 { color: blue ; font-size: 20pt }
13 H4 { color: violet; font-size: 18pt }
14 H5 { color: olive ; font-size: 16pt }
15 H6 { color: maroon; font-size: 14pt }
16 TABLE { font-size: 14pt }
17 </STYLE>
18 <BASEFONT SIZE=4>
19
20<!-- Header material -->
21<hr>
22<table border=0 cellpadding=5 cellspacing=0 width="100%">
23 <tr bgcolor=#d0ffd0>
24 <td align=left width=30%>
25 <img alt="Alice" src="gif/Logo.gif" width="60" height="60"
26 align="absmiddle" border=1>
27 <td align=center width=40%>
28 <font size="+2">
29 Alice Off-Line Project
30 </font>
31 <td align=right width=30% valign=bottom>
32 <font size="-1">
33 <script language="JavaScript">
34 document.write("Last modified "+ document.lastModified)
35 // end of script -->
36 </script></font>
37 </td>
38 </tr>
39</table>
40<hr>
41
42</HEAD>
43
44<BODY TEXT="#000000" BGCOLOR="#FFFFFF"
45LINK="#0000FF" VLINK="#551A8B" ALINK="#FF0000">
46 <BASEFONT SIZE=4>
47
48<br><br>
49<H1> Analysis of Simulated Events within AliRoot Framework </H1>
50<P>
51
52<!======================================================================>
53
54<p>
55
56<!==============================================================================>
57
58<TABLE BORDER="0" CELLSPACING="1" WIDTH="100%">
59
60<TR>
61
62<TD ALIGN=left ROWSPAN="2">
63<FONT SIZE=4>
64
65<BR><BR><BR><BR>
66
67<UL>
68<LI><A HREF="roothtml/examples/Config.C.html">Configuration file</A>
69<LI><A HREF="roothtml/examples/PHOS.C.html">PHOS reconstruction</A>
70<LI><A HREF="roothtml/examples/RICH.C.html">Reading RICH hits</A>
71<LI><A HREF="roothtml/examples/Sread.C.html">Simple hit read</A>
72<LI><A HREF="roothtml/examples/TPCDigits2Clusters.C.html">Creation of clusters in the TPC</A>
73<LI><A HREF="roothtml/examples/TPCDigitsDisplay.C.html">Display TPC digits</A>
74<LI><A HREF="roothtml/examples/TPCHits2Clusters.C.html">Fast creation of clusters</A>
75<LI><A HREF="roothtml/examples/TPCHits2Digits.C.html">TPC digitisation</A>
76<LI><A HREF="roothtml/examples/roothtml.cxx.html">roothtml main program</A>
77<LI><A HREF="roothtml/examples/anal.C.html">Simple analysis macro -- Start from this one!</A>
78<LI><A HREF="roothtml/examples/display.C.html">Display macro</A>
79<LI><A HREF="roothtml/examples/ecut.C.html">Eta cut macro</A>
80<LI><A HREF="roothtml/examples/grun.C.html">Batch script</A>
81<LI><A HREF="roothtml/examples/gucode.cxx.html">Geant USER code</A>
82<LI><A HREF="roothtml/examples/html.C.html">html creation macro</A>
83<LI><A HREF="roothtml/examples/lego.C.html">Visualisation of Lego results</A>
84<LI><A HREF="roothtml/examples/menu.C.html">interactive menu macro</A>
85<LI><A HREF="roothtml/examples/newanal.C.html">simple analysis macro</A>
86 </UL>
87<BR>
88
89</FONT></TD>
90
91
92<TD COLSPAN="2" ALIGN=center>
93<FONT SIZE=4>
94
95<TABLE WIDTH=160 ALIGN=center
96CELLPADDING=4 HSPACE=8 VSPACE=2>
97</FONT>
98
99
100</TABLE>
101
102<BR>
103</TD>
104</TR>
105
106<TR>
107<TD ALIGN=center>
108<FONT SIZE=4>
109<BR>
110<A HREF="Manual.html#6">Simulated Hits</A><BR><BR>
111<IMG ALT="Event Display and HITS in GALICE"
112SRC="gif/alidisplay.gif" width="250" height="250">
113</FONT>
114</TD>
115</TR>
116
117</TABLE>
118
119<!===========================================================================>
120<P>
121<HR size=4>
122<BR>
123Page maintained by:
124<A HREF="mailto:Federico.Carminati@cern.ch">Federico Carminati</A>
125<A HREF="mailto:Yiota.Foka@cern.ch">Yiota Foka</A>
126<BR>
127Back to:
128<A HREF="http://www.cern.ch/ALICE">
129ALICE home, </A>
130<A HREF="http://www.cern.ch/ALICE/Projects/offline">
131Offline home</A>
132
133</BODY>
134</HTML>
135
136
137
138
139
140
141
142
143