]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSHit.h
Number of maxima in parent cluster added
[u/mrichter/AliRoot.git] / PHOS / AliPHOSHit.h
index 591e751d1a41b749005a73d76cbc2b4d1aea072e..c8dd1e3f31ff6b64bd38c862c89117b60121ca33 100644 (file)
@@ -19,8 +19,6 @@
 
 // --- Standard library ---
 
-#include <iostream.h>
-
 
 class AliPHOSHit : public AliHit {
 
@@ -50,6 +48,15 @@ class AliPHOSHit : public AliHit {
     return fPrimary ; 
   }
 
+  Float_t GetTime(void)     const {
+    // returns the time of the first energy deposition
+    return fTime ;
+  }
+
+  virtual Float_t X() const ;
+  virtual Float_t Y() const ;
+  virtual Float_t Z() const ;
+
   Bool_t operator == (AliPHOSHit const &rValue) const ;
   AliPHOSHit operator + (const AliPHOSHit& rValue) ;
 
@@ -59,6 +66,7 @@ class AliPHOSHit : public AliHit {
   Int_t          fId ;        // Absolute Id number of PHOS Xtal or PPSD pad
   Float_t        fELOS ;      // Energy deposited
   Int_t          fPrimary ;   // Primary particles at the origine of the hit
+  Float_t        fTime ;      // Time of the energy deposition
 
   ClassDef(AliPHOSHit,1)  // Hit for PHOS