Draft: Add DependencyCheckSvc and optionally include it in AthenaHiveEventLoopMgr
Add DependencyCheckSvc
and optionally include it in AthenaHiveEventLoopMgr
. The purpose of it is to check both input and output dependencies so that we do not schedule anything that is not needed or require something that is not there. It is based on the default scheduler (but I wanted to avoid hacking Gaudi
A few questions:
- Is the current location fine?
- Is the way it is included fine?