]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTTrigger.pkg
Update of the QA reference histogram, we use the data from Run 87055
[u/mrichter/AliRoot.git] / HLT / libAliHLTTrigger.pkg
index a5153e3f65fb4791b8d9bf5416511f62fe055238..f424e8df16869c7f4b79e5306953801bb285bd49 100644 (file)
 # will be created from the names of the header files
 CLASS_HDRS:= \
                 AliHLTTrigger.h                             \
+                AliHLTGlobalTrigger.h                       \
+                AliHLTGlobalTriggerConfig.h                 \
+                AliHLTGlobalTriggerComponent.h              \
+               AliHLTTriggerBarrelMultiplicity.h           \
+               AliHLTTriggerBarrelCosmic.h                 \
+                AliHLTTriggerAgent.h                        \
                 AliHLTEventSummary.h                        \
                 AliHLTEventSummaryProducerComponent.h       \
                 AliHLTRunSummary.h                          \
                 AliHLTRunSummaryProducerComponent.h         \
-               AliHLTTriggerSelectiveReadoutComponent.h    \
-                AliHLTTriggerMonitoringComponent.h
-
+                AliHLTTriggerSelectiveReadoutComponent.h    \
+                AliHLTTriggerMonitoringComponent.h          \
+               AliHLTTriggerPhosClusterEnergy.h            \
+               AliHLTTriggerPhosMip.h                      \
+               AliHLTTriggerTrdClusterMultiplicity.h       \
+               AliHLTTriggerBarrelGeomMultiplicity.h       \
+               AliHLTTriggerDetectorGeom.h                 \
+               AliHLTTriggerDetectorGeomRectangle.h        \
+               AliHLTTriggerDecisionParameters.h
 
 # library sources
 MODULE_SRCS:=  $(CLASS_HDRS:.h=.cxx)
@@ -36,11 +48,11 @@ MODULE_HDRS:=       $(CLASS_HDRS)
 # If the default behavior is not enough, you can provide a custom
 # *LinkDef.h to the MODULE_DHDR variable. Leave MODULE_DHDR empty to
 # enable automatic generation. 
-MODULE_DHDR:=          
+MODULE_DHDR:=  AliHLTTriggerLinkDef.h
 
-EINCLUDE := HLT/BASE HLT/trigger HLT/TPCLib
+EINCLUDE := HLT/BASE HLT/BASE/util HLT/trigger HLT/TPCLib HLT/TRD TRD
 
-LIBRARY_DEP := -lHLTbase
+LIBRARY_DEP := -lHLTbase 
 
 ###############################################################################
 #