]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDClusterFinder.h
New split libs
[u/mrichter/AliRoot.git] / PMD / AliPMDClusterFinder.h
index bdb3c27a8173dff6677f6c9f9d1565f4fb9c6126..bd74c12bf7998012bfae33ed74545353106aaff9 100644 (file)
@@ -43,7 +43,8 @@ class AliPMDClusterFinder
   void AddRecPoint(Int_t idet, Int_t ismn, Float_t * clusdata);
   void ResetCellADC();
   void ResetRecpoint();
-  void UnLoad(Option_t * option);
+  void Load();
+  void UnLoad();
 
  protected:
   AliRunLoader *fRunLoader; // Pointer to Run Loader
@@ -64,7 +65,7 @@ class AliPMDClusterFinder
   static const Int_t fgkCol = 96; // Total number of cols in one unitmodule
   Double_t fCellADC[fgkRow][fgkCol]; // Array containing individual cell ADC
 
-  ClassDef(AliPMDClusterFinder,3) // To run PMD clustering
+  ClassDef(AliPMDClusterFinder,4) // To run PMD clustering
 };
 #endif