]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTEMCAL.pkg
Changed class inheritance: from TObject to TTask
[u/mrichter/AliRoot.git] / HLT / libAliHLTEMCAL.pkg
index d3281c4cb0ed8431f5db098603f04b955720d9b1..77caddcab25508cc5d8eab50100cf7a1df2a9dad 100644 (file)
@@ -10,8 +10,15 @@ CLASS_HDRS:= \
        AliHLTEMCALRawAnalyzerCrudeComponent.h \
        AliHLTEMCALRawAnalyzerLMSComponent.h \
        AliHLTEMCALRawAnalyzerPeakFinderComponent.h \
-       AliHLTEMCALSharedMemoryInterface.h  \
-       AliHLTEMCALConstants.h
+       AliHLTEMCALRawAnalyzerFastFitComponent.h \
+       AliHLTEMCALRawAnalyzerNNComponent.h \
+       AliHLTEMCALConstants.h \
+       AliHLTEMCALDigitMakerComponent.h \
+       AliHLTEMCALClusterizerComponent.h \
+       AliHLTEMCALGeometry.h \
+       AliHLTEMCALRecoParamHandler.h
+
+
 # library sources
 MODULE_SRCS= \
        $(CLASS_HDRS:.h=.cxx)
@@ -21,8 +28,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) \
-       AliHLTEMCALConstant.h
+MODULE_HDRS:=  $(CLASS_HDRS)
+
+
 
 
 # The LinkDef file required by the ROOT dictionary generation can be