X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSsegmentation.h;h=def0ffcfe71fbd6969e387c140244e5ae5835e28;hb=416d7e17c8bf57698a4a509ff34b05517a7154fc;hp=2f111270499e1f47264d88b047c07ddc97163c0c;hpb=23197852b55a2f848f715a9f57e1dc811c9d3f50;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSsegmentation.h b/ITS/AliITSsegmentation.h index 2f111270499..def0ffcfe71 100644 --- a/ITS/AliITSsegmentation.h +++ b/ITS/AliITSsegmentation.h @@ -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; //