]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDgeometryFull.h
- Return from Gstpar if material is not used.
[u/mrichter/AliRoot.git] / TRD / AliTRDgeometryFull.h
index 837693ff6d8af6fc5af8b10a0cb79a35717a6f48..8a2ac5549befdf8128fbebefba8798dbe25e8f8d 100644 (file)
@@ -21,12 +21,16 @@ class AliTRDgeometryFull : public AliTRDgeometry {
   virtual ~AliTRDgeometryFull();
 
           void    CreateGeometry(Int_t *idtmed);
+          void    CreateFrame(Int_t *idtmed);
+          void    CreateServices(Int_t *idtmed);
           Int_t   IsVersion() const   { return 1; };
           void    Init();
 
           void    SetPHOShole()       { fPHOShole = kTRUE; };
           void    SetRICHhole()       { fRICHhole = kTRUE; };
 
+  virtual void    SetOldGeometry();
+
           Bool_t  GetPHOShole() const { return fPHOShole;  };
           Bool_t  GetRICHhole() const { return fRICHhole;  };
 
@@ -35,7 +39,7 @@ class AliTRDgeometryFull : public AliTRDgeometry {
   Bool_t          fPHOShole;                  // Switch for the hole in front of the PHOS
   Bool_t          fRICHhole;                  // Switch for the hole in front of the RICH
 
-  ClassDef(AliTRDgeometryFull,2)              // TRD geometry without hole
+  ClassDef(AliTRDgeometryFull,3)              // TRD geometry without hole
 
 };