]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Forward declarations.
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Oct 2000 16:14:01 +0000 (16:14 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Oct 2000 16:14:01 +0000 (16:14 +0000)
TPC/AliTPCClustersRow.cxx
TPC/AliTPCClustersRow.h
TPC/AliTPCPRF2D.h
TPC/AliTPCclusterer.cxx

index 17e5a5fcb3ab556f899c1a9e6bfed079e4ba9fdd..4a418d5a514d96d8abb2b465056f7a127e472b80 100644 (file)
@@ -26,7 +26,8 @@
 #include <TClass.h>
 #include "AliClusters.h"
 #include "AliTPCClustersRow.h"
-#include "TDirectory.h"
+#include <TDirectory.h>
+#include <TClonesArray.h>
 
 
 const Int_t kDefSize = 1;  //defalut size
index 18c0babc667e092837bb3974b912af32ad30f2ba..521fd419f8886900fa7cdd83eb5afef635ae1bee 100644 (file)
@@ -9,16 +9,10 @@
 //  Manager class for TPC   clusters                   //
 ////////////////////////////////////////////////
 
-#include "AliDetector.h"
-#include "AliSegmentArray.h"
-#include "AliClusters.h"
-
-
-#include <TClonesArray.h>
 
+#include "AliClusters.h"
 
-class TClonesArray;
-class TObjArray;
+class TObject;
 
 
 class AliTPCClustersRow : public AliClusters{
@@ -28,6 +22,13 @@ public:
 
 public:
   
-  ClassDef(AliTPCClustersRow,1) 
+  ClassDef(AliTPCClustersRow,1) // Cluster manager 
 };  
 #endif //ALITPCCLUSTERROW_H
+
+
+
+
+
+
+
index 5fcb0840d881656f15c322d111dbf94ab08be1e1..2eca8b5a3950540ea8489c97697b384a97bbe303 100644 (file)
@@ -4,11 +4,12 @@
  * See cxx source for full Copyright notice                               */
 
 /* $Id$ */
-////////////////////////////////////////////////
-//  Manager class for AliTPCPRF2D             //
-////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////
+//  Manager class for AliTPCPRF2D                               //
+//  This is to generate the 2-dimensional pad-response function //
+//////////////////////////////////////////////////////////////////
 #include "TObject.h"
-#include "TMath.h"
+
 class TF2;
 class TArrayF;
 class TH1F;
index 0a7f5345e47a26067c6d57c41aa47523e663886b..b01dc4d8bf6ec56bee9b4a893f2bdcfd185ab555 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.2  2000/06/30 12:07:50  kowal2
+Updated from the TPC-PreRelease branch
+
 Revision 1.1.2.1  2000/06/25 08:53:55  kowal2
 Splitted from AliTPCtracking
 
@@ -36,6 +39,7 @@ Splitted from AliTPCtracking
 #include "AliSimDigits.h"
 #include "AliTPCParam.h"
 #include <iostream.h>
+#include <TTree.h>
 
 void AliTPCclusterer::FindPeaks(Int_t k,Int_t max,
 AliBin *b,Int_t *idx,UInt_t *msk,Int_t& n) {