Skip to content

Commit cfb9856

Browse files
authored
Merge 9726160 into sapling-pr-archive-ktf
2 parents 18a7077 + 9726160 commit cfb9856

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Detectors/TPC/reconstruction/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ o2_add_test_root_macro(macro/createTPCSpaceChargeCorrection.C
142142
O2::CommonConstants
143143
O2::CommonUtils
144144
O2::TPCSpaceCharge
145+
O2::TPCSpaceChargeIO
145146
LABELS tpc)
146147

147148
o2_add_test_root_macro(macro/findKrBoxCluster.C

Detectors/TPC/spacecharge/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ o2_target_root_dictionary(TPCSpaceCharge
4242

4343
o2_add_test_root_macro(macro/calculateDistortionsCorrections.C
4444
PUBLIC_LINK_LIBRARIES O2::TPCSpaceCharge
45+
O2::TPCSpaceChargeIO
4546
LABELS tpc COMPILE_ONLY)
4647

4748
o2_add_test_root_macro(macro/createResidualDistortionObject.C
4849
PUBLIC_LINK_LIBRARIES O2::TPCSpaceCharge
50+
O2::TPCSpaceChargeIO
4951
O2::CommonUtils
5052
LABELS tpc)
5153

@@ -55,6 +57,7 @@ install(FILES macro/createSCHistosFromHits.C
5557

5658
o2_add_test_root_macro(macro/createSCHistosFromHits.C
5759
PUBLIC_LINK_LIBRARIES O2::TPCSpaceCharge
60+
O2::TPCSpaceChargeIO
5861
O2::CommonUtils
5962
O2::TPCBase
6063
O2::TPCSimulation

0 commit comments

Comments
 (0)