Skip to content

Fix Identifier in ISF_FastCaloSimParametrization

Joshua Falco Beirer requested to merge jbeirer/athena:22-fixIdentifier into 22.0

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.

Merge request reports