]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/EMCAL/CMakeLists.txt
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWG / EMCAL / CMakeLists.txt
index 50473b31e59a1d836d0ec9f400d77d43bb8c4d73..19923e5b46ec53da4ea87bda88f2ca944fed9b2c 100644 (file)
@@ -23,11 +23,12 @@ include_directories(${AliRoot_SOURCE_DIR}/PWG/EMCAL)
 include_directories(${ROOT_INCLUDE_DIRS}
                     ${AliRoot_SOURCE_DIR}/ANALYSIS/ANALYSIS
                     ${AliRoot_SOURCE_DIR}/ANALYSIS/ANALYSISalice
-                    ${AliRoot_SOURCE_DIR}/ANALYSIS/Tender
-                    ${AliRoot_SOURCE_DIR}/ANALYSIS/TenderSupplies
+                    ${AliRoot_SOURCE_DIR}/TENDER/Tender
+                    ${AliRoot_SOURCE_DIR}/TENDER/TenderSupplies
                     ${AliRoot_SOURCE_DIR}/EMCAL/EMCALbase
                     ${AliRoot_SOURCE_DIR}/EMCAL/EMCALrec
                     ${AliRoot_SOURCE_DIR}/EMCAL/EMCALUtils
+                    ${AliRoot_SOURCE_DIR}/OADB
                     ${AliRoot_SOURCE_DIR}/PWG/Tools
                     ${AliRoot_SOURCE_DIR}/STEER/AOD
                     ${AliRoot_SOURCE_DIR}/STEER/CDB
@@ -73,6 +74,11 @@ set(SRCS
   AliEMCALConfiguration.cxx
   AliEMCALConfigHandler.cxx
   AliEMCALConfigurationMatcher.cxx
+  AliEmcalTriggerDecision.cxx
+  AliEmcalTriggerDecisionContainer.cxx
+  AliEmcalTriggerSelectionCuts.cxx
+  AliEmcalTriggerSelection.cxx
+  AliAnalysisTaskEmcalTriggerSelection.cxx
   )
 
 # Headers from sources
@@ -110,3 +116,4 @@ install(FILES ${HDRS} DESTINATION include)
 
 # Installing the macros
 install (DIRECTORY macros DESTINATION PWG/EMCAL)
+install (DIRECTORY data DESTINATION PWG/EMCAL)