From 54a9e1d353414c99b703db54fe082f91af43289a Mon Sep 17 00:00:00 2001 From: Christian Sonnabend Date: Sat, 2 Jul 2022 09:51:03 +0200 Subject: [PATCH] Adding back the TPCPIDResponse.h into CMakeLists.txt and AnalysisCoreLinkDef.h --- Common/Core/AnalysisCoreLinkDef.h | 2 ++ Common/Core/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/Common/Core/AnalysisCoreLinkDef.h b/Common/Core/AnalysisCoreLinkDef.h index d69bf51c17c..dfb2f99cd74 100644 --- a/Common/Core/AnalysisCoreLinkDef.h +++ b/Common/Core/AnalysisCoreLinkDef.h @@ -18,5 +18,7 @@ #pragma link C++ class o2::pid::Parameters + ; #pragma link C++ class o2::pid::Parametrization + ; +#pragma link C++ class o2::pid::tpc::Response + ; + #pragma link C++ class o2::pid::tof::TOFReso + ; #pragma link C++ class OrbitRange + ; diff --git a/Common/Core/CMakeLists.txt b/Common/Core/CMakeLists.txt index 89ee08081f8..9f3491dcc89 100644 --- a/Common/Core/CMakeLists.txt +++ b/Common/Core/CMakeLists.txt @@ -23,6 +23,7 @@ o2physics_target_root_dictionary(AnalysisCore PID/DetectorResponse.h PID/PIDTOF.h PID/TOFReso.h + PID/TPCPIDResponse.h LINKDEF AnalysisCoreLinkDef.h) o2physics_add_executable(merger