]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDgeometryFull.h
Major upgrades to the strip structure
[u/mrichter/AliRoot.git] / TRD / AliTRDgeometryFull.h
index 298a2e57ffa11e888492f9f2ae3950ebee573b6f..da9e6164c4cb7a12dbbc20d78ea584e06e44ba65 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ALITRDGEOMETRYFULL_h
-#define ALITRDGEOMETRYFULL_h
+#ifndef ALITRDGEOMETRYFULL_H
+#define ALITRDGEOMETRYFULL_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -12,17 +12,20 @@ class AliTRDgeometryFull : public AliTRDgeometry {
  public:
 
   AliTRDgeometryFull();
-  ~AliTRDgeometryFull();
+  virtual ~AliTRDgeometryFull();
 
           void    CreateGeometry(Int_t *idtmed);
-          Int_t   IsVersion() const { return 1; };
+          Int_t   IsVersion() const   { return 1; };
           void    Init();
 
-          void    SetPHOShole()     { fPHOShole = kTRUE; };
-          void    SetRICHhole()     { fRICHhole = kTRUE; };
+          void    SetPHOShole()       { fPHOShole = kTRUE; };
+          void    SetRICHhole()       { fRICHhole = kTRUE; };
 
-          Bool_t  GetPHOShole()     { return fPHOShole;  };
-          Bool_t  GetRICHhole()     { return fRICHhole;  };
+          void    SetNRowPad();
+  virtual void    SetNRowPad(Int_t p, Int_t c, Int_t npad);
+
+          Bool_t  GetPHOShole() const { return fPHOShole;  };
+          Bool_t  GetRICHhole() const { return fRICHhole;  };
 
  protected: