From: morsch Date: Mon, 29 Sep 2003 08:03:54 +0000 (+0000) Subject: negative indexes allowed X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=15112c870fdecdb8571d11959b256f31e31265f0;hp=091a17ea3ae298bb285d808f9c58a04187555599 negative indexes allowed --- diff --git a/STEER/AliESDtrack.h b/STEER/AliESDtrack.h index 53ca5e340bb..3fac114b900 100644 --- a/STEER/AliESDtrack.h +++ b/STEER/AliESDtrack.h @@ -41,7 +41,7 @@ public: void SetTPCpid(const Double_t *p); void GetTPCpid(Double_t *p) const; Float_t GetTPCsignal() const {return fTPCsignal;} - Int_t GetTPCclusters(UInt_t *idx) const; + Int_t GetTPCclusters(Int_t *idx) const; void SetITSpid(const Double_t *p); void GetITSpid(Double_t *p) const;