]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCAMerger.h
changes from Matthias
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCAMerger.h
index 034a9dfc86ef9c45a4d102ee2a88a8b93c8ab629..cc4158c7d20877351d2b97feb298c4b7a43f8226 100644 (file)
@@ -43,7 +43,7 @@ class AliHLTTPCCAMerger
     const AliHLTTPCCAMergerOutput * Output() const { return fOutput; }
 
     bool FitTrack( AliHLTTPCCATrackParam &T, float &Alpha,
-                     AliHLTTPCCATrackParam t0, float Alpha0, int hits[], int &NHits,  bool dir = 0 );
+                   AliHLTTPCCATrackParam t0, float Alpha0, int hits[], int &NHits,  bool dir = 0 );
 
   private:
 
@@ -59,7 +59,7 @@ class AliHLTTPCCAMerger
                             int iSlice2, AliHLTTPCCABorderTrack B2[], int N2 );
 
     static float GetChi2( float x1, float y1, float a00, float a10, float a11,
-                            float x2, float y2, float b00, float b10, float b11  );
+                          float x2, float y2, float b00, float b10, float b11  );
 
     void UnpackSlices();
     void Merging();