]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSHit.h
make it compile with Federico modifications
[u/mrichter/AliRoot.git] / PHOS / AliPHOSHit.h
index d653289e056370e8139f3db68889acfc9b750880..936da55fcc82d59db4d986d8857cd429ab812049 100644 (file)
@@ -43,6 +43,10 @@ class AliPHOSHit : public AliHit {
     // return the identificator of this his
     return fId ; 
   }
+  Int_t   GetPid(void)      const { 
+    // return the particle PDG code which initiates this hit
+    return fPid ; 
+  }
   Int_t   GetPrimary(void)  const { 
     // returns the primary particle id at the origine of this hit 
     return fPrimary ;