]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/AliITSURecoLayer.h
Fixes for reco
[u/mrichter/AliRoot.git] / ITS / UPGRADE / AliITSURecoLayer.h
index 4ca7f9d27967e8df11f5f46a3c6843b2d297a77a..d3a0f2881384045b963a10e0635cf4fd2b74f2c7 100644 (file)
@@ -36,6 +36,8 @@ class AliITSURecoLayer : public TNamed
   Double_t           GetRMax()                     const {return fRMax;}
   Double_t           GetDR()                       const {return fRMax-fRMin;}
   Double_t           GetR()                        const {return fR;}
+  Double_t           GetZMin()                     const {return fZMin;}
+  Double_t           GetZMax()                     const {return fZMax;}
   Double_t           GetMaxStep()                  const {return fMaxStep;}
   Bool_t             IsActive()                    const {return !TestBit(kPassive);}
   Bool_t             IsPassive()                   const {return TestBit(kPassive);}
@@ -45,6 +47,8 @@ class AliITSURecoLayer : public TNamed
   void               SetRMin(Double_t r)                 {fRMin = r;}
   void               SetRMax(Double_t r)                 {fRMax = r;}
   void               SetR(Double_t r)                    {fR = r;}
+  void               SetZMin(Double_t z)                 {fZMin = z;}
+  void               SetZMax(Double_t z)                 {fZMax = z;}
   void               SetPassive(Bool_t v=kTRUE)          {SetBit(kPassive,v);}
   void               SetMaxStep(Double_t st)             {fMaxStep = st>0 ? st : 0.1;}
   //