]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFdigit.h
New TOF geometry description (V5) -G. Cara Romeo and A. De Caro
[u/mrichter/AliRoot.git] / TOF / AliTOFdigit.h
index 6dd6f76398c7bf2239b1b6d5fb03ec82a445bd54..11ba9c8e35b9025da0c2445365492b66c75f9738 100644 (file)
@@ -16,6 +16,8 @@
 
 #include "AliDigit.h"
 
+class AliTOFGeometry;
+
 class AliTOFdigit : public AliDigit {
 
   //overloading of the streamer << operator
@@ -30,7 +32,7 @@ friend ostream& operator << ( ostream& , const AliTOFdigit&) ;
   AliTOFdigit(const AliTOFdigit & digit) ;
   virtual ~AliTOFdigit(){}
   void            GetLocation(Int_t* Loc) const;
-  Int_t           GetTotPad() const;
+  Int_t           GetTotPad(AliTOFGeometry *tofGeom) const;
   void            AddTrack(Int_t track);
   // getters for AliTOFdigit object 
   Float_t GetTdc()    const     {return fTdc;}