Go to the source code of this file.
Functions | |
void | RecursiveInvisible (TGeoVolume *vol) |
void | RecursiveTransparency (TGeoVolume *vol, Int_t transp) |
void | geomD0 (Int_t allVisible=0) |
void geomD0 | ( | Int_t | allVisible = 0 |
) |
Definition at line 14 of file geomD0.C.
References TGeoManager::DefaultColors(), TGeoVolume::Draw(), TGeoManager::GetVolume(), gGeoManager, TGeoManager::Import(), RecursiveInvisible(), RecursiveTransparency(), and TGeoManager::SetMaxVisNodes().
void RecursiveInvisible | ( | TGeoVolume * | vol | ) |
Definition at line 30 of file geomD0.C.
References TGeoVolume::GetNdaughters(), TGeoVolume::GetNode(), TGeoNode::GetVolume(), i, and TGeoVolume::InvisibleAll().
Referenced by geomD0().
void RecursiveTransparency | ( | TGeoVolume * | vol, | |
Int_t | transp | |||
) |
Definition at line 39 of file geomD0.C.
References TGeoVolume::GetNdaughters(), TGeoVolume::GetNode(), TGeoNode::GetVolume(), i, and TGeoVolume::SetTransparency().
Referenced by geomD0().