]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCClustersRow.h
Correction for superposition of ZDC volumes with MUON arm one
[u/mrichter/AliRoot.git] / TPC / AliTPCClustersRow.h
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
+
+
+
+
+
+
+