]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTEMCAL.pkg
Minors
[u/mrichter/AliRoot.git] / HLT / libAliHLTEMCAL.pkg
index ffe10901fb72e93033c093f7aad6aed4e010e753..ea9721256c0ebaec44575acc2fc1da7ee1cbfaae 100644 (file)
@@ -4,12 +4,17 @@
 # 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 \
+       AliHLTEMCALSharedMemoryInterface.h  \
+       AliHLTEMCALConstants.h \
+       AliHLTEMCALDigitMakerComponent.h \
+       AliHLTEMCALClusterizerComponent.h \
+       AliHLTEMCALGeometry.h
 # library sources
 MODULE_SRCS= \
        $(CLASS_HDRS:.h=.cxx)
@@ -19,7 +24,9 @@ MODULE_SRCS= \
 # the CLASS_HDRS variable. So we just use the content of this. You
 # can simply add more header files which don't contain classes with
 # ROOT dictionary support
-MODULE_HDRS:=  $(CLASS_HDRS)
+MODULE_HDRS:=  $(CLASS_HDRS) \
+       AliHLTEMCALConstant.h
+
 
 # The LinkDef file required by the ROOT dictionary generation can be
 # generated automatically. For the all header files specified in
@@ -31,11 +38,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 
 
 ###############################################################################
 #