void geomAtlas() { TGeoManager::Import("http://root.cern/files/atlas.root"); // gGeoManager->DefaultColors(); gGeoManager->SetMaxVisNodes(5000); // gGeoManager->SetVisLevel(4); gGeoManager->GetVolume("ATLS")->Draw("ogl"); new TBrowser; }