]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFGeometryV4.h
Test suite for event-embedding (Adam).
[u/mrichter/AliRoot.git] / TOF / AliTOFGeometryV4.h
index e6e9213e76e69e39c2ec603e820f1e5cf1e95344..6ce9802fdaa5840107f718172046860864214665 100644 (file)
@@ -1,16 +1,15 @@
 #ifndef ALITOFGEOMETRYV4_H
 #define ALITOFGEOMETRYV4_H
+
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
 //  TOF geometry class (PPR version)                                         //
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
-
 #include "AliTOFGeometry.h"
 
 class AliTOFGeometryV4: public AliTOFGeometry {
@@ -26,6 +25,8 @@ class AliTOFGeometryV4: public AliTOFGeometry {
   Bool_t  IsInsideThePadPar(Int_t *det, Float_t *pos) const ; 
   Float_t DistanceToPadPar(Int_t *det, Float_t *pos, Float_t *dist3d=0) const ;
   void    GetVolumePath(Int_t *ind, Char_t *path );
+  void    GetVolumePath(Int_t sector, Char_t *path );
+  void    GetVolumePath(Int_t sector, Int_t plate, Int_t strip, Char_t *path );
   Int_t   GetPlate(Float_t *pos) const ;
   Int_t   GetStrip(Float_t *pos) const ;
   Int_t   GetSector(Float_t *pos) const ;