]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecParticle.h
Includes required by ROOT head
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecParticle.h
index 9fa2b2dd6d182952256360b51548f5e0b2b51035..297e5b36b1dc4d9dd4d4b87d78a76f97968175fa 100644 (file)
@@ -36,10 +36,10 @@ class AliPHOSRecParticle : public AliPHOSFastRecParticle {
   TVector3 GetPos() const { return fPos ; } 
   virtual const TParticle * GetPrimary(Int_t index) const ;
   virtual const TParticle * GetPrimary() const ;
-  const Int_t GetPrimaryIndex() const ;
-  const Double_t *GetPID() { return fPID ; }
+  Int_t GetPrimaryIndex() const ;
+  const Float_t *GetPID() { return fPID ; }
   void    SetDebug() { fDebug = kTRUE ; } 
-  void    SetPID(Int_t type, Double_t weight) ; 
+  void    SetPID(Int_t type, Float_t weight) ; 
   void    SetPos(TVector3 pos) { fPos.SetXYZ( pos.X(), pos.Y(), pos.Z() ); } 
   void    UnsetDebug() { fDebug = kFALSE ; }
   void    SetTrackSegment(Int_t index){fPHOSTrackSegment = index; }