]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDClusterFinder.h
cellno is replaced by row and column
[u/mrichter/AliRoot.git] / PMD / AliPMDClusterFinder.h
index 32cea3201b814cef57130b5e5d5d3dafa35ca222..7b3c30527a80472385182358af7b7a629bfb493f 100644 (file)
@@ -63,9 +63,9 @@ class AliPMDClusterFinder
   Int_t   fDebug;           // Debugging switch (0:NO, 1:YES)
   Float_t fEcut;            // Energy/ADC cut per cell
 
-  static const Int_t fRow = 48; // Total number of rows in one unitmodule
-  static const Int_t fCol = 96; // Total number of cols in one unitmodule
-  Double_t fCellADC[fRow][fCol]; // Array containing individual cell ADC
+  static const Int_t fgkRow = 48; // Total number of rows in one unitmodule
+  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,2) // To run PMD clustering
 };