]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderAZ.h
Minor fixes in the event tag to take into account the new way of storing the trigger...
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderAZ.h
index fbad0659233c44d909a1cdcb23d507b7dee2d76d..02d2204c99e4ab83c14bd6fdf8c5fb739c2bc4e6 100644 (file)
@@ -8,9 +8,8 @@
 /// \ingroup rec
 /// \class AliMUONClusterFinderAZ
 /// \brief Cluster finder in MUON arm of ALICE
-
-#include "AliMUONClusterFinderVS.h"
-#include <TMatrixDfwd.h>
+///
+/// \author Alexander Zinchenko, JINR Dubna
 
 class TH2D;
 class TClonesArray;
@@ -19,6 +18,8 @@ class TMinuit;
 class AliMUONVGeometryDESegmentation;
 class AliMUONPixel;
 class AliMUONClusterDrawAZ;
+#include "AliMUONClusterFinderVS.h"
+#include "TMatrixDfwd.h"
 
 class AliMUONClusterFinderAZ : public AliMUONClusterFinderVS 
 {
@@ -32,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