Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions Detectors/TPC/calibration/SpacePoints/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,40 @@ o2_add_test_root_macro(macro/staticMapCreator.C
PUBLIC_LINK_LIBRARIES O2::SpacePoints
LABELS tpc COMPILE_ONLY)

o2_add_test_root_macro(macro/staticMapCreatorCPM.C
PUBLIC_LINK_LIBRARIES O2::SpacePoints
O2::CCDB
O2::Algorithm
O2::Framework
O2::CommonConstants
O2::DataFormatsParameters
O2::ReconstructionDataFormats
O2::DetectorsBase
LABELS tpc COMPILE_ONLY)

o2_add_test_root_macro(macro/SmoothingExtrapolate.C
PUBLIC_LINK_LIBRARIES O2::SpacePoints
O2::Algorithm
O2::TPCCalibration
O2::CCDB
O2::TPCBaseRecSim
LABELS tpc COMPILE_ONLY)

o2_add_test_root_macro(macro/voxResQA.C
PUBLIC_LINK_LIBRARIES O2::SpacePoints
O2::TPCBaseRecSim
O2::CommonUtils
O2::Framework
LABELS tpc COMPILE_ONLY)

install(FILES macro/staticMapCreator.C
DESTINATION share/macro/)

install(FILES macro/staticMapCreatorCPM.C
macro/SmoothingExtrapolate.C
macro/voxResQA.C
DESTINATION share/macro/)

o2_add_test(TrackResiduals
COMPONENT_NAME calibration
PUBLIC_LINK_LIBRARIES O2::SpacePoints
Expand Down
Loading