]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libHLTbase.pkg
correcting AliHLTGlobalTriggerDecision::Clear(): using Delete instead of Clear for...
[u/mrichter/AliRoot.git] / HLT / libHLTbase.pkg
index 81083a994e186b9e9d8edf89f25d290a293efc2a..745b6993e9eef39aabab638cb0578e68309ba41a 100644 (file)
@@ -5,6 +5,7 @@ include $(MODDIR)/hlt.conf
 
 CLASS_HDRS:=   AliHLTComponent.h \
                AliHLTComponentHandler.h \
+               AliHLTMisc.h \
                AliHLTSystem.h \
                AliHLTReconstructorBase.h \
                AliHLTPluginBase.h \
@@ -12,10 +13,13 @@ CLASS_HDRS:=        AliHLTComponent.h \
                AliHLTCalibrationProcessor.h \
                AliHLTConfiguration.h \
                AliHLTConfigurationHandler.h \
+               AliHLTOnlineConfiguration.h \
+               AliHLTTTreeProcessor.h \
                AliHLTTask.h \
                AliHLTDumpTask.h \
                AliHLTControlTask.h \
                AliHLTLogging.h \
+               AliHLTErrorGuard.h \
                AliHLTDataBuffer.h \
                AliHLTConsumerDescriptor.h \
                AliHLTDataSource.h \
@@ -26,7 +30,10 @@ CLASS_HDRS:=         AliHLTComponent.h \
                AliHLTModuleAgent.h \
                AliHLTModulePreprocessor.h \
                AliHLTShuttleInterface.h \
+               AliHLTDimServer.h \
                AliHLTHOMERLibManager.h \
+               AliHLTHOMERManager.h \
+               AliHLTHOMERProxyHandler.h \
                AliHLTHOMERBlockDesc.h \
                AliHLTHOMERSourceDesc.h \
                AliHLTEsdManager.h \
@@ -38,6 +45,7 @@ CLASS_HDRS:=          AliHLTComponent.h \
                AliHLTOUTHandlerEquId.h \
                AliHLTOUTHandlerDetectorDDL.h \
                AliHLTOUTHandlerChain.h \
+               AliHLTOUTHandlerEsdBranch.h \
                AliHLTMemoryFile.h \
                AliHLTMessage.h \
                AliHLTEventStatistics.h \
@@ -50,8 +58,8 @@ CLASS_HDRS:=          AliHLTComponent.h \
                 AliHLTTriggerMenu.h                         \
                 AliHLTTriggerMenuItem.h                     \
                 AliHLTTriggerMenuSymbol.h                   \
-                AliHLTRunStatistics.h \
-                AliHLTKalmanTrack.h
+                AliHLTCTPData.h                             \
+                AliHLTRunStatistics.h
 
 
 
@@ -61,14 +69,14 @@ MODULE_SRCS=        AliHLT_C_Component_WrapperInterface.cxx \
 
 MODULE_HDRS:=  $(CLASS_HDRS) \
                AliHLTDataTypes.h \
+               AliHLTLoggingVariadicFree.h \
                AliHLTExternalTrackParam.h \
                AliHLTCommonCDBEntries.h \
-               AliHLTMisc.h \
                AliHLT_C_Component_WrapperInterface.h \
                AliHLTDefinitions.h \
                AliHLTStdIncludes.h
 
-MODULE_DHDR:=
+MODULE_DHDR:=  HLTbaseLinkDef.h
 
 SRCS:=$(patsubst %,BASE/%,$(MODULE_SRCS))
 CINTHDRS:=$(patsubst %,BASE/%,$(CLASS_HDRS))
@@ -83,5 +91,5 @@ PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
 
 # the libHLTbase depends on the abstract interface of the monitoring reader
 # and needs include patch HLT/BASE/HOMER because of that. There is no library
-# dependency. Objects are intantianted dynamically.
+# dependency. Objects are instantianted dynamically.
 EINCLUDE := HLT/BASE HLT/BASE/HOMER