]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCcluster.h
Splitting TPC library (T.Kuhr)
[u/mrichter/AliRoot.git] / TPC / AliTPCcluster.h
index 3b84475dc0a76862fd28058968fdb075a2ce8248..a8d2d621543b61c30efbbf119987b14ed51edd4d 100644 (file)
@@ -25,6 +25,9 @@ public:
   Int_t IsUsed() const {return (fQ<0) ? 1 : 0;}
   Float_t GetQ() const {return TMath::Abs(fQ);}
 
+  static Double_t SigmaY2(Double_t r, Double_t tgl, Double_t pt);
+  static Double_t SigmaZ2(Double_t r, Double_t tgl);
+
 private:
   Float_t   fQ ;       //Q of cluster (in ADC counts)