]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliVTrack.h
The present commit corresponds to an important change in the way the
[u/mrichter/AliRoot.git] / STEER / AliVTrack.h
index 67af0ec8072e8109bed0c457922c822f12d2f6bd..fe2f3659a12e0929fd3881ffdcf3ae19f1a74c0c 100644 (file)
@@ -24,6 +24,7 @@ public:
   virtual UChar_t  GetITSClusterMap() const = 0;
   virtual ULong_t  GetStatus() const = 0;
   virtual Bool_t   GetXYZ(Double_t *p) const = 0;
+  virtual Double_t GetBz() const;
   virtual Bool_t   GetCovarianceXYZPxPyPz(Double_t cv[21]) const = 0;
 
   ClassDef(AliVTrack,0)  // base class for tracks