Skip to content
Snippets Groups Projects
Commit b96971a1 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'main-fix-backconvertor' into 'main'

MuonGeometryCnv: Fix MDT DE identifiers

See merge request atlas/athena!71834
parents f46e5447 f85108c1
No related branches found
No related tags found
No related merge requests found
......@@ -540,6 +540,7 @@ StatusCode MuonReadoutGeomCnvAlg::buildMdt(const ActsGeometryContext& gctx,
std::unique_ptr<MuonGM::MdtReadoutElement> newElement = std::make_unique<MuonGM::MdtReadoutElement>(physVol, stName, mgr);
newElement->setIdentifier(reId);
newElement->setMultilayer(copyMe->multilayer());
// cppcheck-suppress invalidLifetime; ok: mgr took ownership.
newElement->setParentMuonStation(station);
/// Define the dimensions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment