RichFutureKernel - Streamline and make Gaudi::Algorithm default base class
- Removes functionality either not needed or which can be implemented better.
- Make the underlying Gaudi algorithm type a template parameter, with
Gaudi::Algorithm
the default.
Some algs need to remain, for now, using GaudiAlgorithm
because they use getDet
to load detector elements. Longer term plan is to update all of these to use the newer conditions handling framework.
Edited by Christopher Rob Jones