]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSTracker.h
Quality assurance added (Yves Schutz)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSTracker.h
index 905593e9e4ed19b7b380083f684b6b366cd45b3f..85977ff9078af19eaa87d57b45b8539d4e468d60 100644 (file)
@@ -8,6 +8,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.4  2007/08/03 13:52:16  kharlov
+ * Working skeleton of matching the ESD tracks and ESD clusters (Iouri Belikov)
+ *
  */
 
 //-------------------------------------------------------------------------
@@ -25,6 +28,8 @@ class TTree;
 
 class AliCluster;
 class AliESDEvent;
+class AliPHOSTrackSegmentMaker ; 
+class AliPHOSPID ; 
 
 class AliPHOSTracker : public AliTracker
 {
@@ -58,7 +63,9 @@ private:
   static Bool_t fgDebug ;    //! Verbosity controller
 
   TClonesArray *fModules[5];
-
+  
+  AliPHOSTrackSegmentMaker * fTSM ; //! the track segment maker 
+  AliPHOSPID * fPID ;               //! the pid maker 
   ClassDef(AliPHOSTracker,1)
 };