]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDClusteringV1.h
- V0s tree added
[u/mrichter/AliRoot.git] / PMD / AliPMDClusteringV1.h
index ca705c0f6d92739a44f0e7897b8508fdd52407c0..4aef8c6b526badab2c9e091ec463ff1cdfe29dbf 100644 (file)
@@ -43,6 +43,8 @@ class AliPMDClusteringV1: public AliPMDClustering
                    Double_t x2, Double_t y2);
 
   void     SetEdepCut(Float_t decut);
+  void     SetClusteringParam(Int_t cluspar);
+
   
  protected:
   
@@ -63,8 +65,9 @@ class AliPMDClusteringV1: public AliPMDClustering
                                        // -- cluster number
   Double_t fCoord[2][kNDIMX][kNDIMY];
 
-  Float_t  fCutoff; // Energy(ADC) cutoff per cell before clustering
+  Float_t  fCutoff;    // Energy(ADC) cutoff per cell before clustering
+  Int_t    fClusParam; // Parameter to decide the clustering
 
-  ClassDef(AliPMDClusteringV1,8) // Does clustering for PMD
+  ClassDef(AliPMDClusteringV1,9) // Does clustering for PMD
 };
 #endif