]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderAZ.h
Coding conventions (Laurent)
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderAZ.h
index b3d5d3651ed09bce1405c1662f247e243e956c36..02d2204c99e4ab83c14bd6fdf8c5fb739c2bc4e6 100644 (file)
@@ -33,7 +33,7 @@ public:
   Int_t    GetNPads(Int_t cath) const { return fnPads[cath]; }
   Int_t    GetIJ(Int_t indx, Int_t iPad) const { return fPadIJ[indx][iPad]; }
   Float_t  GetXyq(Int_t indx, Int_t iPad) const { return fXyq[indx][iPad]; }
-  Float_t  GetZpad() { return fZpad; }
+  Float_t  GetZpad() const { return fZpad; }
   Bool_t GetUsed(Int_t cath, Int_t dig) const { return fUsed[cath][dig]; }
   void SetUsed(Int_t cath, Int_t dig) { fUsed[cath][dig] = kTRUE; } // mark used digits
   void SetUnused(Int_t cath, Int_t dig) { fUsed[cath][dig] = kFALSE; } // unmark digits