]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODVertex.h
A few improvements, a small bug fix, and removal of the dependency on AliTracker...
[u/mrichter/AliRoot.git] / STEER / AliAODVertex.h
index 8ae75e8731ec989159cffb7b51620a20afda8658..b95da5e8cfa308740252c2b8347543123bf757c3 100644 (file)
@@ -78,8 +78,8 @@ class AliAODVertex : public TObject {
   Double_t  GetChi2perNDF() const
     { return fChi2/(2.*fDaughters.GetEntriesFast()-3.); }
 
-  Char_t    GetVtxType() const { return fType; }
-  void      SetVtxType(Char_t vtype) { fType=vtype; }
+  Char_t    GetType() const { return fType; }
+  void      SetType(AODVtx_t vtype) { fType=vtype; }
 
   TObject* GetParent() const   { return fParent.GetObject(); }
   Bool_t   HasParent(TObject *parent) const { return (fParent.GetObject() == parent) ? kTRUE : kFALSE; }