]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv0.h
First attempt to use systemtically TFolders: the geometry object posts itself to...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv0.h
index 6d861c6fd27a0d3493f354a735ed40126aef39ca..a0d0e7f9040714013099645c37a121ddb6b72204 100644 (file)
@@ -13,6 +13,7 @@
 // --- ROOT system ---
 
 class TFile;
+class TFolder;
 
 // --- AliRoot header files ---
 #include "AliPHOS.h"
@@ -21,10 +22,7 @@ class AliPHOSv0 : public AliPHOS {
 
  public:
 
-  AliPHOSv0() {
-    //ctor
-    fGeom=0;
-  }
+  AliPHOSv0() {}
   AliPHOSv0(const char *name, const char *title="") ;
   AliPHOSv0(const AliPHOSv0 & phos) {
     // cpy ctor: no implementation yet
@@ -51,11 +49,7 @@ class AliPHOSv0 : public AliPHOS {
   virtual Float_t ZMin() const;                    // overall dimension of the module (min)
   virtual Float_t ZMax() const;                    // overall dimension of the module (max)
 
-  virtual AliPHOSGeometry * GetGeometry() const {
-    // gets the pointer to the AliPHOSGeometry unique instance  
-    return fGeom ; 
-  }  
-  virtual void   Init(void) ;                                       // does nothing
+  virtual void   Init(void) ;                      // does nothing
   virtual Int_t  IsVersion(void) const { 
     // Gives the version number 
     return 0 ; 
@@ -73,8 +67,7 @@ class AliPHOSv0 : public AliPHOS {
   
  protected:
   
-  AliPHOSGeometry * fGeom ;                       // Geometry definition
-  
+
   ClassDef(AliPHOSv0,1)  // Implementation of PHOS manager class for layout EMC+PPSD
     
     };