]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correction for the new coordinate system (Yu.Belikov)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 23 Mar 2004 10:21:07 +0000 (10:21 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 23 Mar 2004 10:21:07 +0000 (10:21 +0000)
STEER/AliESDtrack.h

index 05249f8df35dfa7ea25f3bd2fbf6ae3ce61298ab..49ffda7cc835b957b3e4c64726b67fb0b5f05310 100644 (file)
@@ -37,7 +37,7 @@ public:
   Double_t GetP() const;
   void GetPxPyPz(Double_t *p) const;
   void GetXYZ(Double_t *r) const;
-  Int_t GetSign() const {return (fRp[4]<0) ? 1 : -1;} 
+  Int_t GetSign() const {return (fRp[4]>0) ? 1 : -1;} 
 
   void SetConstrainedTrackParams(AliKalmanTrack *t, Double_t chi2);