Skip to content
Snippets Groups Projects
Commit fb651a02 authored by Dominik Smith's avatar Dominik Smith Committed by Dominik Smith
Browse files

Moved CbmMuchPointInfo to core/detectors/much/. Adjusted CMakeLists and...

Moved CbmMuchPointInfo to core/detectors/much/. Adjusted CMakeLists and CbmMuchBaseLinkDef accordingly.
parent 7f001f48
No related branches found
No related tags found
1 merge request!130MuchQA
......@@ -39,6 +39,7 @@ CbmMuchModuleGemRectangular.cxx
CbmMuchPad.cxx
CbmMuchPadRadial.cxx
CbmMuchPadRectangular.cxx
CbmMuchPointInfo.cxx
CbmMuchSector.cxx
CbmMuchSectorRadial.cxx
CbmMuchSectorRectangular.cxx
......
......@@ -14,6 +14,7 @@
#pragma link C++ class CbmMuchModuleGem + ;
#pragma link C++ class CbmMuchModuleGemRectangular + ;
#pragma link C++ class CbmMuchModuleGemRadial + ;
#pragma link C++ class CbmMuchPointInfo + ;
#pragma link C++ class CbmMuchSector + ;
#pragma link C++ class CbmMuchSectorRadial + ;
#pragma link C++ class CbmMuchSectorRectangular + ;
......
......@@ -43,7 +43,7 @@ CbmMuchTrackFinderIdeal.cxx
set(LINKDEF CbmMuchRecoLinkDef.h)
Set(LIBRARY_NAME CbmMuchReco)
Set(DEPENDENCIES
CbmMuchBase CbmMuchSim CbmRecoBase CbmBase CbmData Base
CbmMuchBase CbmRecoBase CbmBase CbmData Base
)
GENERATE_LIBRARY()
......@@ -41,7 +41,6 @@ CbmMuchReadoutBuffer.cxx
CbmMuchSignal.cxx
qa/CbmMuchTransportQa.cxx
qa/CbmMuchPointInfo.cxx
qa/CbmMuchDigitizerQa.cxx
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment