Skip to content

Commit 0de4119

Browse files
TPC: Adding macros to create correction maps on the Grid (#15644)
staticMapCreatorCPM.C creates the correction map from the unbinned residuals via the crossing point method SmoothingExtrapolate.C Performs gaussian smoothing and extrapolation to small unmeasured radii voxResQA.C Makes default QA plots TPCFastTransformInitCPM.C converts the correction maps to the final splines
1 parent b6647b4 commit 0de4119

6 files changed

Lines changed: 4801 additions & 0 deletions

File tree

Detectors/TPC/calibration/SpacePoints/CMakeLists.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,40 @@ o2_add_test_root_macro(macro/staticMapCreator.C
4343
PUBLIC_LINK_LIBRARIES O2::SpacePoints
4444
LABELS tpc COMPILE_ONLY)
4545

46+
o2_add_test_root_macro(macro/staticMapCreatorCPM.C
47+
PUBLIC_LINK_LIBRARIES O2::SpacePoints
48+
O2::CCDB
49+
O2::Algorithm
50+
O2::Framework
51+
O2::CommonConstants
52+
O2::DataFormatsParameters
53+
O2::ReconstructionDataFormats
54+
O2::DetectorsBase
55+
LABELS tpc COMPILE_ONLY)
56+
57+
o2_add_test_root_macro(macro/SmoothingExtrapolate.C
58+
PUBLIC_LINK_LIBRARIES O2::SpacePoints
59+
O2::Algorithm
60+
O2::TPCCalibration
61+
O2::CCDB
62+
O2::TPCBaseRecSim
63+
LABELS tpc COMPILE_ONLY)
64+
65+
o2_add_test_root_macro(macro/voxResQA.C
66+
PUBLIC_LINK_LIBRARIES O2::SpacePoints
67+
O2::TPCBaseRecSim
68+
O2::CommonUtils
69+
O2::Framework
70+
LABELS tpc COMPILE_ONLY)
71+
4672
install(FILES macro/staticMapCreator.C
4773
DESTINATION share/macro/)
4874

75+
install(FILES macro/staticMapCreatorCPM.C
76+
macro/SmoothingExtrapolate.C
77+
macro/voxResQA.C
78+
DESTINATION share/macro/)
79+
4980
o2_add_test(TrackResiduals
5081
COMPONENT_NAME calibration
5182
PUBLIC_LINK_LIBRARIES O2::SpacePoints

0 commit comments

Comments
 (0)