]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentIndex.h
new slow simulation up to RawData
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentIndex.h
index 01397d39376cdeae1ddb4010928f2707e420da4b..cbb6383f949a1222eff9bcdb9e21db49f6861264 100644 (file)
@@ -28,7 +28,7 @@ class AliMUONSegmentIndex : public TNamed {
   Int_t Compare(const TObject *obj) const;
   Int_t GetChannelId() const {return fChannelId;}
   Int_t GetPadX()      const {return fPadX;} 
-  Int_t GetPadY()      const {return fPadX;} 
+  Int_t GetPadY()      const {return fPadY;} 
   Int_t GetCathode()   const {return fCathode;} 
   
   static TString Name(Int_t padx, Int_t pady, Int_t cathode) ;