24 m_commonItems{
nullptr},
27 m_barrelParameters (std::make_unique<SCT_BarrelParameters>(m_rdb)),
28 m_barrelModuleParameters (std::make_unique<SCT_BarrelModuleParameters>(m_rdb)),
29 m_forwardParameters (std::make_unique<SCT_ForwardParameters>(m_rdb)),
30 m_forwardModuleParameters (std::make_unique<SCT_ForwardModuleParameters>(m_rdb)),
31 m_generalParameters (std::make_unique<SCT_GeneralParameters>(m_rdb)),
32 m_distortedMatManager (std::make_unique<InDetDD::DistortedMaterialManager>())
118 if (
this != &right) {
134 : m_options (right.m_options),
135 m_athenaComps (right.m_athenaComps),
136 m_commonItems (right.m_commonItems),
143 m_distortedMatManager (
new InDetDD::DistortedMaterialManager())