]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCARow.cxx
bug fix: reconstruction crash when the output buffer size exceed
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCARow.cxx
index f4626b7c6ba114c7383b2c72d02d44839df2d7fb..6d704991ebb039a2092ddd7ae16a1fb135e89add 100644 (file)
@@ -1,6 +1,6 @@
 // @(#) $Id$
 // **************************************************************************
-// This file is property of and copyright by the ALICE HLT Project          * 
+// This file is property of and copyright by the ALICE HLT Project          *
 // ALICE Experiment at CERN, All rights reserved.                           *
 //                                                                          *
 // Primary Authors: Sergey Gorbunov <sergey.gorbunov@kip.uni-heidelberg.de> *
 
 
 #if !defined(HLTCA_GPUCODE)
-AliHLTTPCCARow::AliHLTTPCCARow() 
-  :
-  fFirstHit(0), fNHits(0), fX(0), fMaxY(0), fGrid(),
-  fHy0(0),fHz0(0), fHstepY(0),fHstepZ(0), fHstepYi(0), fHstepZi(0),
-  fFullSize(0), fFullOffset(0), fFullGridOffset(0),fFullLinkOffset(0)
+AliHLTTPCCARow::AliHLTTPCCARow()
+    :
+    fNHits( 0 ), fX( 0 ), fMaxY( 0 ), fGrid(),
+    fHy0( 0 ), fHz0( 0 ), fHstepY( 0 ), fHstepZ( 0 ), fHstepYi( 0 ), fHstepZi( 0 ),
+    fFullSize( 0 ), fHitNumberOffset( 0 ), fFirstHitInBinOffset( 0 )
 {
   // dummy constructor
 }