]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCAStartHitsFinder.h
bug fix: reconstruction crash when the output buffer size exceed
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCAStartHitsFinder.h
index 709278d60b5999264551784233d8ba1396b5be6f..3b6c48d1e1e554458871ad57bbe4ee94ea3edd3e 100644 (file)
@@ -32,12 +32,9 @@ class AliHLTTPCCAStartHitsFinder
         AliHLTTPCCASharedMemory( const AliHLTTPCCASharedMemory& /*dummy*/ )
             : fIRow( 0 ), fNRows( 0 ), fNHits( 0 ), fNOldStartHits( 0 ), fNRowStartHits( 0 ) {}
         AliHLTTPCCASharedMemory& operator=( const AliHLTTPCCASharedMemory& /*dummy*/ ) { return *this; }
-#endif
+#endif //!HLTCA_GPUCODE
 
-#ifndef CUDA_DEVICE_EMULATION
       protected:
-#endif
-
         int fIRow; // row index
         int fNRows; // n rows
         int fNHits; // n hits in the row
@@ -53,4 +50,4 @@ class AliHLTTPCCAStartHitsFinder
 };
 
 
-#endif
+#endif //ALIHLTTPCCASTARTHITSFINDER_H