Skip to content
Snippets Groups Projects
Commit 29e54673 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2: Committed by Walter Lampl
Browse files

MuonDetectorCondAlg - Remove print out of shared volume transformations.

MuonDetectorCondAlg - Remove print out of shared volume transformations.
parent bc5f4854
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