X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliAODVertex.h;h=b95da5e8cfa308740252c2b8347543123bf757c3;hb=dc3719f36554a2e7ab07cf6bdc56335838f1eee6;hp=8ae75e8731ec989159cffb7b51620a20afda8658;hpb=1a3f462b944e93c8a964cc1a42cdbb5149c384f2;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliAODVertex.h b/STEER/AliAODVertex.h index 8ae75e8731e..b95da5e8cfa 100644 --- a/STEER/AliAODVertex.h +++ b/STEER/AliAODVertex.h @@ -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; }