Skip to content
Snippets Groups Projects
Commit 6286acdb authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'jojungge-main-patch-90091' into 'main'

MuonDetectorCondAlg - Remove print out of shared volume transformations.

See merge request atlas/athena!69811
parents 7ccf5c14 29e54673
No related branches found
No related tags found
No related merge requests found
......@@ -196,10 +196,7 @@ StatusCode MuonDetectorCondAlg::copyInertMaterial(MuonGM::MuonDetectorManager& d
GeoVPhysVol* physVol ATLAS_THREAD_SAFE = const_cast<GeoVPhysVol*>(worldNode.get()) ;
const GeoVPhysVol& pvConstLink = *worldNode;
ATH_MSG_DEBUG("Volume in the static world "<<vname<<" "<<typeid(pvConstLink).name()
<<"children: "<<worldNode->getNChildNodes()
<<" getDefX(): "<<Amg::toString(worldNode->getDefX())
<<" getX(): "<<Amg::toString(worldNode->getX())
<<" cursor: "<<Amg::toString(transform));
<<"children: "<<worldNode->getNChildNodes()<<" cursor: "<<Amg::toString(transform));
condMgrWorld->add(new GeoTransform(transform));
condMgrWorld->add(physVol);
}
......
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