]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSsegmentation.h
Eliminated hardwired names. The layed detector type ID is stored in TGeo and can
[u/mrichter/AliRoot.git] / ITS / AliITSsegmentation.h
index 2f111270499e1f47264d88b047c07ddc97163c0c..def0ffcfe71fbd6969e387c140244e5ae5835e28 100644 (file)
@@ -54,18 +54,6 @@ public TObject {
     // Transformation from detector segmentation/cell coordiantes starting
     // from (0,0) to Geant cm detector center local coordinates.
     virtual void    DetToLocal(Int_t,Int_t,Float_t &,Float_t &) const = 0;
-
-    // Transform from real global to local coordinates
-    void GetLocal(Int_t module,Float_t *g ,Float_t *l, AliITSgeom *geom) const {
-      if(geom) geom->GtoL(module,g,l);
-      else AliFatal("Pointer to ITS geometry class (AliITSgeom) is null\n");
-    }
-    // Transform from real local to global coordinates
-    void GetGlobal(Int_t module,Float_t *l ,Float_t *g, AliITSgeom *geom) const {
-      if(geom) geom->LtoG(module,l,g);
-      else AliFatal("Pointer to ITS geometry class (AliITSgeom) is null\n");
-    }
-
     // Initialisation
     virtual void Init() = 0;
     //