]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added member data and getters for padplane dimensions
authorjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Jan 2001 21:38:21 +0000 (21:38 +0000)
committerjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Jan 2001 21:38:21 +0000 (21:38 +0000)
RICH/AliRICHSegmentationV0.h

index bd26d9ec072d435e067903adeebd590397c8c544..70134bdb3ec00443f511da4f484e21216b9d246e 100644 (file)
@@ -107,6 +107,10 @@ public AliSegmentation {
     virtual void Draw(const char* = "") const; 
     // Function for systematic corrections
     virtual void SetCorrFunc(Int_t dum, TF1* func) {fCorr=func;}
     virtual void Draw(const char* = "") const; 
     // Function for systematic corrections
     virtual void SetCorrFunc(Int_t dum, TF1* func) {fCorr=func;}
+
+    // Getters for padplane dimensions
+    virtual Float_t    GetPadPlaneWidth()  {return fPadPlane_Width;}
+    virtual Float_t    GetPadPlaneLength() {return fPadPlane_Length;}
     
     virtual TF1* CorrFunc(Int_t) const {return fCorr;} 
     ClassDef(AliRICHSegmentationV0,1)
     
     virtual TF1* CorrFunc(Int_t) const {return fCorr;} 
     ClassDef(AliRICHSegmentationV0,1)
@@ -125,6 +129,8 @@ public AliSegmentation {
     Int_t      fSector;          // Current padplane
     Float_t    fWireD;           // wire pitch
     
     Int_t      fSector;          // Current padplane
     Float_t    fWireD;           // wire pitch
     
+    Float_t fPadPlane_Width;         //width of CsI padplanes
+    Float_t fPadPlane_Length;        //length of CsI padplanes
 
         
     // Chamber region consideres during disintegration (lower left and upper right corner)
 
         
     // Chamber region consideres during disintegration (lower left and upper right corner)