]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCClustersRow.h
Fix for coverity 17562
[u/mrichter/AliRoot.git] / TPC / AliTPCClustersRow.h
index c7a5bd7ad707c2a747fe80ba70d879083c8c41ef..91be9406dfcd1d2c3dcd4590fe1d66d2606ee987 100644 (file)
@@ -9,24 +9,28 @@
 //  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{
 public:
   AliTPCClustersRow();
+  AliTPCClustersRow(const char *classname); // special constructor
+  virtual TObject *InsertCluster(const TObject *c);
+  virtual TObject *Append();  //create new object return pointer to this object
 
 public:
   
-  ClassDef(AliTPCClustersRow,1) 
+  ClassDef(AliTPCClustersRow,1) // Cluster manager 
 };  
 #endif //ALITPCCLUSTERROW_H
+
+
+
+
+
+
+