]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliAODParticle.h
Avoiding some potentially slow methods
[u/mrichter/AliRoot.git] / ANALYSIS / AliAODParticle.h
index 0901f299396985b96c5f138bb29b65e2cf13ea8c..c4bdd8223a7edc6a8c56b2081faa1fe584044ed9 100644 (file)
@@ -49,9 +49,6 @@ public:
   
   void           Clear(Option_t* /*option*/ ="");//Must be implemented in order to store this object in Clones Array
   
-  TLorentzVector FourMomentum() const {TLorentzVector v(fPx,fPy,fPz,fE);return v;}
-  TVector3       ProductionVertex() const {TVector3 v(fVx,fVy,fVz);return v;}
-  
   void           SetPIDprobability(Int_t pdg, Float_t prob = 1.0);
   Float_t        GetPIDprobability(Int_t pdg) const;
   Double_t       GetProbability(Int_t pdg) const {return GetPIDprobability(pdg);}