Skip to content

Commit af770e0

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

3 files changed

Lines changed: 629 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
o2_add_test_root_macro(CheckTracksALICE3.C
2+
PUBLIC_LINK_LIBRARIES O2::DataFormatsITS
3+
O2::ITStracking
4+
O2::SimulationDataFormat
5+
O2::DetectorsBase
6+
O2::TRKBase
7+
O2::TRKSimulation
8+
O2::Steer
9+
LABELS trk COMPILE_ONLY)

0 commit comments

Comments
 (0)