Printing event lists does not work
When printing event lists in the visualize step the program just stops (but does not terminate) when copying the event lists with the TQPathMerger to the output directory.
This is the debug output of the TQPathMerger:
DEBUG in TQPathManager::~TQPathManager(...) : Copying /tmp/br1033/10942_2_results-debug-eventlists-ee to /home/br1033/bbTauTau/Analysis/share/results/debug/eventlists/ee.
DEBUG in TQPathManager::~TQPathManager(...) : There is already a file at /home/br1033/bbTauTau/Analysis/share/results/debug/eventlists/ee. Copying it over.
DEBUG in TQPathManager::~TQPathManager(...) : File could not be renamed. Copying instead.
And then the program just waits.
Maybe the issue is that this is an directory which is copied, but in the output it says file ...
Pinging @kolehman , because he implemented the TQPathManager
There was another small issue, but I fixed this already in this MR !247 (closed)