Skip to content

Move pathresolver in fakebkgtool for running on grid

John Patrick Mc Gowan requested to merge jmcgowan/athena:FakeBkgTool_patch into main

Python configuration runs before submission to grid, so file path for config files for FakeBkgTool is set to local file path instead of searching for location of files on grid - causing a crash. Moving pathresolver to the c++ file solves this.

Merge request reports