Skip to content

Add new incident CONNECTED_INPUT to detect opening of ROOT files for read

Marco Clemencic requested to merge add-open-root-file-incident into master

When a root file is opened in write mode RootCnvSvc fires an incident CONNECTED_OUTPUT with the TFile* of the output file.

In LHCb we need to have a similar incident when the file is opened in read mode, so I added a CONNECTED_INPUT incident.

As I need to detect if Gaudi supports the new incident or not, I also bumped the version of Gaudi to 36.13.

Merge request reports