]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliTrack.h
14-jun-2001 NvE Memberfunction GetRapidity() introduced for AliTrack and AliJet
[u/mrichter/AliRoot.git] / RALICE / AliTrack.h
index 6ce524dc47157de69f15088f56136cef81fea2c2..eff2b9eadda20d49db27b408a82cccfc8243e1ff 100644 (file)
@@ -50,6 +50,13 @@ class AliTrack : public TObject,public Ali4Vector
   Double_t GetMassHypothesis(Int_t j=0);     // Provide mass of jth hypothesis 
   Double_t GetMassHypothesisProb(Int_t j=0); // Provide prob. of jth mass hypothesis 
   void RemoveMassHypothesis(Int_t j);        // Remove the jth mass hypothesis 
+  Double_t GetPt();                 // Provide trans. momentum w.r.t. z-axis
+  Double_t GetPl();                 // Provide long. momentum w.r.t. z-axis
+  Double_t GetEt();                 // Provide trans. energy w.r.t. z-axis
+  Double_t GetEl();                 // Provide long. energy w.r.t. z-axis
+  Double_t GetMt();                 // Provide trans. mass w.r.t. z-axis
+  Double_t GetMt(Int_t j);          // Provide trans. mass w.r.t. z-axis and jth mass hypothesis
+  Double_t GetRapidity();           // Provide rapidity value w.r.t. z-axis
  
  protected:
   Float_t fQ;          // The charge of the particle