]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Possibility to set the track label
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 1 Apr 2005 11:59:25 +0000 (11:59 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 1 Apr 2005 11:59:25 +0000 (11:59 +0000)
STEER/AliESDtrack.h

index 64e3aa0d01fdc6e7113dd625140a7a0ebf1e392f..596f2c424cf6e016ccd1e195d809cb4f1c6236aa 100644 (file)
@@ -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;