]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPreClusterFinder.h
Fixing clustering(s) memory leaks
[u/mrichter/AliRoot.git] / MUON / AliMUONPreClusterFinder.h
index 06823bc465dab76a766c7cc82a8a424d6d79d185..3d5254e42903240f900530396a437f56bce489b5 100644 (file)
@@ -54,6 +54,9 @@ private:
   /// Whether we should stop working...
   virtual Bool_t ShouldAbort() const { return fShouldAbort; }
   
+  AliMUONCluster* NewCluster();
+  void RemoveCluster(AliMUONCluster* cluster);
+  
 private:
   TClonesArray fClusters; //!< the clusters we've found (owner)
   TClonesArray** fPads; //!< the pads corresponding to the digits (not owner)