]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTEMCAL.pkg
changed function signature
[u/mrichter/AliRoot.git] / HLT / libAliHLTEMCAL.pkg
index ffe10901fb72e93033c093f7aad6aed4e010e753..77caddcab25508cc5d8eab50100cf7a1df2a9dad 100644 (file)
@@ -4,11 +4,20 @@
 # class header files, the link definition for the root dictionary
 # will be created from the names of the header files
 CLASS_HDRS:= \
-        AliHLTEMCALClusterizerComponent.h \
         AliHLTEMCALDefinitions.h \
-        AliHLTEMCALTrackerComponent.h \
-       AliHLTEMCALCalibrationComponent.h \
-       AliHLTEMCALUtils.h
+       AliHLTEMCALRawAnalyzerComponent.h \
+       AliHLTEMCALMapper.h \
+       AliHLTEMCALRawAnalyzerCrudeComponent.h \
+       AliHLTEMCALRawAnalyzerLMSComponent.h \
+       AliHLTEMCALRawAnalyzerPeakFinderComponent.h \
+       AliHLTEMCALRawAnalyzerFastFitComponent.h \
+       AliHLTEMCALRawAnalyzerNNComponent.h \
+       AliHLTEMCALConstants.h \
+       AliHLTEMCALDigitMakerComponent.h \
+       AliHLTEMCALClusterizerComponent.h \
+       AliHLTEMCALGeometry.h \
+       AliHLTEMCALRecoParamHandler.h
+
 
 # library sources
 MODULE_SRCS= \
@@ -21,6 +30,9 @@ MODULE_SRCS= \
 # ROOT dictionary support
 MODULE_HDRS:=  $(CLASS_HDRS)
 
+
+
+
 # The LinkDef file required by the ROOT dictionary generation can be
 # generated automatically. For the all header files specified in
 # CLASS_HDRS an entry will be generated
@@ -31,11 +43,13 @@ MODULE_HDRS:=       $(CLASS_HDRS)
 # enable automatic generation. 
 MODULE_DHDR:=
 
-EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD EMCAL TPC TRD STEER RAW
+EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD HLT/CALO EMCAL TPC TRD STEER RAW
+
 
-LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lESD -lCDB \
-               -lEMCALrec -lEMCALbase -lTPCrec -lTPCbase -lTRDrec -lTRDbase \
-               -lSTEER -lSTEERBase -lRAWDatarec
+LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lAliHLTCalo -lESD -lCDB  \
+              -lEMCALrec -lEMCALsim -lEMCALbase -lEMCALUtils \
+               -lTPCrec -lTPCbase -lTRDrec -lTRDbase \
+               -lSTEER -lSTEERBase -lRAWDatarec 
 
 ###############################################################################
 #