From a33a2f3d8d2abe472a491072a990f6a438aa5726 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 1 Apr 2005 11:59:25 +0000 Subject: [PATCH] Possibility to set the track label --- STEER/AliESDtrack.h | 1 + 1 file changed, 1 insertion(+) diff --git a/STEER/AliESDtrack.h b/STEER/AliESDtrack.h index 64e3aa0d01f..596f2c424cf 100644 --- a/STEER/AliESDtrack.h +++ b/STEER/AliESDtrack.h @@ -50,6 +50,7 @@ public: ULong_t GetStatus() const {return fFlags;} Int_t GetLabel() const {return fLabel;} + void SetLabel(Int_t label) {fLabel = label;} Double_t GetAlpha() const {return fRalpha;} void GetExternalParameters(Double_t &x, Double_t p[5]) const; void GetExternalCovariance(Double_t cov[15]) const; -- 2.43.0