From 748ae550f47229e5bf84fa7bb95b7baa892c9a81 Mon Sep 17 00:00:00 2001
From: P-A Loizeau <p.-a.loizeau@gsi.de>
Date: Fri, 28 Mar 2025 15:02:22 +0100
Subject: [PATCH] Core: add 2 RICH headers to dict, used by analysis (hidden by
 KFP crash bef.)

---
 core/detectors/rich/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/detectors/rich/CMakeLists.txt b/core/detectors/rich/CMakeLists.txt
index 200512a82a..73a586a68f 100644
--- a/core/detectors/rich/CMakeLists.txt
+++ b/core/detectors/rich/CMakeLists.txt
@@ -8,14 +8,14 @@ set(SRCS
   CbmRichEventDisplay.cxx
   CbmRichContFact.cxx
   CbmMcbm2018RichPar.cxx
+  CbmRichElectronIdAnn.cxx    # Used/exposed in analysis/PWGDIL/dielectron/conversion/CbmAnaConversionReco.h
+  utils/CbmRichUtil.cxx       # Used/exposed in analysis/PWGDIL/dielectron/papaframework/PairAnalysisVarManager.h
   )
 
 set(NO_DICT_SRCS
-  CbmRichElectronIdAnn.cxx
   CbmRichGeoManager.cxx
   CbmRichDigiMapManager.cxx
   CbmRichMCbmDigiMapManager.cxx
-  utils/CbmRichUtil.cxx
   )
 
 
-- 
GitLab