From: masera Date: Tue, 20 Jul 2004 15:00:44 +0000 (+0000) Subject: Bug fix on method Dy() X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=a3da634063810ee1c315bfbaa5aae3f46ce7069e Bug fix on method Dy() --- diff --git a/ITS/AliITSsegmentation.h b/ITS/AliITSsegmentation.h index d1472fd9bfd..b3be113f236 100644 --- a/ITS/AliITSsegmentation.h +++ b/ITS/AliITSsegmentation.h @@ -59,7 +59,7 @@ public TObject { // Detector width virtual Float_t Dz() const {return fDz;} // Detector thickness - virtual Float_t Dy() const {return fDz;} + virtual Float_t Dy() const {return fDy;} // Cell size in x virtual Float_t Dpx(Int_t) const = 0; // Cell size in z