32 const GeoLogVol *lv = pv->getLogVol();
33 const std::string& name = lv->getName();
34 const GeoMaterial *mat = lv->getMaterial();
35 unsigned int nchild = pv->getNChildVols();
37 log << MSG::INFO <<
" *** Tree Navigation *** in " << name <<
" made of " << mat->getName() <<
" N.of Children " << nchild <<
endmsg;
39 for (
unsigned int i = 0; i < nchild; ++i) {
40 log << MSG::INFO <<
" ... child n. " << i <<
" named " << pv->getNameOfChildVol(i) <<
endmsg;