]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CMakelibAliHLTTPC.pkg
Fix Coverity
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTTPC.pkg
index fc8c88e62fe77574ec1508a551cbc2de65415225..abe00ecc4d4543f85120a2546e3a235940f2b42c 100644 (file)
@@ -46,7 +46,10 @@ set ( CLASS_HDRS
     AliHLTTPCTrackArray.h
     AliHLTTPCTrack.h
     AliHLTTPCSpacePointContainer.h
+    AliHLTTPCRawSpacePointContainer.h
+    AliHLTTPCHWCFSpacePointContainer.h
     AliHLTTPCTrackGeometry.h
+    AliHLTTPCHWCFData.h
     offline/AliHLTTPCDigitPublisherComponent.h
     offline/AliHLTTPCOfflineClustererComponent.h
     offline/AliHLTTPCOfflineTrackerComponent.h
@@ -120,6 +123,10 @@ set ( CLASS_HDRS
     comp/AliHLTTPCCompModelDeflaterComponent.h
     comp/AliHLTTPCCompModelInflater.h
     comp/AliHLTTPCCompModelInflaterComponent.h
+    comp/AliHLTTPCDataCompressionComponent.h
+    comp/AliHLTTPCDataCompressionMonitorComponent.h
+    comp/AliHLTTPCDataCompressionDecoder.h
+    comp/AliHLTTPCDataCompressionFilterComponent.h
     AliHLTTPCClusterHistoComponent.h
     AliHLTTPCTrackHistoComponent.h
     AliHLTTPCTrackDumpComponent.h
@@ -127,7 +134,9 @@ set ( CLASS_HDRS
     AliHLTTPCHWCFDataReverterComponent.h
     AliHLTTPCTrackMCMarkerComponent.h
     AliHLTTPCdEdxComponent.h
+    AliHLTTPCdEdxMonitoringComponent.h
     HWCFemulator/AliHLTTPCHWCFExtractorUnit.h
+    HWCFemulator/AliHLTTPCHWCFPeakFinderUnit.h
     HWCFemulator/AliHLTTPCHWCFProcessorUnit.h
     HWCFemulator/AliHLTTPCHWCFMergerUnit.h
     HWCFemulator/AliHLTTPCHWCFDivisionUnit.h
@@ -135,6 +144,7 @@ set ( CLASS_HDRS
     HWCFemulator/AliHLTTPCHWCFSupport.h
     HWCFemulator/AliHLTTPCHWCFEmulatorComponent.h
     HWCFemulator/AliHLTTPCHWCFConsistencyControlComponent.h
+    HWCFemulator/AliHLTTPCHWClusterMerger.h
 )
 
 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}")