Skip to content

Commit 1c1a4fd

Browse files
authored
Simple macro for ITS tracks vs BC in ROF (#15536)
* Simple macro for ITS tracks vs BC in ROF * add copyright info * formatting changes * Other formatting changes * Remove empty line * Comments from Felix * add missing link libraries
1 parent 522d17f commit 1c1a4fd

2 files changed

Lines changed: 408 additions & 0 deletions

File tree

Detectors/ITSMFT/ITS/macros/test/CMakeLists.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,14 @@ o2_add_test_root_macro(CheckSeeding.C
134134
O2::SimulationDataFormat
135135
O2::Steer
136136
LABELS its COMPILE_ONLY)
137+
138+
o2_add_test_root_macro(CheckITSTracksVsROF.C
139+
PUBLIC_LINK_LIBRARIES O2::CCDB
140+
O2::CommonConstants
141+
O2::DataFormatsITS
142+
O2::DataFormatsITSMFT
143+
O2::DataFormatsFT0
144+
O2::DataFormatsFIT
145+
O2::DataFormatsParameters
146+
O2::Framework
147+
LABELS its COMPILE_ONLY)

0 commit comments

Comments
 (0)