Skip to content

Commit c6ef3e7

Browse files
committed
ALICE3: add new performance macro
1 parent a5c8b75 commit c6ef3e7

3 files changed

Lines changed: 641 additions & 0 deletions

File tree

Detectors/Upgrades/ALICE3/GlobalReconstruction/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111

1212
add_subdirectory(reconstruction)
1313
add_subdirectory(workflow)
14+
add_subdirectory(macros)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
o2_add_test_root_macro(CheckTracksALICE3.C
13+
PUBLIC_LINK_LIBRARIES O2::DataFormatsITS
14+
O2::DataFormatsTRK
15+
O2::ITStracking
16+
O2::SimulationDataFormat
17+
O2::DetectorsBase
18+
O2::TRKBase
19+
O2::TRKSimulation
20+
O2::Steer
21+
LABELS trk COMPILE_ONLY)

0 commit comments

Comments
 (0)