]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliKalmanTrack.cxx
change in the dtor
[u/mrichter/AliRoot.git] / STEER / AliKalmanTrack.cxx
index 3912a2fb16d3124367af94d2161591830ff738ca..92df4af77cfd24124241509e795ccc97cfd820f3 100644 (file)
@@ -31,8 +31,8 @@ ClassImp(AliKalmanTrack)
   fFakeRatio(0),
   fChi2(0),
   fMass(AliPID::ParticleMass(AliPID::kPion)),
-  fN(0),
   fLab(-3141593),
+  fN(0),
   fStartTimeIntegral(kFALSE),
   fIntegratedLength(0)
 {
@@ -48,8 +48,8 @@ AliKalmanTrack::AliKalmanTrack(const AliKalmanTrack &t):
   fFakeRatio(t.fFakeRatio),
   fChi2(t.fChi2),
   fMass(t.fMass),
-  fN(t.fN),
   fLab(t.fLab),
+  fN(t.fN),
   fStartTimeIntegral(t.fStartTimeIntegral),
   fIntegratedLength(t.fIntegratedLength)
 {