From: gconesab Date: Wed, 12 Nov 2008 17:54:51 +0000 (+0000) Subject: Gamma conversion analysis moved to its own subdirectory from PartCorr X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=aa0fa07174db0e75385d7be3f3df1d2489a95b01 Gamma conversion analysis moved to its own subdirectory from PartCorr --- diff --git a/PWG4/CMakeLists.txt b/PWG4/CMakeLists.txt index d479c357f03..e43a3f9a2f4 100644 --- a/PWG4/CMakeLists.txt +++ b/PWG4/CMakeLists.txt @@ -8,6 +8,7 @@ set(INCLUDE_DIRECTORIES ${CMAKE_SOURCE_DIR}/PWG4 ${CMAKE_SOURCE_DIR}/PWG4/PartCorr ${CMAKE_SOURCE_DIR}/PWG4/JetTasks +${CMAKE_SOURCE_DIR}/PWG4/GammaConv ${CMAKE_SOURCE_DIR}/STEER ${CMAKE_SOURCE_DIR}/ANALYSIS ${CMAKE_SOURCE_DIR}/JETAN @@ -26,3 +27,4 @@ SetModule() include(CMake_libPWG4PartCorr.txt) include(CMake_libPWG4JetTasks.txt) +include(CMake_libPWG4GammaConv.txt) diff --git a/PWG4/CMake_libPWG4PartCorr.txt b/PWG4/CMake_libPWG4PartCorr.txt index 91cc04b3d56..ff91cbc2868 100644 --- a/PWG4/CMake_libPWG4PartCorr.txt +++ b/PWG4/CMake_libPWG4PartCorr.txt @@ -12,7 +12,6 @@ set(SRCS PartCorr/AliCaloTrackReader.cxx PartCorr/AliCaloTrackESDReader.cxx PartCorr/AliCaloTrackAODReader.cxx PartCorr/AliCaloTrackMCReader.cxx PartCorr/AliCaloPhoton.cxx PartCorr/AliAnaPi0.cxx - PartCorr/AliV0Reader.cxx PartCorr/AliAnalysisTaskGammaConversion.cxx PartCorr/AliGammaConversionHistograms.cxx ) # fill list of header files from list of source files