]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/AliRICHv3.h
New Local2Global with respect to PC. Old v3 geometry is deleted
[u/mrichter/AliRoot.git] / RICH / AliRICHv3.h
index a18a963303154d7ee65d1536ec0d15bb697639c6..bc777e844819cf4146779dfd267b95e4e4b1599f 100644 (file)
@@ -17,8 +17,6 @@ public:
   virtual       ~AliRICHv3();                             
   virtual Int_t  IsVersion()                                     const{return 3;}
   virtual void   StepManager();     
-  virtual void   CreateGeometry();  
-  virtual void   Init();            // Makes nothing for a while          
           void   DiagnosticsFE(Int_t evNumber1,Int_t evNumber2);
          Int_t   Hits2SDigits(Float_t xhit,Float_t yhit,Float_t eloss, Int_t idvol, ResponseType res);
   void     SetGeometryModel(Int_t c,AliRICHGeometry *pRICHGeo)                    {C(c)->SetGeometryModel(pRICHGeo);}
@@ -28,7 +26,6 @@ public:
   AliSegmentation* GetSegmentationModel(Int_t c=1)                           const{return C(c)->GetSegmentationModel();}
   AliRICHResponse* GetResponseModel(Int_t c=1)                               const{return C(c)->GetResponseModel();}
 private:
-  Double_t* RotateXY(const Double_t* r, Double_t a);//Rotation in the X-Y plane in G3 notation
   ClassDef(AliRICHv3,1)  //RICH full version, configurable with azimuthal rotation     
 };// class AliRICHv3