]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTCalo.pkg
fix bug in calculation of signals and npads for clusters
[u/mrichter/AliRoot.git] / HLT / libAliHLTCalo.pkg
index f5e794ae9247d2941cc19ebe29a5b8a3aa75c13e..90b8302111864aea89cff8ae2ae410e4c6809d10 100644 (file)
@@ -8,20 +8,23 @@ 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 \
+AliHLTCaloConstants.h \
 AliHLTCaloSanityInspector.h \
 AliHLTCaloSharedMemoryInterfacev2.h \
-AliHLTCaloFourier.h
-
+AliHLTCaloFourier.h \
+AliHLTCaloConstantsHandler.h \
+AliHLTCaloClusterizer.h \
+AliHLTCaloClusterizerNbyN.h \
+AliHLTCaloClusterizerComponent.h \
+AliHLTCaloDigitMaker.h \
+AliHLTCaloClusterAnalyser.h \
+AliHLTCaloProcessor.h \
+AliHLTCaloGeometry.h \
+AliHLTCaloRecoParamHandler.h
 
 ## all source files of this module
 ## all source files corresponding to the class headers
@@ -30,18 +33,25 @@ AliHLTCaloFourier.h
 MODULE_SRCS=   $(CLASS_HDRS:.h=.cxx)
 
 ## all header files of this module
-MODULE_HDRS:=  $(CLASS_HDRS)                           \
-               AliHLTCaloConstants.h
-
+MODULE_HDRS:=  $(CLASS_HDRS) \
+               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 HLT/EMCAL EMCAL CALO PHOS
+EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW  EMCAL 
+
+## LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec -lEMCALrec
+LIBRARY_DEP  := -lHLTbase  -lEMCALrec   -lESD -lSTEER -lRAWDatarec 
 
-LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec
 
 ###############################################################################
 #