]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/PHOS-HTML/AliPHOSReconstructioner.html
Macro for checking dimuon trigger efficiency (Fabien)
[u/mrichter/AliRoot.git] / PHOS / PHOS-HTML / AliPHOSReconstructioner.html
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:50 2000            -->
7 <!--                                             -->
8 <head>
9 <title>AliPHOSReconstructioner</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 <!--BEGIN-->
19 <center>
20 <h1>AliPHOSReconstructioner</h1>
21 <hr width=300>
22 <!--SDL--><em><a href=#AliPHOSReconstructioner:description>class description</a> - <a href="src/AliPHOSReconstructioner.cxx.html">source file</a> - <a href="AliPHOSReconstructioner_Tree.ps">inheritance tree</a></em>
23 <hr width=300>
24 </center>
25 <h2>class <a name="AliPHOSReconstructioner" href="AliPHOSReconstructioner.h">AliPHOSReconstructioner</a> : public TObject</h2>
26 <pre>
27
28 <!--TAB4-->    <b>public:</b><br>
29 <!--TAB6-->      <a href="./AliPHOSReconstructioner.html">AliPHOSReconstructioner</a> <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:AliPHOSReconstructioner">AliPHOSReconstructioner</a><!--PLAIN-->()
30 <!--TAB6-->      <a href="./AliPHOSReconstructioner.html">AliPHOSReconstructioner</a> <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:AliPHOSReconstructioner">AliPHOSReconstructioner</a><!--PLAIN-->(<a href="./AliPHOSClusterizer.html">AliPHOSClusterizer</a>* Clusterizer, <a href="./AliPHOSTrackSegmentMaker.html">AliPHOSTrackSegmentMaker</a>* Tracker, <a href="./AliPHOSPID.html">AliPHOSPID</a>* Identifier)
31 <!--TAB6-->      <a href="./AliPHOSReconstructioner.html">AliPHOSReconstructioner</a> <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:AliPHOSReconstructioner">AliPHOSReconstructioner</a><!--PLAIN-->(<a href="./AliPHOSReconstructioner.html">AliPHOSReconstructioner</a>&amp;)
32 <!--TAB6-->                 virtual <a href="ListOfTypes.html#void">void</a> <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:~AliPHOSReconstructioner">~AliPHOSReconstructioner</a><!--PLAIN-->()
33 <!--TAB6-->                      TClass* <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:Class">Class</a><!--PLAIN-->()
34 <!--TAB6-->          <a href="./AliPHOSClusterizer.html">AliPHOSClusterizer</a>* <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:GetClusterizer">GetClusterizer</a><!--PLAIN-->()
35 <!--TAB6-->                         <a href="ListOfTypes.html#void">void</a> <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:Init">Init</a><!--PLAIN-->(<a href="./AliPHOSClusterizer.html">AliPHOSClusterizer</a>* Clusterizer, <a href="./AliPHOSTrackSegmentMaker.html">AliPHOSTrackSegmentMaker</a>* Tracker, <a href="./AliPHOSPID.html">AliPHOSPID</a>* Identifier)
36 <!--TAB6-->              virtual TClass* <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:IsA">IsA</a><!--PLAIN-->() const
37 <!--TAB6-->                         <a href="ListOfTypes.html#void">void</a> <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:Make">Make</a><!--PLAIN-->(TClonesArray* DL, <a href="ListOfTypes.html#RecPointsList">RecPointsList</a>* emccl, <a href="ListOfTypes.html#RecPointsList">RecPointsList</a>* ppsdl, <a href="ListOfTypes.html#TrackSegmentsList">TrackSegmentsList</a>* trsl, <a href="ListOfTypes.html#RecParticlesList">RecParticlesList</a>* rpl)
38 <!--TAB6-->                 virtual <a href="ListOfTypes.html#void">void</a> <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:ShowMembers">ShowMembers</a><!--PLAIN-->(TMemberInspector&amp; insp, <a href="ListOfTypes.html#char">char</a>* parent)
39 <!--TAB6-->                 virtual <a href="ListOfTypes.html#void">void</a> <!--TAB--><!--BOLD--><a href="#AliPHOSReconstructioner:Streamer">Streamer</a><!--PLAIN-->(TBuffer&amp; b)
40
41 <h3><!--TAB2-->  <a name="AliPHOSReconstructioner:Data Members">Data Members</a></h3>
42 <!--TAB4-->    <b>private:</b><br>
43 <!--TAB6-->            <a href="./AliPHOSClusterizer.html">AliPHOSClusterizer</a>* <!--TAB--><!--BOLD--><a name="AliPHOSReconstructioner:fClusterizer">fClusterizer</a><!--PLAIN-->        <!--TAB--><i><a name="Title:fClusterizer">Method for clusterization </a></i>
44 <!--TAB6-->      <a href="./AliPHOSTrackSegmentMaker.html">AliPHOSTrackSegmentMaker</a>* <!--TAB--><!--BOLD--><a name="AliPHOSReconstructioner:fTrackSegmentMaker">fTrackSegmentMaker</a><!--PLAIN-->  <!--TAB--><i><a name="Title:fTrackSegmentMaker">Method for track segments finding</a></i>
45 <!--TAB6-->                    <a href="./AliPHOSPID.html">AliPHOSPID</a>* <!--TAB--><!--BOLD--><a name="AliPHOSReconstructioner:fPID">fPID</a><!--PLAIN-->                <!--TAB--><i><a name="Title:fPID">Method for identifying the type of particle</a></i>
46 </pre>
47 <!--END-->
48 <hr>
49 <!--DESCRIPTION--><h2><a name="AliPHOSReconstructioner:description">Class Description</a></h2>
50 <pre>  Algorithm class for the reconstruction: clusterizer
51                                           track segment maker
52                                           particle identifier
53
54 *-- Author: Gines Martinez &amp; Yves Schutz (SUBATECH)
55 </pre><hr>
56 <!--FUNCTION--> <a name="AliPHOSReconstructioner:AliPHOSReconstructioner" href="src/AliPHOSReconstructioner.cxx.html#AliPHOSReconstructioner:AliPHOSReconstructioner">AliPHOSReconstructioner</a>(<a href="./AliPHOSClusterizer.html">AliPHOSClusterizer</a> * Clusterizer, 
57                                                  <a href="./AliPHOSTrackSegmentMaker.html">AliPHOSTrackSegmentMaker</a> * Tracker,
58                                                  <a href="./AliPHOSPID.html">AliPHOSPID</a> * Pid)
59 <br>
60 <pre> ctor
61 </pre><hr>
62 <!--FUNCTION--> <a href="ListOfTypes.html#void">void</a> <a name="AliPHOSReconstructioner:Init" href="src/AliPHOSReconstructioner.cxx.html#AliPHOSReconstructioner:Init">Init</a>(<a href="./AliPHOSClusterizer.html">AliPHOSClusterizer</a> * Clusterizer, 
63                                                  <a href="./AliPHOSTrackSegmentMaker.html">AliPHOSTrackSegmentMaker</a> * Tracker,
64                                                  <a href="./AliPHOSPID.html">AliPHOSPID</a> * Pid)
65 <br>
66 <hr>
67 <!--FUNCTION--> <a href="ListOfTypes.html#void">void</a> <a name="AliPHOSReconstructioner:Make" href="src/AliPHOSReconstructioner.cxx.html#AliPHOSReconstructioner:Make">Make</a>(TClonesArray * dl, <a href="ListOfTypes.html#RecPointsList">RecPointsList</a> * emccl, <a href="ListOfTypes.html#RecPointsList">RecPointsList</a> * ppsdl, 
68                                      <a href="ListOfTypes.html#TrackSegmentsList">TrackSegmentsList</a> * trsl, <a href="ListOfTypes.html#RecParticlesList">RecParticlesList</a> * rpl)
69 <br>
70 <pre> Launches the Reconstruction process in the sequence: Make the reconstructed poins (clusterize)
71                                                       Make the track segments
72                                                       Make the reconstructed particles
73 </pre><br><br><br>
74 <h3>Inline Functions</h3>
75 <hr>
76 <pre>
77 <!--INLINE FUNCTION--><!--TAB6-->        <a href="./AliPHOSReconstructioner.html">AliPHOSReconstructioner</a> <a name="AliPHOSReconstructioner:AliPHOSReconstructioner" href="AliPHOSReconstructioner.h">AliPHOSReconstructioner</a>(<a href="./AliPHOSClusterizer.html">AliPHOSClusterizer</a>* Clusterizer, <a href="./AliPHOSTrackSegmentMaker.html">AliPHOSTrackSegmentMaker</a>* Tracker, <a href="./AliPHOSPID.html">AliPHOSPID</a>* Identifier)
78 <!--INLINE FUNCTION--><!--TAB6-->            <a href="./AliPHOSClusterizer.html">AliPHOSClusterizer</a>* <a name="AliPHOSReconstructioner:GetClusterizer" href="AliPHOSReconstructioner.h">GetClusterizer</a>()
79 <!--INLINE FUNCTION--><!--TAB6-->                        TClass* <a name="AliPHOSReconstructioner:Class" href="AliPHOSReconstructioner.h">Class</a>()
80 <!--INLINE FUNCTION--><!--TAB6-->                        TClass* <a name="AliPHOSReconstructioner:IsA" href="AliPHOSReconstructioner.h">IsA</a>() const
81 <!--INLINE FUNCTION--><!--TAB6-->                           <a href="ListOfTypes.html#void">void</a> <a name="AliPHOSReconstructioner:ShowMembers" href="AliPHOSReconstructioner.h">ShowMembers</a>(TMemberInspector&amp; insp, <a href="ListOfTypes.html#char">char</a>* parent)
82 <!--INLINE FUNCTION--><!--TAB6-->                           <a href="ListOfTypes.html#void">void</a> <a name="AliPHOSReconstructioner:Streamer" href="AliPHOSReconstructioner.h">Streamer</a>(TBuffer&amp; b)
83 <!--INLINE FUNCTION--><!--TAB6-->        <a href="./AliPHOSReconstructioner.html">AliPHOSReconstructioner</a> <a name="AliPHOSReconstructioner:AliPHOSReconstructioner" href="AliPHOSReconstructioner.h">AliPHOSReconstructioner</a>(<a href="./AliPHOSReconstructioner.html">AliPHOSReconstructioner</a>&amp;)
84 <!--INLINE FUNCTION--><!--TAB6-->                           <a href="ListOfTypes.html#void">void</a> <a name="AliPHOSReconstructioner:~AliPHOSReconstructioner" href="AliPHOSReconstructioner.h">~AliPHOSReconstructioner</a>()
85 </pre>
86
87 <hr><br>
88 <!--SIGNATURE-->
89 <em>Copyright (c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *</em><br>
90 <br>
91 <address>
92 <hr>
93 <center>
94 <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>
95 </center>
96 <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.
97 </address>
98 </body>
99 </html>