]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTUtil.pkg
implementing the copy contructors for two helper classes because compiler on macos...
[u/mrichter/AliRoot.git] / HLT / libAliHLTUtil.pkg
index eb0697a248886cbb3e31ebacdf29a03c4bd41b93..216b305866eb3b1f4f41d20a7751659e018c9e7e 100644 (file)
@@ -3,18 +3,32 @@
 
 CLASS_HDRS:=   AliHLTFilePublisher.h \
                AliHLTFileWriter.h \
+               AliHLTMCEvent.h \
+               AliHLTJets.h \
                AliHLTRootFilePublisherComponent.h \
                AliHLTESDMCEventPublisherComponent.h \
                AliHLTRootFileWriterComponent.h \
                AliHLTRootFileStreamerComponent.h \
+               AliHLTRootSchemaEvolutionComponent.h \
+               AliHLTRecoParamComponent.h \
                AliHLTLoaderPublisherComponent.h \
                AliHLTRawReaderPublisherComponent.h \
                AliHLTOUTPublisherComponent.h \
                AliHLTEsdCollectorComponent.h \
+               AliHLTReadoutListDumpComponent.h \
                AliHLTDataGenerator.h \
                AliHLTBlockFilterComponent.h \
+               AliHLTMonitoringRelay.h \
                AliHLTCompStatCollector.h \
-               AliHLTAgentUtil.h
+               AliHLTGlobalBarrelTrack.h \
+               AliHLTAgentUtil.h \
+               AliHLTESDCaloClusterMaker.h \
+               AliHLTCaloClusterReader.h  \
+               AliHLTComponentBenchmark.h \
+               AliHLTCorruptorComponent.h \
+               AliHLTESDTrackCuts.h
+
+#              AliHLTMCGeneratorComponent.h
 
 MODULE_SRCS=   $(CLASS_HDRS:.h=.cxx)
 
@@ -22,9 +36,11 @@ MODULE_HDRS:=        $(CLASS_HDRS)
 
 MODULE_DHDR:=          
 
-EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW
+EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW ANALYSIS
+#PYTHIA6
 
-LIBRARY_DEP := -lHLTbase -lSTEER -lSTEERBase -lRAWDatabase
+LIBRARY_DEP := -lHLTbase -lSTEER -lSTEERBase -lRAWDatabase -lANALYSIS -lANALYSISalice
+#-llhapdf -lEGPythia6 -lpythia6 -lAliPythia6
 
 include $(MODDIR)/hlt.conf