Modernize AlgExecStateSvc
- prefer inherited constructors
- remove redundant
virtualqualifiers (overrideis explicit enough ;-) - remove unused
typedef - prefer free standing function in anonymous namespace over member function that does not interact with its class
- remove
initializewhich calls it baseclass implementation - avoid calling
.at()more often then required - prefer range-based for loops