]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFGeometry.h
possiblity to read ESD friends and TPC outer check (Jacek)
[u/mrichter/AliRoot.git] / TOF / AliTOFGeometry.h
index c17cdab96bcc59f1c7713d6035391bd1fa7fc176..64ffa7a8f13480fe25642daabd669191130e14d0 100644 (file)
@@ -109,6 +109,12 @@ class AliTOFGeometry: public TObject{
   static Int_t GetIndex(Int_t *detId); // Get channel index from det Id (for calibration mainly)
   static void GetVolumeIndices(Int_t index, Int_t *detId); // Get volume index from channel index
 
+  UShort_t GetAliSensVolIndex(Int_t sec, Int_t pla, Int_t str) const; // Get the index of the TOF alignable volume in the AliGeomManager order
+  static Int_t GetStripNumber(Int_t isector, Int_t iplate, Int_t istrip); // Get the serial number of the TOF alignable volume, i.e. the TOF strip
+  static Int_t GetStripNumberPerSM(Int_t iplate, Int_t istrip); // Get the serial number of the TOF strip in a TOF SM
+  void PadRF2TrackingRF(Float_t *ctrackPos, Float_t *differenceT);
+
+
   private:
 
   enum {
@@ -166,7 +172,7 @@ class AliTOFGeometry: public TObject{
   static const Float_t fgkTdcBin;   // time-of-flight bin width [ps]
   static const Float_t fgkToTBin;   // time-over-threshold bin width [ps]
 
-  ClassDef(AliTOFGeometry,7) // TOF Geometry base class
+  ClassDef(AliTOFGeometry,8) // TOF Geometry base class
 };
 
 #endif