27 auto [chargedFEMLContainer, chargedFEMLContainerAux] =
xAOD::shallowCopy(*chargedFEContainerReadHandle);
31 auto [neutralFEMLContainer, neutralFEMLContainerAux] =
xAOD::shallowCopy(*neutralFEContainerReadHandle);
34 m_correctionTool->correctContainer(*neutralFEMLContainer, *chargedFEMLContainer);
38 ATH_CHECK(chargedFEMLContainerWriteHandle.
record(std::move(chargedFEMLContainer), std::move(chargedFEMLContainerAux)));
40 ATH_CHECK(neutralFEMLContainerWriteHandle.
record(std::move(neutralFEMLContainer), std::move(neutralFEMLContainerAux)));
42 return StatusCode::SUCCESS;