]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CMakelibAliHLTTPC.pkg
implementing framework class for HWCF cluster merging, the logic needs to be implemen...
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTTPC.pkg
index 3a343df47dad2a749f7def955fa04cd7f29962b3..abe00ecc4d4543f85120a2546e3a235940f2b42c 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*- 
 # $Id$
 #--------------------------------------------------------------------------------#
 # Package File for AliHLTTPC                                                     #
@@ -45,6 +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
@@ -72,6 +77,7 @@ set ( CLASS_HDRS
     AliHLTTPCEsdWriterComponent.h
     AliHLTTPCHistogramHandlerComponent.h
     AliHLTTPCClusterConverterComponent.h
+    AliHLTTPCClusterAccessHLTOUT.h
     tracking-ca/AliHLTTPCCATrack.h
     tracking-ca/AliHLTTPCCATracklet.h
     tracking-ca/AliHLTTPCCATracker.h
@@ -117,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
@@ -124,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
@@ -132,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}")
@@ -141,7 +154,7 @@ set ( MODULE_HDRS   ${CLASS_HDRS} AliHLTTPCLog.h AliHLTTPCLogging.h AliHLTTPCSpa
 
 set ( MODULE_DHDR )
 
-set ( EINCLUDE  HLT/TPCLib HLT/TPCLib/tracking HLT/TPCLib/comp HLT/TPCLib/tracking-ca HLT/TPCLib/merger-ca HLT/TPCLib/offline HLT/TPCLib/HWCFemulator HLT/BASE HLT/BASE/util HLT/RCU TPC RAW STEER)
+set ( EINCLUDE  HLT/TPCLib HLT/TPCLib/tracking HLT/TPCLib/comp HLT/TPCLib/tracking-ca HLT/TPCLib/merger-ca HLT/TPCLib/offline HLT/TPCLib/HWCFemulator HLT/BASE HLT/BASE/util HLT/RCU TPC RAW STEER/STEER STEER/ESD STEER/STEERBase)
 set ( ELIBS  dl)
 
 set ( ELIBS  "HLTbase AliHLTRCU AliHLTUtil CDB ESD STEER STEERBase TPCrec TPCcalib TPCbase RAWDatarec RAWDatabase -lEG")