Skip to content

Commit

Permalink
Move eventSelectionQa to DPG/Tasks/AOTEvent (#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekryshen authored Jul 17, 2023
1 parent bf0dab8 commit e0e7754
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Common/Tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ o2physics_add_dpl_workflow(validation
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(event-selection-qa
SOURCES eventSelectionQa.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2::DetectorsBase
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(multiplicity-qa
SOURCES multiplicityQa.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase
Expand Down
15 changes: 15 additions & 0 deletions DPG/Tasks/AOTEvent/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
# All rights not expressly granted are reserved.
#
# This software is distributed under the terms of the GNU General Public
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
#
# In applying this license CERN does not waive the privileges and immunities
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

o2physics_add_dpl_workflow(event-selection-qa
SOURCES eventSelectionQa.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2::DetectorsBase
COMPONENT_NAME Analysis)
File renamed without changes.
1 change: 1 addition & 0 deletions DPG/Tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# or submit itself to any jurisdiction.

add_subdirectory(AOTTrack)
add_subdirectory(AOTEvent)
add_subdirectory(TPC)
add_subdirectory(TOF)
add_subdirectory(FDD)
Expand Down

0 comments on commit e0e7754

Please sign in to comment.