#include <SimpleVolAction.h>
Definition at line 18 of file SimpleVolAction.h.
◆ SimpleVolAction()
| MuonGM::SimpleVolAction::SimpleVolAction |
( |
| ) |
|
◆ ~SimpleVolAction()
| MuonGM::SimpleVolAction::~SimpleVolAction |
( |
| ) |
|
|
default |
◆ handleVPhysVol()
| void MuonGM::SimpleVolAction::handleVPhysVol |
( |
const GeoVPhysVol * | pv | ) |
|
Definition at line 28 of file SimpleVolAction.cxx.
28 {
30
31
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();
36
37 log << MSG::INFO <<
" *** Tree Navigation *** in " <<
name <<
" made of " <<
mat->getName() <<
" N.of Children " << nchild <<
endmsg;
38
39 for (
unsigned int i = 0;
i < nchild; ++
i) {
40 log << MSG::INFO <<
" ... child n. " <<
i <<
" named " <<
pv->getNameOfChildVol(i) <<
endmsg;
41 }
42 }
IMessageSvc * getMessageSvc(bool quiet=false)
The documentation for this class was generated from the following files: