Add new incident CONNECTED_INPUT to detect opening of ROOT files for read
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
.