]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCTransform.h
Update of the class ESDMuonFilter. New marcros for creating AOD with muon information...
[u/mrichter/AliRoot.git] / TPC / AliTPCTransform.h
index 55643c79f650371b5564db46ff68cc4f9d83a480..3258ee78044d64dd22cf4561b481bb7da049dad1 100755 (executable)
@@ -21,6 +21,7 @@ public:
   virtual ~AliTPCTransform();
   virtual void Transform(Double_t *x,Int_t *i,UInt_t time,
                         Int_t coordinateType);
+  void SetPrimVertex(Double_t *vtx);
 protected:
   void Local2RotatedGlobal(Int_t sec,  Double_t *x) const;
   void RotatedGlobal2Global(Int_t sector,Double_t *x) const;
@@ -29,7 +30,7 @@ protected:
 private:
   Double_t fCoss[18];  // cache the transformation
   Double_t fSins[18];  // cache the transformation
-
+  Double_t fPrimVtx[3];// position of the primary vertex - needed for TOF correction
   ClassDef(AliTPCTransform,1)
 };