Skip to content

Commit e0e7754

Browse files
authored
Move eventSelectionQa to DPG/Tasks/AOTEvent (#3090)
1 parent bf0dab8 commit e0e7754

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

Common/Tasks/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ o2physics_add_dpl_workflow(validation
2929
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase
3030
COMPONENT_NAME Analysis)
3131

32-
o2physics_add_dpl_workflow(event-selection-qa
33-
SOURCES eventSelectionQa.cxx
34-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2::DetectorsBase
35-
COMPONENT_NAME Analysis)
36-
3732
o2physics_add_dpl_workflow(multiplicity-qa
3833
SOURCES multiplicityQa.cxx
3934
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase

DPG/Tasks/AOTEvent/CMakeLists.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
# All rights not expressly granted are reserved.
4+
#
5+
# This software is distributed under the terms of the GNU General Public
6+
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+
#
8+
# In applying this license CERN does not waive the privileges and immunities
9+
# granted to it by virtue of its status as an Intergovernmental Organization
10+
# or submit itself to any jurisdiction.
11+
12+
o2physics_add_dpl_workflow(event-selection-qa
13+
SOURCES eventSelectionQa.cxx
14+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2::DetectorsBase
15+
COMPONENT_NAME Analysis)

DPG/Tasks/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# or submit itself to any jurisdiction.
1111

1212
add_subdirectory(AOTTrack)
13+
add_subdirectory(AOTEvent)
1314
add_subdirectory(TPC)
1415
add_subdirectory(TOF)
1516
add_subdirectory(FDD)

0 commit comments

Comments
 (0)