]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTCalo.pkg
Fixed warnings
[u/mrichter/AliRoot.git] / HLT / libAliHLTCalo.pkg
index 2799819c5aab673cc92ffbe70f15866aa61ce3f5..f051cd526c8e75eb64da68d5c5e49b97433b7aa8 100644 (file)
@@ -8,24 +8,22 @@ include $(MODDIR)/hlt.conf
 ## header files of all classes
 ## optionally, the link def file of the library is generated
 ## automatically from those header files
-CLASS_HDRS:= AliHLTCaloRawAnalyzerChiSquareFit.h \
-AliHLTCaloRawAnalyzerComponentv3.h \
-AliHLTCaloRawAnalyzerCrudeComponent.h \
-AliHLTCaloRawAnalyzerCrude.h \
-AliHLTCaloRawAnalyzer.h \
-AliHLTCaloRawAnalyzerPeakFinderComponent.h \
-AliHLTCaloRawAnalyzerPeakFinder.h \
+CLASS_HDRS:= AliHLTCaloRawAnalyzerComponentv3.h \
 AliHLTCaloUtilities.h \
 AliHLTCaloMapper.h \
 AliHLTCaloDefinitions.h \
 AliHLTCaloSanityInspector.h \
 AliHLTCaloSharedMemoryInterfacev2.h \
 AliHLTCaloFourier.h \
+AliHLTCaloConstantsHandler.h \
+AliHLTCaloClusterizer.h \
+AliHLTCaloClusterizerComponent.h \
+AliHLTCaloDigitMaker.h \
+AliHLTCaloClusterAnalyser.h \
+AliHLTCaloRcuProcessor.h \
+AliHLTCaloConstants.h \
 AliHLTCaloProcessor.h \
-AliHLTCaloRcuProcessor.h
-
-
-
+AliHLTCaloGeometry.h
 
 ## all source files of this module
 ## all source files corresponding to the class headers
@@ -34,18 +32,25 @@ AliHLTCaloRcuProcessor.h
 MODULE_SRCS=   $(CLASS_HDRS:.h=.cxx)
 
 ## all header files of this module
-MODULE_HDRS:=  $(CLASS_HDRS)                           \
-               AliHLTCaloConstants.h
-
+MODULE_HDRS:=  $(CLASS_HDRS) \
+               AliHLTCaloConstant.h \
+               AliHLTCaloDigitContainerDataStruct.h \
+               AliHLTCaloRecPointDataStruct.h \
+               AliHLTCaloRecPointContainerStruct.h \
+               AliHLTCaloRecPointHeaderStruct.h 
+##             AliHLTCaloChannelDataStruct.h \
+##             AliHLTCaloChannelDataHeaderStruct.h 
 
 ## the link def file for this module
 ## generated automatically if empty
 MODULE_DHDR:=
 
 ## AliRoot include paths
-EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO
+EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO PHOS
+
+## LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec -lEMCALrec
+LIBRARY_DEP  := -lHLTbase  -lEMCALrec   -lESD -lSTEER -lRAWDatarec 
 
-LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec
 
 ###############################################################################
 #