Skip to content

Added callback feature in Gaudi Algorithms

Sebastien Ponce requested to merge sponce_algoCallbacks into master

This allows to register callbacks for a given algorithm, associated to a given state transition. When this transition takes place, the registered call backs are automatically called

Merge request reports