Remove a circular library dependency
There was a circular dependency between Littrack and CbmRichReco. The problem only shows up when linking an executable. The dependency could be resolved by moving some of the rich code into the directory core/detectors/rich and splitting the littrack library into two parts. The first library (Littrack) contains everything beside the littrack QA classes and the second one (LittrackQA) contains only the QA code. Those files moved from reco/detectors/rich had no dependencies to reco or sim.
parent
d8163335
No related branches found
No related tags found
Showing
- analysis/PWGDIL/dielectron/conversion/CMakeLists.txt 6 additions, 6 deletionsanalysis/PWGDIL/dielectron/conversion/CMakeLists.txt
- analysis/PWGDIL/dielectron/papaframework/CMakeLists.txt 2 additions, 7 deletionsanalysis/PWGDIL/dielectron/papaframework/CMakeLists.txt
- analysis/PWGDIL/dielectron/pi0eta/CMakeLists.txt 8 additions, 7 deletionsanalysis/PWGDIL/dielectron/pi0eta/CMakeLists.txt
- core/detectors/rich/CMakeLists.txt 3 additions, 0 deletionscore/detectors/rich/CMakeLists.txt
- core/detectors/rich/CbmRichElectronIdAnn.cxx 0 additions, 0 deletionscore/detectors/rich/CbmRichElectronIdAnn.cxx
- core/detectors/rich/CbmRichElectronIdAnn.h 0 additions, 0 deletionscore/detectors/rich/CbmRichElectronIdAnn.h
- core/detectors/rich/utils/CbmRichNavigationUtil.h 0 additions, 0 deletionscore/detectors/rich/utils/CbmRichNavigationUtil.h
- core/detectors/rich/utils/CbmRichUtil.h 0 additions, 0 deletionscore/detectors/rich/utils/CbmRichUtil.h
- core/detectors/rich/utils/hadd.C 0 additions, 0 deletionscore/detectors/rich/utils/hadd.C
- reco/detectors/rich/CMakeLists.txt 5 additions, 8 deletionsreco/detectors/rich/CMakeLists.txt
- reco/detectors/rich/alignment/CbmRichUtil.h 0 additions, 103 deletionsreco/detectors/rich/alignment/CbmRichUtil.h
- reco/littrack/CMakeLists.txt 36 additions, 19 deletionsreco/littrack/CMakeLists.txt
- reco/littrack/LittrackLinkDef.h 0 additions, 24 deletionsreco/littrack/LittrackLinkDef.h
- reco/littrack/LittrackQALinkDef.h 31 additions, 0 deletionsreco/littrack/LittrackQALinkDef.h
Loading
Please register or sign in to comment