]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTEMCAL.pkg
reduce size of data exchange struct by omitting the virtual destructor, 40 Bytes...
[u/mrichter/AliRoot.git] / HLT / libAliHLTEMCAL.pkg
index e052743945d03e556f99d69256413399d2b6cc1f..d3281c4cb0ed8431f5db098603f04b955720d9b1 100644 (file)
@@ -7,8 +7,11 @@ CLASS_HDRS:= \
         AliHLTEMCALDefinitions.h \
        AliHLTEMCALRawAnalyzerComponent.h \
        AliHLTEMCALMapper.h \
-       AliHLTEMCALRawAnalyzerCrudeComponent.h
-
+       AliHLTEMCALRawAnalyzerCrudeComponent.h \
+       AliHLTEMCALRawAnalyzerLMSComponent.h \
+       AliHLTEMCALRawAnalyzerPeakFinderComponent.h \
+       AliHLTEMCALSharedMemoryInterface.h  \
+       AliHLTEMCALConstants.h
 # library sources
 MODULE_SRCS= \
        $(CLASS_HDRS:.h=.cxx)
@@ -18,7 +21,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
@@ -32,10 +37,11 @@ MODULE_DHDR:=
 
 EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD HLT/CALO EMCAL TPC TRD STEER RAW
 
+
 LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lAliHLTCalo -lESD -lCDB  \
               -lEMCALrec -lEMCALsim -lEMCALbase -lEMCALUtils \
                -lTPCrec -lTPCbase -lTRDrec -lTRDbase \
-               -lSTEER -lSTEERBase -lRAWDatarec
+               -lSTEER -lSTEERBase -lRAWDatarec 
 
 ###############################################################################
 #