From a60a9d2a18a49ae3a9f4d8b875322542762daeba Mon Sep 17 00:00:00 2001 From: dibari Date: Fri, 30 Jun 2000 16:50:10 +0000 Subject: [PATCH] Fixed incorrect comments. --- RICH/AliRICHSegmentation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RICH/AliRICHSegmentation.h b/RICH/AliRICHSegmentation.h index 45d735446d7..cd75592086f 100644 --- a/RICH/AliRICHSegmentation.h +++ b/RICH/AliRICHSegmentation.h @@ -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 -- 2.43.0