]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTCalo.pkg
- added protection for slice and partition values out of range
[u/mrichter/AliRoot.git] / HLT / libAliHLTCalo.pkg
index be95ed53535fdebb61c80fe1c3fbf22603bd1dda..2f270be5641a3414343abdfe096571cc21b90982 100644 (file)
@@ -1,10 +1,32 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
+
+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:=   
+CLASS_HDRS:= AliHLTCaloRawAnalyzerChiSquareFit.h \
+AliHLTCaloRawAnalyzerComponentv3.h \
+AliHLTCaloRawAnalyzerCrudeComponent.h \
+AliHLTCaloRawAnalyzerCrude.h \
+AliHLTCaloRawAnalyzer.h \
+AliHLTCaloRawAnalyzerPeakFinderComponent.h \
+AliHLTCaloRawAnalyzerPeakFinder.h \
+AliHLTCaloUtilities.h \
+AliHLTCaloMapper.h \
+AliHLTCaloDefinitions.h \
+AliHLTCaloSanityInspector.h \
+AliHLTCaloSharedMemoryInterfacev2.h \
+AliHLTCaloFourier.h \
+AliHLTCaloConstants.h \
+AliHLTCaloClusterizer.h \
+AliHLTCaloDigitMaker.h \
+AliHLTCaloClusterAnalyser.h \
+AliHLTCaloRcuProcessor.h \
+AliHLTCaloProcessor.h 
 
 ## all source files of this module
 ## all source files corresponding to the class headers
@@ -13,16 +35,24 @@ CLASS_HDRS:=
 MODULE_SRCS=   $(CLASS_HDRS:.h=.cxx)
 
 ## all header files of this module
-MODULE_HDRS:=  $(CLASS_HDRS)
+MODULE_HDRS:=  $(CLASS_HDRS) \
+               AliHLTCaloConstant.h \
+               AliHLTCaloDigitDataStruct.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:=  
+MODULE_DHDR:=
 
 ## AliRoot include paths
-EINCLUDE := HLT/BASE RAW PHOS EMCAL STEER   
+EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO PHOS
 
-LIBRARY_DEP  := -lHLTbase -lRAWDatarec
+LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec
 
 ###############################################################################
 #
@@ -30,8 +60,6 @@ LIBRARY_DEP  := -lHLTbase -lRAWDatarec
 #
 include $(MODDIR)/hlt.conf
 
-CLASS_HDRS:=AliHLTCALODecoderWrapper.h
-
 SRCS:=$(patsubst %,CALO/%,$(MODULE_SRCS))
 CINTHDRS:=$(patsubst %,CALO/%,$(CLASS_HDRS))
 HDRS:=$(patsubst %,CALO/%,$(MODULE_HDRS))