X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FCMakelibAliHLTTPC.pkg;h=b7b9115e611c4f7e4e9fd7715537bc7945327c11;hb=eedaa08dfbc58f8479e99c0d0ed5a92c369a4221;hp=a052069d14a4f8c799ec71f8d761547a1a41e97d;hpb=4a8c76e118527cbcd1cc1198ae3845163ad410df;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/CMakelibAliHLTTPC.pkg b/HLT/CMakelibAliHLTTPC.pkg index a052069d14a..b7b9115e611 100644 --- a/HLT/CMakelibAliHLTTPC.pkg +++ b/HLT/CMakelibAliHLTTPC.pkg @@ -32,7 +32,6 @@ set ( CLASS_HDRS AliHLTTPCClusterTransformation.h AliHLTTPCAgent.h AliHLTTPCMemHandler.h - AliHLTTPCDataCompressorHelper.h AliHLTTPCFileHandler.h AliHLTTPCClusterFinder.h AliHLTTPCMapping.h @@ -41,33 +40,20 @@ set ( CLASS_HDRS AliHLTTPCDigitReader32Bit.h AliHLTTPCDigitDumpComponent.h AliHLTTPCDataCheckerComponent.h - AliHLTTPCVertex.h - AliHLTTPCTrackArray.h - AliHLTTPCTrack.h AliHLTTPCSpacePointContainer.h AliHLTTPCRawSpacePointContainer.h AliHLTTPCHWCFSpacePointContainer.h AliHLTTPCTrackGeometry.h AliHLTTPCHWCFData.h offline/AliHLTTPCDigitPublisherComponent.h - offline/AliHLTTPCOfflineClustererComponent.h - offline/AliHLTTPCOfflineTrackerComponent.h - offline/AliHLTTPCOfflineTrackerCalibComponent.h - offline/AliHLTTPCOfflineCalibrationComponent.h offline/AliHLTTPCOfflineCluster.h AliHLTTPCClusters.h - AliHLTTPCConfMapFit.h - AliHLTTPCConfMapTrack.h - AliHLTTPCConfMapPoint.h - AliHLTTPCConfMapper.h - AliHLTTPCModelTrack.h AliHLTTPCPad.h AliHLTTPCDefinitions.h AliHLTTPCRawDataUnpackerComponent.h AliHLTTPCClusterFinderComponent.h AliHLTTPCHWClusterTransformComponent.h AliHLTTPCCFComparisonComponent.h - AliHLTTPCEsdWriterComponent.h AliHLTTPCHistogramHandlerComponent.h AliHLTTPCClusterConverterComponent.h AliHLTTPCClusterAccessHLTOUT.h @@ -105,22 +91,11 @@ set ( CLASS_HDRS merger-ca/AliHLTTPCGMTrackParam.h merger-ca/AliHLTTPCGMSliceTrack.h merger-ca/AliHLTTPCGMMerger.h - comp/AliHLTTPCCompDataCompressorHelper.h - comp/AliHLTTPCCompDumpComponent.h - comp/AliHLTTPCCompModelAnalysis.h - comp/AliHLTTPCCompModelConverter.h - comp/AliHLTTPCCompModelConverterComponent.h - comp/AliHLTTPCCompModelDeconverter.h - comp/AliHLTTPCCompModelDeconverterComponent.h - comp/AliHLTTPCCompModelDeflater.h - comp/AliHLTTPCCompModelDeflaterComponent.h - comp/AliHLTTPCCompModelInflater.h - comp/AliHLTTPCCompModelInflaterComponent.h comp/AliHLTTPCDataCompressionComponent.h comp/AliHLTTPCDataCompressionMonitorComponent.h comp/AliHLTTPCDataCompressionDecoder.h comp/AliHLTTPCDataCompressionFilterComponent.h - AliHLTTPCRawReaderPublisherComponent.h + AliHLTTPCDataPublisherComponent.h AliHLTTPCClusterHistoComponent.h AliHLTTPCTrackHistoComponent.h AliHLTTPCTrackDumpComponent.h @@ -144,7 +119,18 @@ set ( CLASS_HDRS string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}") list(APPEND MODULE_SRCS AliHLTTPCLog.cxx) -set ( MODULE_HDRS ${CLASS_HDRS} AliHLTTPCLog.h AliHLTTPCLogging.h AliHLTTPCSpacePointData.h AliHLTTPCRootTypes.h AliHLTTPCDigitData.h AliHLTTPCTrackSegmentData.h AliHLTTPCVertexData.h AliHLTTPCTrackletDataFormat.h AliHLTTPCClusterDataFormat.h AliHLTTPCModels.h AliHLTTPCClusterMCData.h HWCFemulator/AliHLTTPCHWCFDataTypes.h) +set ( MODULE_HDRS + ${CLASS_HDRS} + AliHLTTPCLog.h + AliHLTTPCLogging.h + AliHLTTPCSpacePointData.h + AliHLTTPCDigitData.h + AliHLTTPCTrackSegmentData.h + AliHLTTPCTrackletDataFormat.h + AliHLTTPCClusterDataFormat.h + AliHLTTPCClusterMCData.h + HWCFemulator/AliHLTTPCHWCFDataTypes.h +) set ( MODULE_DHDR )