Skip to content

Rich: update macro/rich/run macros to be compilable and update batch scripts (remove hardcoded paths)

Martin Beyer requested to merge ma.beyer/cbmroot:rich_run into master

Few small changes:

  • add "defined(_ _ ROOTCLING _ _)" to macros to make them compileable (for running them with a debugger)
  • use __ FILE __ to create default output files paths relative to the macro location, i.e. for calling macros from a different directory or in my case the debugger
  • remove hardcoded paths from batch scripts

Merge request reports