]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/AliRICHSegmentation.h
Adopt to const declaration of some of the methods in AliSegmentation.
[u/mrichter/AliRoot.git] / RICH / AliRICHSegmentation.h
index 45d735446d7118b0205f59ad327d8eca6127cafd..cd75592086fd69eb2cdfee249503e9fd99310063 100644 (file)
@@ -26,9 +26,9 @@ public TObject {
     //
     // Anod wire coordinate closest to xhit
     virtual Float_t GetAnod(Float_t xhit)               =0;
-    // Transform from pad (wire) to real coordinates
-    virtual void    GetPadIxy(Float_t x ,Float_t y ,Int_t   &ix,Int_t   &iy)=0;
     // Transform from real to pad coordinates
+    virtual void    GetPadIxy(Float_t x ,Float_t y ,Int_t   &ix,Int_t   &iy)=0;
+    // Transform from pad to real coordinates
     virtual void    GetPadCxy(Int_t   ix,Int_t   iy,Float_t &x ,Float_t &y )=0;
     //
     // Initialisation