Skip to content

Commit bd3b0ca

Browse files
FIT: Add FIT QA task (AFIT-30)
1 parent fb2d3c9 commit bd3b0ca

3 files changed

Lines changed: 559 additions & 1 deletion

File tree

DPG/Tasks/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ add_subdirectory(AOTTrack)
1313
add_subdirectory(AOTEvent)
1414
add_subdirectory(TPC)
1515
add_subdirectory(TOF)
16+
add_subdirectory(FIT)
17+
add_subdirectory(FT0)
1618
add_subdirectory(FV0)
1719
add_subdirectory(FDD)
1820
add_subdirectory(MFT)
1921
add_subdirectory(Monitor)
20-
add_subdirectory(FT0)
2122
add_subdirectory(ITS)

DPG/Tasks/FIT/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(fit-qa
13+
SOURCES qaFIT.cxx
14+
PUBLIC_LINK_LIBRARIES O2Physics::DataModel O2::Framework
15+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)