Fix Identifier in ISF_FastCaloSimParametrization
This reverts changes made by !35622 (merged). Identifier(const Identifier& value):m_id(value.m_id) = default;
is not valid C++ code, but has gone unnoticed as this part is not compiled within Athena, but only in the standalone package of FastCaloSim.