diff --git a/CMakeLists.txt b/CMakeLists.txt index af18a4a16f2..1fdb386436e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,23 +61,23 @@ include(AddRootDictionary) # Main targets of the project in various subdirectories. Order matters. add_subdirectory(Common) -add_subdirectory(ALICE3) -add_subdirectory(DPG) +#add_subdirectory(ALICE3) +#add_subdirectory(DPG) -add_subdirectory(PWGCF) -add_subdirectory(PWGDQ) -add_subdirectory(PWGEM) +#add_subdirectory(PWGCF) +#add_subdirectory(PWGDQ) +#add_subdirectory(PWGEM) add_subdirectory(PWGHF) -add_subdirectory(PWGJE) -add_subdirectory(PWGLF) -add_subdirectory(PWGMM) -add_subdirectory(PWGUD) +#add_subdirectory(PWGJE) +#add_subdirectory(PWGLF) +#add_subdirectory(PWGMM) +#add_subdirectory(PWGUD) add_subdirectory(Tools) -add_subdirectory(Tutorials) -add_subdirectory(EventFiltering) +#add_subdirectory(Tutorials) +#add_subdirectory(EventFiltering) -add_subdirectory(Scripts) +#add_subdirectory(Scripts) # Testing and packaging only needed if we are the top level directory if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) diff --git a/PWGHF/CMakeLists.txt b/PWGHF/CMakeLists.txt index 5bb211e6f56..37bff8be20c 100644 --- a/PWGHF/CMakeLists.txt +++ b/PWGHF/CMakeLists.txt @@ -11,10 +11,10 @@ # add_subdirectory(Core) # add_subdirectory(DataModel) -add_subdirectory(TableProducer) -add_subdirectory(Tasks) +#add_subdirectory(TableProducer) +#add_subdirectory(Tasks) # add_subdirectory(ALICE3) -add_subdirectory(D2H) +#add_subdirectory(D2H) add_subdirectory(HFC) -add_subdirectory(HFJ) -add_subdirectory(HFL) +#add_subdirectory(HFJ) +#add_subdirectory(HFL) diff --git a/PWGHF/HFC/CMakeLists.txt b/PWGHF/HFC/CMakeLists.txt index a842726759f..7b40f391c3a 100644 --- a/PWGHF/HFC/CMakeLists.txt +++ b/PWGHF/HFC/CMakeLists.txt @@ -10,4 +10,4 @@ # or submit itself to any jurisdiction. add_subdirectory(TableProducer) -add_subdirectory(Tasks) +#add_subdirectory(Tasks) diff --git a/PWGHF/HFC/TableProducer/CMakeLists.txt b/PWGHF/HFC/TableProducer/CMakeLists.txt index 1847bcf9890..fbe83063781 100644 --- a/PWGHF/HFC/TableProducer/CMakeLists.txt +++ b/PWGHF/HFC/TableProducer/CMakeLists.txt @@ -9,62 +9,62 @@ # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. -o2physics_add_dpl_workflow(correlator-d0-d0bar - SOURCES correlatorD0D0bar.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(correlator-d0-d0bar-barrel-full-pid - SOURCES correlatorD0D0barBarrelFullPid.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(correlator-d0-hadrons - SOURCES correlatorD0Hadrons.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(correlator-d-meson-pairs - SOURCES correlatorDMesonPairs.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(correlator-dplus-dminus - SOURCES correlatorDplusDminus.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(correlator-dplus-hadrons - SOURCES correlatorDplusHadrons.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(correlator-ds-hadrons - SOURCES correlatorDsHadrons.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) +#o2physics_add_dpl_workflow(correlator-d0-d0bar +# SOURCES correlatorD0D0bar.cxx +# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore +# COMPONENT_NAME Analysis) +# +#o2physics_add_dpl_workflow(correlator-d0-d0bar-barrel-full-pid +# SOURCES correlatorD0D0barBarrelFullPid.cxx +# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore +# COMPONENT_NAME Analysis) +# +#o2physics_add_dpl_workflow(correlator-d0-hadrons +# SOURCES correlatorD0Hadrons.cxx +# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore +# COMPONENT_NAME Analysis) +# +#o2physics_add_dpl_workflow(correlator-d-meson-pairs +# SOURCES correlatorDMesonPairs.cxx +# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore +# COMPONENT_NAME Analysis) +# +#o2physics_add_dpl_workflow(correlator-dplus-dminus +# SOURCES correlatorDplusDminus.cxx +# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore +# COMPONENT_NAME Analysis) +# +#o2physics_add_dpl_workflow(correlator-dplus-hadrons +# SOURCES correlatorDplusHadrons.cxx +# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore +# COMPONENT_NAME Analysis) +# +#o2physics_add_dpl_workflow(correlator-ds-hadrons +# SOURCES correlatorDsHadrons.cxx +# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore +# COMPONENT_NAME Analysis) o2physics_add_dpl_workflow(correlator-ds-hadrons-reduced SOURCES correlatorDsHadronsReduced.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) -o2physics_add_dpl_workflow(correlator-dstar-hadrons - SOURCES correlatorDstarHadrons.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(correlator-hfe-hadrons - SOURCES correlatorHfeHadrons.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(correlator-lc-hadrons - SOURCES correlatorLcHadrons.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore - COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(femto-dream-producer - SOURCES femtoDreamProducer.cxx - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::EventFilteringUtils - COMPONENT_NAME Analysis) + #o2physics_add_dpl_workflow(correlator-dstar-hadrons + # SOURCES correlatorDstarHadrons.cxx + # PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore + # COMPONENT_NAME Analysis) + # + #o2physics_add_dpl_workflow(correlator-hfe-hadrons + # SOURCES correlatorHfeHadrons.cxx + # PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore + # COMPONENT_NAME Analysis) + # + #o2physics_add_dpl_workflow(correlator-lc-hadrons + # SOURCES correlatorLcHadrons.cxx + # PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore + # COMPONENT_NAME Analysis) + # + #o2physics_add_dpl_workflow(femto-dream-producer + # SOURCES femtoDreamProducer.cxx + # PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::EventFilteringUtils + # COMPONENT_NAME Analysis)