]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDCommonParam.h
Move pad planes from AliTRDCommomParam to AliTRDgeometry
[u/mrichter/AliRoot.git] / TRD / AliTRDCommonParam.h
index 34789af7498503f108d7d247168e896561559be2..c29c23b4d65088b9613813d150911884f3c64a63 100644 (file)
@@ -36,11 +36,6 @@ class AliTRDCommonParam : public TObject
     
     Bool_t          ExBOn() const                                  { return fExBOn;              }
     
-    AliTRDpadPlane *GetPadPlane(Int_t p, Int_t c) const;
-    Int_t           GetRowMax(Int_t p, Int_t c, Int_t /*s*/) const;
-    Int_t           GetColMax(Int_t p) const;
-    Double_t        GetRow0(Int_t p, Int_t c, Int_t /*s*/) const;
-    Double_t        GetCol0(Int_t p) const;
     Float_t         GetSamplingFrequency() const                   { return fSamplingFrequency;  }
 
   protected:
@@ -54,14 +49,13 @@ class AliTRDCommonParam : public TObject
 
     Float_t                   fSamplingFrequency; //  Sampling Frequency in MHz
   
-    TObjArray                *fPadPlaneArray;     //! Array of pad plane objects
-  
   private:
 
     // This is a singleton, constructor is private!  
     AliTRDCommonParam();
   
-    ClassDef(AliTRDCommonParam,3)                  // The constant parameters common to simulation and reconstruction
+    ClassDef(AliTRDCommonParam,4)                  // The constant parameters common to simulation and reconstruction
+
 };
 
 #endif