remove mutable data-members of IdToFixedIdTool
Remove two mutable data members of the supposedly-const AlgTool IdToFixedIdTool.
- m_identifer: entirely unused
- m_fixedId: used but for no good reason
Remove two mutable data members of the supposedly-const AlgTool IdToFixedIdTool.