]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTCalo.pkg
Set of files necessary to run the OCDB analysis on alien
[u/mrichter/AliRoot.git] / HLT / libAliHLTCalo.pkg
index 2f270be5641a3414343abdfe096571cc21b90982..400678bf4ae01e7cf8f8ba062e156a48baef1563 100644 (file)
@@ -8,25 +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 \
+AliHLTCaloConstants.h \
 AliHLTCaloSanityInspector.h \
 AliHLTCaloSharedMemoryInterfacev2.h \
 AliHLTCaloFourier.h \
-AliHLTCaloConstants.h \
+AliHLTCaloConstantsHandler.h \
 AliHLTCaloClusterizer.h \
+AliHLTCaloClusterizerComponent.h \
 AliHLTCaloDigitMaker.h \
 AliHLTCaloClusterAnalyser.h \
-AliHLTCaloRcuProcessor.h \
-AliHLTCaloProcessor.h 
+AliHLTCaloProcessor.h \
+AliHLTCaloGeometry.h \
+AliHLTCaloRecoParamHandler.h
 
 ## all source files of this module
 ## all source files corresponding to the class headers
@@ -36,8 +33,6 @@ MODULE_SRCS=  $(CLASS_HDRS:.h=.cxx)
 
 ## all header files of this module
 MODULE_HDRS:=  $(CLASS_HDRS) \
-               AliHLTCaloConstant.h \
-               AliHLTCaloDigitDataStruct.h \
                AliHLTCaloDigitContainerDataStruct.h \
                AliHLTCaloRecPointDataStruct.h \
                AliHLTCaloRecPointContainerStruct.h \
@@ -50,9 +45,12 @@ MODULE_HDRS:=        $(CLASS_HDRS) \
 MODULE_DHDR:=
 
 ## AliRoot include paths
-EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO PHOS
+##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
 
 ###############################################################################
 #