]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALGeometry.h
Added a prototection to prevent deleting the run loader in case the getter is inoked...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALGeometry.h
index c1891fe026349865db40c3433f630da86871e2f0..81af60746068ca31acf0434020429b3be037aaad 100644 (file)
@@ -95,8 +95,6 @@ public:
        // for a given eta and phi in the EMCAL it returns the tower index.
   Int_t TowerIndexFromEtaPhi(Float_t eta,Float_t phi) const;
        // for a given eta and phi in the EMCAL it returns the pretower index.
-  Int_t PreTowerIndexFromEtaPhi(Float_t eta,Float_t phi) const;
-       // Returns theta and phi (degree) for a given EMCAL cell indicated by relid or absid
   void PosInAlice(const Int_t *relid, Float_t &theta, Float_t &phi) const ;
   void PosInAlice(Int_t absid, Float_t &theta, Float_t &phi) const ;
   Bool_t AbsToRelNumbering(Int_t AbsId, Int_t *relid) const;
@@ -135,7 +133,7 @@ private:
   Int_t   fNPhi;                       // Number of Towers in the Phi Direction
   Float_t fSampling;                   // Sampling factor
   
-  ClassDef(AliEMCALGeometry,7) // EMCAL geometry class 
+  ClassDef(AliEMCALGeometry,8) // EMCAL geometry class 
     
     };