]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/PHOS-HTML/src/AliPHOSTrackSegmentMaker.cxx.html
Debug statement removed.
[u/mrichter/AliRoot.git] / PHOS / PHOS-HTML / src / AliPHOSTrackSegmentMaker.cxx.html
CommitLineData
29c81279 1<!DOCTYPE HTML PUBLIC "-// IETF/DTD HTML 2.0// EN">
2<html>
3<!-- -->
4<!-- Author: ROOT team (rootdev@hpsalo.cern.ch) -->
5<!-- -->
6<!-- Date: Thu Mar 9 00:11:51 2000 -->
7<!-- -->
8<head>
9<title>AliPHOSTrackSegmentMaker - source file</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 BGCOLOR="#ffffff" LINK="#0000ff" VLINK="#551a8b" ALINK="#ff0000" TEXT="#000000">
17<a name="TopOfPage"></a>
18<pre>
19/**************************************************************************
20 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
21 * *
22 * Author: The ALICE Off-line Project. *
23 * Contributors are mentioned in the code where appropriate. *
24 * *
25 * Permission to use, copy, modify and distribute this software and its *
26 * documentation strictly for non-commercial purposes is hereby granted *
27 * without fee, provided that the above copyright notice appears in all *
28 * copies and that both the copyright notice and this permission notice *
29 * appear in the supporting documentation. The authors make no claims *
30 * about the suitability of this software for any purpose. It is *
31 * provided "as is" without express or implied warranty. *
32 **************************************************************************/
33
34/* $Id$ */
35
36<b>//_________________________________________________________________________</b>
37<b>// Algorithm Base class to construct PHOS track segments</b>
38<b>// Associates EMC and PPSD clusters</b>
39<b>// Unfolds the EMC cluster </b>
40<b>// </b>
41<b>//*-- Author: Dmitri Peressounko (RRC Ki &amp; SUBATECH)</b>
42
43
44<b>// --- ROOT system ---</b>
45
46#include "TObjArray.h"
47#include "TClonesArray.h"
48
49<b>// --- Standard library ---</b>
50
51#include &lt;iostream&gt;
52
53<b>// --- AliRoot header files ---</b>
54
55#include "<a href="../AliPHOSTrackSegmentMaker.h">AliPHOSTrackSegmentMaker.h</a>"
56#include "<a href="../AliPHOSTrackSegment.h">AliPHOSTrackSegment.h</a>"
57#include "<a href="../AliPHOSLink.h">AliPHOSLink.h</a>"
58#include "<a href="../AliPHOSv0.h">AliPHOSv0.h</a>"
59#include "AliRun.h"
60
61ClassImp( AliPHOSTrackSegmentMaker)
62
63
64<b>//____________________________________________________________________________</b>
65 <a href=".././AliPHOSTrackSegmentMaker.html#AliPHOSTrackSegmentMaker:AliPHOSTrackSegmentMaker">AliPHOSTrackSegmentMaker::AliPHOSTrackSegmentMaker</a>()
66{
67<b> // ctor</b>
68}
69
70
71</pre>
72
73<!--SIGNATURE-->
74<br>
75<address>
76<hr>
77<center>
78<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>
79</center>
80<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.
81</address>
82</body>
83</html>