Strange mpdDst linkdefs
There are several issues with linkdefs inside core/mpdDst folder, that should be tackled:
-
MpdDstLinkDef.hcontains references classes from MpdMiniEvent (even containing MC classes) -
MpdMiniEvent/MpdMiniEventLinkDef.hcontains also references to MC classes (should not these be moved to simulation folder?), e.g., MpdMiniMcEvent, MpdMiniMcTrack - There is a file
MpdMiniEvent/MpdMiniDstLinkDef.hthat seems to be used viaMakefileStandalonefile. It should be either removed (moved to legacy) or made available - new CMakeLists.txt has to be built for the libMpdMiniDst. Functionality seems to be provided by libMpdMiniEvent so maybe it can be removed. - As a last moment, what are files
minidst_env.shandMakefileStandalone? They seem not to be relevant for mpdroot.