]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Using Double32_t instead of Double_t.
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Nov 2006 10:15:06 +0000 (10:15 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Nov 2006 10:15:06 +0000 (10:15 +0000)
STEER/AliExternalTrackParam.h

index a06eb9511cadede9d407052d11a08284fdcebc85..fbf32af269c2196a557d1de8e177e693577118aa 100644 (file)
@@ -125,12 +125,12 @@ protected:
   Double_t &Cov(Int_t i) {return fC[i];}
 
 private:
-  Double_t             fX;     // X coordinate for the point of parametrisation
-  Double_t             fAlpha; // Local <-->global coor.system rotation angle
-  Double_t             fP[5];  // The track parameters
-  Double_t             fC[15]; // The track parameter covariance matrix
+  Double32_t           fX;     // X coordinate for the point of parametrisation
+  Double32_t           fAlpha; // Local <-->global coor.system rotation angle
+  Double32_t           fP[5];  // The track parameters
+  Double32_t           fC[15]; // The track parameter covariance matrix
 
-  ClassDef(AliExternalTrackParam, 4)
+  ClassDef(AliExternalTrackParam, 5)
 };
 
 #endif