]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtracker.h
Removing non-existing classes
[u/mrichter/AliRoot.git] / TPC / AliTPCtracker.h
index f27585fdd8392ecc5cf7f74666ac41282429a78f..85a775f1ce576fda5b33188422040ed9e322fc1d 100644 (file)
@@ -46,8 +46,8 @@ public:
    class AliTPCRow {
    public:
      AliTPCRow():
-         fN(0), fSize(kMaxClusterPerRow/8),
-         fClusterArray(new AliTPCcluster[fSize]), fX(0) {}
+         fN(0), fClusters(), fSize(kMaxClusterPerRow/8),
+         fClusterArray(new AliTPCcluster[fSize]), fIndex(), fX(0) {}
      ~AliTPCRow() {delete[] fClusterArray;}
      void InsertCluster(const AliTPCcluster *c, Int_t sec, Int_t row);
      void ResetClusters() {fN=0; delete[] fClusterArray; fClusterArray=0;}