Skip to content
Snippets Groups Projects
Commit 3d88addf authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'MdtRegionDefiner' into 'main'

MuonReadoutGeometryConversion - set the station transform as it was missing

See merge request atlas/athena!78480
parents 6c771b4d 9339b557
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,9 @@ StatusCode ReadoutGeomCnvAlg::buildStation(const ActsGeometryContext& gctx,
cacheObj.world->add(cacheObj.newIdTag());
GeoIntrusivePtr<GeoAlignableTransform> trf = make_intrusive<GeoAlignableTransform>(alignedTransform);
newStation->setTransform(trf);
newStation->setNominalAmdbLRSToGlobal( trf->getTransform());
cacheObj.detMgr->addMuonStation(std::move(newStation));
cacheObj.world->add(trf);
......
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