Draft: Prototype of auditor allowing to use GaudiPython anywhere in the code
Based on top of !1696 (merged)
This prototype is only here to start discussing improvements of GaudiPython, and in particular the ability to get a python prompt at pretty much any point in the processing.
The implementation here uses a small Auditor and already allows to get a prompt at any point where an auditor can be called.
Possible extensions :
- allows to execute a python method rather than getting a prompt
- allow to define which event to target
- allow python filter selecting when to get a prompt From LHCb point of view, such features would be extremely welcome for debugging Gaudi applications