]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliV0vertex.h
Removing obsolete macros
[u/mrichter/AliRoot.git] / ITS / AliV0vertex.h
index 2b6ebcdeeef24f218aaa93c05c16efff4d576522..b18fca0c62ce3b968dd49cdec40efeeeba237c50 100644 (file)
@@ -11,7 +11,7 @@
 //-------------------------------------------------------------------------
 
 #include <TObject.h>
-#include "AliPDG.h"
+#include <TPDGCode.h>
 
 class AliITStrackV2;
 
@@ -20,7 +20,7 @@ public:
   AliV0vertex();
   AliV0vertex(const AliITStrackV2 &neg, const AliITStrackV2 &pos);
 
-  void ChangeMassHypothesis(Int_t code=kLambda0); 
+  Double_t ChangeMassHypothesis(Int_t code=kK0Short); 
 
   Int_t GetPdgCode() const {return fPdgCode;}
   Double_t GetEffMass() const {return fEffMass;}