Skip to content

fix: IDE includes in macro run_reco

Dennis Spicker requested to merge d.spicker/cbmroot:fix/reco-macro into master

Some includes were missing, one was renamed. Now, VSCode IntelliSense does not show any include-error messages in this file.

This macro is also used by lesser experienced users, and it is good for them if everything works out of the box. I am not sure, if line 59 is good to do, but it tells IntelliSense where the file is and the include-error vanishes.

Merge request reports