]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDClusterFinder.h
Method added to start reconstruction from raw data
[u/mrichter/AliRoot.git] / PMD / AliPMDClusterFinder.h
index 3887c37fd6f26993f69f498884f456939a015d84..0c3b881f68939e77e119590122585efb217321dc 100644 (file)
@@ -46,7 +46,9 @@ class AliPMDClusterFinder
   void ResetCellADC();
   void ResetRecpoint();
   void Load();
+  void LoadClusters();
   void UnLoad();
+  void UnLoadClusters();
 
  protected:
   AliRunLoader *fRunLoader; // Pointer to Run Loader
@@ -67,7 +69,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,5) // To run PMD clustering
+  ClassDef(AliPMDClusterFinder,6) // To run PMD clustering
 };
 #endif