{ TGeoManager::Import("cms.root"); gGeoManager->DefaultColors(); gGeoManager->SetVisLevel(4); gGeoManager->GetVolume("TRAK")->InvisibleAll(); gGeoManager->GetVolume("HVP2")->SetTransparency(20); gGeoManager->GetVolume("HVEQ")->SetTransparency(20); gGeoManager->GetVolume("YE4")->SetTransparency(10); gGeoManager->GetVolume("YE3")->SetTransparency(20); gGeoManager->GetVolume("RB2")->SetTransparency(99); gGeoManager->GetVolume("RB3")->SetTransparency(99); gGeoManager->GetVolume("COCF")->SetTransparency(99); gGeoManager->GetVolume("HEC1")->SetLineColor(7); gGeoManager->GetVolume("EAP1")->SetLineColor(7); gGeoManager->GetVolume("EAP2")->SetLineColor(7); gGeoManager->GetVolume("EAP3")->SetLineColor(7); gGeoManager->GetVolume("EAP4")->SetLineColor(7); gGeoManager->GetVolume("HTC1")->SetLineColor(2); gGeoManager->GetVolume("CMSE")->Draw("ogl"); new TBrowser; }