WIP: Update SelReportsMaker configuration
Here to be implemented the suggestion in #145 (comment 3298005)
As of now, the HLTControlFlowMgr causes a FATAL in resolveDependencies(), because it detects a circle in the control flow. This is because the line nodes a called a 2nd time before the SelReportsWriter, so the logic is something like "this line has to be executed first before it is executed". A solution could be to modify the resolveDependecies() method to take into account the special case we have here.
Edited by Steffen Georg Weber